Merge branch 'getsockopt-parameter-validation'
authorDavid S. Miller <davem@davemloft.net>
Mon, 11 Mar 2024 09:53:22 +0000 (09:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Mar 2024 09:53:22 +0000 (09:53 +0000)
commite996401e06a5232f61b4906e2eea643fffa88396
tree48f20850b5f6836baccc5e1e5c8bb01efe7ac1df
parentc2b25092864a16c7865e406badedece5cc25fc2b
parentd6eb8de2015f0c24822e47356f839167ebde2945
Merge branch 'getsockopt-parameter-validation'

Gavrilov Ilia says:

====================
fix incorrect parameter validation in the *_get_sockopt() functions

This v2 series fix incorrent parameter validation in *_get_sockopt()
functions in several places.

version 2 changes:
- reword the patch description
- add two patches for net/kcm and net/x25
====================

Signed-off-by: David S. Miller <davem@davemloft.net>