diff options
author | Paolo Abeni <pabeni@redhat.com> | 2020-02-21 21:42:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-02-23 08:58:33 +0300 |
commit | 39f3b41aa7cae917f928ef9f31d09da28188e5ed (patch) | |
tree | eeb14d63e1a74be8a39bf4de03a3ec059e0690ae /drivers/net/usb/smsc95xx.h | |
parent | 3e72dfdf8227b052393f71d820ec7599909dddc2 (diff) | |
download | linux-39f3b41aa7cae917f928ef9f31d09da28188e5ed.tar.xz |
net: genetlink: return the error code when attribute parsing fails.
Currently if attribute parsing fails and the genl family
does not support parallel operation, the error code returned
by __nlmsg_parse() is discarded by genl_family_rcv_msg_attrs_parse().
Be sure to report the error for all genl families.
Fixes: c10e6cf85e7d ("net: genetlink: push attrbuf allocation and parsing to a separate function")
Fixes: ab5b526da048 ("net: genetlink: always allocate separate attrs for dumpit ops")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/smsc95xx.h')
0 files changed, 0 insertions, 0 deletions