Re: [PATCH net-next] devlink: Add missing check of nlmsg_put
From: YueHaibing Date: Mon, 21 Jan 2019 09:34:53 + > nlmsg_put may fail, this fix add a check of its return value. > > Signed-off-by: YueHaibing Applied.
[PATCH net-next] devlink: Add missing check of nlmsg_put
nlmsg_put may fail, this fix add a check of its return value. Signed-off-by: YueHaibing --- net/core/devlink.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/core/devlink.c b/net/core/devlink.c index 60248a5..059575c 100644 --- a/net/core/devlink.c +++ b/net/core/devlink.c @@ -4086,6