Re: [PATCH net-next] netlink: Add nla_memdup() to wrap kmemdup() use on nlattr

2 messages, 2 authors, 2016-10-26 · open the first message on its own page

Re: [PATCH net-next] netlink: Add nla_memdup() to wrap kmemdup() use on nlattr

From: Johannes Berg <hidden>
Date: 2016-10-26 08:59:36

 /**
+ * nla_memdup - duplicate attribute memory (kmemdup)
+ * @src: netlink attribute to duplicate from
+ * @gfp: GFP mask
Actually, is there any point in passing a GFP mask? None of the current
users need it, and it seems fairly unlikely to be needed since this is
typically used on the netlink input path, where you surely shouldn't
need GFP_ATOMIC or so?

johannes

Re: [PATCH net-next] netlink: Add nla_memdup() to wrap kmemdup() use on nlattr

From: Thomas Graf <tgraf@suug.ch>
Date: 2016-10-26 09:52:41

On 10/26/16 at 10:59am, Johannes Berg wrote:
quoted
 /**
+ * nla_memdup - duplicate attribute memory (kmemdup)
+ * @src: netlink attribute to duplicate from
+ * @gfp: GFP mask
Actually, is there any point in passing a GFP mask? None of the current
users need it, and it seems fairly unlikely to be needed since this is
typically used on the netlink input path, where you surely shouldn't
need GFP_ATOMIC or so?
I'm fine either way. I didn't want to make assumptions which need
later changes. It's not hurting either and the function prototype
is very small.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help