Re: [PATCH net-next] audit: pass int* to nlmsg_next

2013-03-29 Thread Sergei Shtylyov
Hello. On 29-03-2013 1:31, Alexandru Copot wrote: Commit 941912133025926307c7a65b203fa38403b1063a Please also specify the summary line of that commit in parens (or however you like). With that, you can add my: Acked-by: Sergei Shtylyov replaced the macros NLMSG_NEXT with calls to

Re: [PATCH net-next] audit: pass int* to nlmsg_next

2013-03-29 Thread Sergei Shtylyov
Hello. On 29-03-2013 1:31, Alexandru Copot wrote: Commit 941912133025926307c7a65b203fa38403b1063a Please also specify the summary line of that commit in parens (or however you like). With that, you can add my: Acked-by: Sergei Shtylyov segei.shtyl...@cogentembedded.com replaced

Re: [PATCH net-next] audit: pass int* to nlmsg_next

2013-03-28 Thread David Miller
From: Alexandru Copot Date: Thu, 28 Mar 2013 23:31:29 +0200 > Commit 941912133025926307c7a65b203fa38403b1063a replaced the macros > NLMSG_NEXT with calls to nlmsg_next which produces this warning: > > kernel/audit.c: In function ‘audit_receive_skb’: > kernel/audit.c:928:3: warning: passing

[PATCH net-next] audit: pass int* to nlmsg_next

2013-03-28 Thread Alexandru Copot
Commit 941912133025926307c7a65b203fa38403b1063a replaced the macros NLMSG_NEXT with calls to nlmsg_next which produces this warning: kernel/audit.c: In function ‘audit_receive_skb’: kernel/audit.c:928:3: warning: passing argument 2 of ‘nlmsg_next’ makes pointer from integer without a cast In

[PATCH net-next] audit: pass int* to nlmsg_next

2013-03-28 Thread Alexandru Copot
Commit 941912133025926307c7a65b203fa38403b1063a replaced the macros NLMSG_NEXT with calls to nlmsg_next which produces this warning: kernel/audit.c: In function ‘audit_receive_skb’: kernel/audit.c:928:3: warning: passing argument 2 of ‘nlmsg_next’ makes pointer from integer without a cast In

Re: [PATCH net-next] audit: pass int* to nlmsg_next

2013-03-28 Thread David Miller
From: Alexandru Copot alex.miha...@gmail.com Date: Thu, 28 Mar 2013 23:31:29 +0200 Commit 941912133025926307c7a65b203fa38403b1063a replaced the macros NLMSG_NEXT with calls to nlmsg_next which produces this warning: kernel/audit.c: In function ‘audit_receive_skb’: kernel/audit.c:928:3: