Re: [PATCH] audit: change pid to portid for audit_reply

2013-10-23 Thread Gao feng
On 10/24/2013 03:20 AM, Richard Guy Briggs wrote: > On Wed, Oct 23, 2013 at 07:25:23PM +0800, Gao feng wrote: >> The "pid" is not a suitable name for netlink port, >> change it to "portid". > > That is already in the works: > https://www.redhat.com/archives/linux-audit/2013-August/msg00023.h

Re: [PATCH] audit: change pid to portid for audit_reply

2013-10-23 Thread Richard Guy Briggs
On Wed, Oct 23, 2013 at 07:25:23PM +0800, Gao feng wrote: > The "pid" is not a suitable name for netlink port, > change it to "portid". That is already in the works: https://www.redhat.com/archives/linux-audit/2013-August/msg00023.html https://lkml.org/lkml/2013/8/20/630 May I add

[PATCH] audit: change pid to portid for audit_reply

2013-10-23 Thread Gao feng
The "pid" is not a suitable name for netlink port, change it to "portid". more information, please see commit 15e473046cb6e5d18a4d0057e61d76315230382b Signed-off-by: Gao feng --- kernel/audit.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kernel/audit.c b