[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240307142030.2708698-1-Ilia.Gavrilov@infotecs.ru>
Date: Thu, 7 Mar 2024 14:23:49 +0000
From: Gavrilov Ilia <Ilia.Gavrilov@...otecs.ru>
To: Simon Horman <horms@...nel.org>
CC: "David S. Miller" <davem@...emloft.net>, David Ahern <dsahern@...nel.org>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, "Willem de
Bruijn" <willemdebruijn.kernel@...il.com>, Eric Dumazet
<edumazet@...gle.com>, James Chapman <jchapman@...alix.com>, Martin Schiller
<ms@....tdt.de>, Shigeru Yoshida <syoshida@...hat.com>, Mina Almasry
<almasrymina@...gle.com>, Kuniyuki Iwashima <kuniyu@...zon.com>, Tom Herbert
<tom@...bertland.com>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"lvc-project@...uxtesting.org" <lvc-project@...uxtesting.org>
Subject: [PATCH net-next v2 0/6] 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
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
Powered by blists - more mailing lists