Re: [PATCH 2/6] audit: replace obsolete NLMSG_* with type safe nlmsg_*

2013-04-12 Thread Eric Paris
On Wed, Mar 27, 2013 at 12:49 PM, Hong Zhiguo wrote: > Signed-off-by: Hong Zhiguo > --- > kernel/audit.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/kernel/audit.c b/kernel/audit.c > index d596e53..4dbb047 100644 > --- a/kernel/audit.c > +++

Re: [PATCH 2/6] audit: replace obsolete NLMSG_* with type safe nlmsg_*

2013-04-12 Thread Eric Paris
On Wed, Mar 27, 2013 at 12:49 PM, Hong Zhiguo honk...@gmail.com wrote: Signed-off-by: Hong Zhiguo honk...@gmail.com --- kernel/audit.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/audit.c b/kernel/audit.c index d596e53..4dbb047 100644 ---

Re: [PATCH 2/6] audit: replace obsolete NLMSG_* with type safe nlmsg_*

2013-03-28 Thread David Miller
From: Hong Zhiguo Date: Thu, 28 Mar 2013 00:49:06 +0800 > Signed-off-by: Hong Zhiguo Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/6] audit: replace obsolete NLMSG_* with type safe nlmsg_*

2013-03-28 Thread Thomas Graf
On 03/28/13 at 12:49am, Hong Zhiguo wrote: > Signed-off-by: Hong Zhiguo Acked-by: Thomas Graf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/6] audit: replace obsolete NLMSG_* with type safe nlmsg_*

2013-03-28 Thread David Miller
From: Hong Zhiguo honk...@gmail.com Date: Thu, 28 Mar 2013 00:49:06 +0800 Signed-off-by: Hong Zhiguo honk...@gmail.com Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 2/6] audit: replace obsolete NLMSG_* with type safe nlmsg_*

2013-03-28 Thread Thomas Graf
On 03/28/13 at 12:49am, Hong Zhiguo wrote: Signed-off-by: Hong Zhiguo honk...@gmail.com Acked-by: Thomas Graf tg...@suug.ch -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 2/6] audit: replace obsolete NLMSG_* with type safe nlmsg_*

2013-03-27 Thread Hong Zhiguo
Signed-off-by: Hong Zhiguo --- kernel/audit.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/audit.c b/kernel/audit.c index d596e53..4dbb047 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -58,7 +58,7 @@ #ifdef CONFIG_SECURITY #include #endif

[PATCH 2/6] audit: replace obsolete NLMSG_* with type safe nlmsg_*

2013-03-27 Thread Hong Zhiguo
Signed-off-by: Hong Zhiguo honk...@gmail.com --- kernel/audit.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/audit.c b/kernel/audit.c index d596e53..4dbb047 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -58,7 +58,7 @@ #ifdef CONFIG_SECURITY