Re: [RFC 0/7] netlink: Add allocation flag to netlink_unicast()

2016-07-07 Thread Masashi Honma
At the fs/dlm/netlink.c#dlm_timeout_warn(), prepare_data allocates buffer with GFP_NOFS and send_data() sends the buffer. But send_data() uses GFP_KERNEL or GFP_ATOMIC inside it. Should it be replaced by GFP_NOFS ? Masashi Honma -- Linux-audit mailing list Linux-audit@redhat.com

Re: Crash when loading the rules

2016-07-07 Thread Laurent Bigonville
Le 06/07/16 à 20:13, Steve Grubb a écrit : Hello, I revceived the strace file which made the email too big for the mail list. I'm including the important part below. On Wednesday, July 6, 2016 6:31:00 PM EDT Laurent Bigonville wrote: Le 06/07/16 à 18:23, Steve Grubb a écrit : So, I'm note

Re: [PATCH 0/3] Misc build fixes

2016-07-07 Thread Thomas Petazzoni
Hello, On Wed, 06 Jul 2016 18:45:28 -0400, Steve Grubb wrote: > On Wednesday, July 6, 2016 9:08:16 PM EDT Thomas Petazzoni wrote: > > The first two patches in this series fix misc build issues of audit > > with old kernel headers. > > I applied both. The second patch was not complete. You