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

Masashi Honma masashi.honma at gmail.com
Thu Jul 7 00:35:45 UTC 2016


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




More information about the Linux-audit mailing list