Re: [PATCH -next] audit: remove duplicated include from audit.c

2018-12-14 Thread Paul Moore
On Thu, Dec 13, 2018 at 8:33 PM YueHaibing wrote: > On 2018/12/14 7:42, Paul Moore wrote: > > On Sun, Dec 9, 2018 at 1:25 AM YueHaibing wrote: > >> Remove duplicated include. > >> > >> Signed-off-by: YueHaibing > >> --- > >> kernel/audit.c | 1 - > >> 1 file changed, 1 deletion(-) > >> > >> dif

Re: [PATCH -next] audit: remove duplicated include from audit.c

2018-12-13 Thread YueHaibing
On 2018/12/14 7:42, Paul Moore wrote: > On Sun, Dec 9, 2018 at 1:25 AM YueHaibing wrote: >> Remove duplicated include. >> >> Signed-off-by: YueHaibing >> --- >> kernel/audit.c | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/kernel/audit.c b/kernel/audit.c >> index a0a4544..632d360 100

Re: [PATCH -next] audit: remove duplicated include from audit.c

2018-12-13 Thread Paul Moore
On Sun, Dec 9, 2018 at 1:25 AM YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing > --- > kernel/audit.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/kernel/audit.c b/kernel/audit.c > index a0a4544..632d360 100644 > --- a/kernel/audit.c > +++ b/kernel/audit.c

Re: [PATCH -next] audit: remove duplicated include from audit.c

2013-04-12 Thread Eric Paris
age- > From: Eric Paris [mailto:epa...@redhat.com] > Sent: 2013年4月11日 1:26 > To: Wei Yongjun > Cc: v...@zeniv.linux.org.uk; Yongjun Wei (RD-CN); > linux-kernel@vger.kernel.org > Subject: Re: [PATCH -next] audit: remove duplicated include from audit.c > > net/netlink.h

RE: [PATCH -next] audit: remove duplicated include from audit.c

2013-04-11 Thread yongjun_...@trendmicro.com.cn
not included by this file. -Original Message- From: Eric Paris [mailto:epa...@redhat.com] Sent: 2013年4月11日 1:26 To: Wei Yongjun Cc: v...@zeniv.linux.org.uk; Yongjun Wei (RD-CN); linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] audit: remove duplicated include from audit.c net

Re: [PATCH -next] audit: remove duplicated include from audit.c

2013-04-10 Thread Eric Paris
net/netlink.h includes linux/netlink.h but linux/netlink.h does not include net/netlink.h since the audit code uses the nlmsg_* functions provided in net/netlink.h it seems we need this include. since the audit code uses netlink_unicast provided in linux/netlink.h it seems we need that include