From: Richard Guy Briggs Date: Wed, 14 Aug 2013 15:32:45 +0000 (-0400) Subject: audit: fix netlink portid naming and types X-Git-Tag: v3.14-rc1~118^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9441639e6319f0c0e12bd63fa2f58990af0a9d2;p=pandora-kernel.git audit: fix netlink portid naming and types Normally, netlink ports use the PID of the userspace process as the port ID. If the PID is already in use by a port, the kernel will allocate another port ID to avoid conflict. Re-name all references to netlink ports from pid to portid to reflect this reality and avoid confusion with actual PIDs. Ports use the __u32 type, so re-type all portids accordingly. (This patch is very similar to ebiederman's 5deadd69) Signed-off-by: Richard Guy Briggs Signed-off-by: Gao feng Signed-off-by: Eric Paris --- Reading git-diff-tree failed