aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/mpi/mpi-add.c
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2024-03-02 21:24:07 -0800
committerDavid S. Miller <[email protected]>2024-03-06 08:07:44 +0000
commit0b11b1c5c320555483e8a94c44549db24c289987 (patch)
tree06f96c349b2428380d00b98f1682dfe610ccd8d4 /lib/crypto/mpi/mpi-add.c
parentb5a899154aa94cc573db3ae1f61dabe7bfe8b579 (diff)
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 <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Ido Schimmel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-add.c')
0 files changed, 0 insertions, 0 deletions