]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: propagate genlmsg_reply return code
authorLi RongQing <lirongqing@baidu.com>
Mon, 11 Feb 2019 11:32:20 +0000 (19:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 17:36:02 +0000 (12:36 -0500)
commita89015d5809a1ad02eed27a9bd9159424d278522
tree47a56aa7661e7692578c56fdd5650a0b11795c79
parent1ad6e7d3da584b4dbd699f8d76f87feb68367308
ipv6: propagate genlmsg_reply return code

genlmsg_reply can fail, so propagate its return code

Fixes: b5358e2aac8 ("ipv6: sr: add code base for control plane support of SR-IPv6")
Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/seg6.c