netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/6] fix incorrect parameter validation in the *_get_sockopt() functions
@ 2024-03-07 14:23 Gavrilov Ilia
  2024-03-07 14:23 ` [PATCH net-next v2 1/6] tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function Gavrilov Ilia
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Gavrilov Ilia @ 2024-03-07 14:23 UTC (permalink / raw)
  To: Simon Horman
  Cc: David S. Miller, David Ahern, Jakub Kicinski, Paolo Abeni,
	Willem de Bruijn, Eric Dumazet, James Chapman, Martin Schiller,
	Shigeru Yoshida, Mina Almasry, Kuniyuki Iwashima, Tom Herbert,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	lvc-project@linuxtesting.org

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


Gavrilov Ilia (6):
  tcp: fix incorrect parameter validation in the do_tcp_getsockopt()
    function@@
  udp: fix incorrect parameter validation in the udp_lib_getsockopt()
    function@@
  ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt()
    function@@
  l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt()
    function@@
  net: kcm: fix incorrect parameter validation in the kcm_getsockopt)
    function@@
  net/x25: fix incorrect parameter validation in the x25_getsockopt()
    function@@

 net/ipv4/ipmr.c     | 4 +++-
 net/ipv4/tcp.c      | 4 ++--
 net/ipv4/udp.c      | 4 ++--
 net/kcm/kcmsock.c   | 3 ++-
 net/l2tp/l2tp_ppp.c | 4 ++--
 net/x25/af_x25.c    | 4 ++--
 6 files changed, 13 insertions(+), 10 deletions(-)

-- 
2.39.2

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-03-11 19:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 14:23 [PATCH net-next v2 0/6] fix incorrect parameter validation in the *_get_sockopt() functions Gavrilov Ilia
2024-03-07 14:23 ` [PATCH net-next v2 1/6] tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function Gavrilov Ilia
2024-03-08  3:43   ` Jason Xing
2024-03-07 14:23 ` [PATCH net-next v2 6/6] net/x25: fix incorrect parameter validation in the x25_getsockopt() function Gavrilov Ilia
2024-03-07 14:23 ` [PATCH net-next v2 4/6] l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() function Gavrilov Ilia
2024-03-07 14:23 ` [PATCH net-next v2 3/6] ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function Gavrilov Ilia
2024-03-07 14:23 ` [PATCH net-next v2 5/6] net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function Gavrilov Ilia
2024-03-07 14:23 ` [PATCH net-next v2 2/6] udp: fix incorrect parameter validation in the udp_lib_getsockopt() function Gavrilov Ilia
2024-03-11 19:39 ` [PATCH net-next v2 0/6] fix incorrect parameter validation in the *_get_sockopt() functions patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).