OSDN Git Service

netlink: allow extack cookie also for error messages
authorMichal Kubecek <mkubecek@suse.cz>
Sun, 15 Mar 2020 17:17:43 +0000 (18:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2020 09:04:24 +0000 (02:04 -0700)
commitfe2a31d790f81bd14a76de3d3b87f4f1362f60cd
tree2be6725a40594e20680cc5131fe4024a4b527f0b
parentef299cc3fa1a9e1288665a9fdc8bff55629fd359
netlink: allow extack cookie also for error messages

Commit ba0dc5f6e0ba ("netlink: allow sending extended ACK with cookie on
success") introduced a cookie which can be sent to userspace as part of
extended ack message in the form of NLMSGERR_ATTR_COOKIE attribute.
Currently the cookie is ignored if error code is non-zero but there is
no technical reason for such limitation and it can be useful to provide
machine parseable information as part of an error message.

Include NLMSGERR_ATTR_COOKIE whenever the cookie has been set,
regardless of error code.

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c