summaryrefslogtreecommitdiffstats
path: root/net/netlink
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-03-02 21:24:07 -0800
committerDavid S. Miller <davem@davemloft.net>2024-03-06 08:07:44 +0000
commit0b11b1c5c320555483e8a94c44549db24c289987 (patch)
tree06f96c349b2428380d00b98f1682dfe610ccd8d4 /net/netlink
parentb5a899154aa94cc573db3ae1f61dabe7bfe8b579 (diff)
downloadlinux-0b11b1c5c320555483e8a94c44549db24c289987.tar.gz
linux-0b11b1c5c320555483e8a94c44549db24c289987.tar.bz2
linux-0b11b1c5c320555483e8a94c44549db24c289987.zip
netdev: let netlink core handle -EMSGSIZE errors
Previous change added -EMSGSIZE handling to af_netlink, we don't have to hide these errors any longer. Theoretically the error handling changes from: if (err == -EMSGSIZE) to if (err == -EMSGSIZE && skb->len) everywhere, but in practice it doesn't matter. All messages fit into NLMSG_GOODSIZE, so overflow of an empty skb cannot happen. Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Ido Schimmel <idosch@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink')
0 files changed, 0 insertions, 0 deletions