public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net,v6,0/2] net/smc: prevent NULL pointer dereference in txopt_get
@ 2024-08-20 12:13 Jeongjun Park
  2024-08-20 12:15 ` [PATCH net,v6,1/2] net/smc: modify smc_sock structure Jeongjun Park
  2024-08-20 12:15 ` [PATCH net,v6,2/2] net/smc: initialize ipv6_pinfo_offset in smc_inet6_prot and add smc6_sock structure Jeongjun Park
  0 siblings, 2 replies; 8+ messages in thread
From: Jeongjun Park @ 2024-08-20 12:13 UTC (permalink / raw)
  To: wenjia, jaka, alibuda, tonylu, guwen
  Cc: davem, edumazet, kuba, pabeni, utz.bacher, dust.li, linux-s390,
	netdev, linux-kernel

This patch is to resolve vulnerabilities that occur in the process of
creating an IPv6 socket with IPPROTO_SMC.

Jeongjun Park (2):
  net/smc: modify smc_sock structure
  net/smc: initialize ipv6_pinfo_offset in smc_inet6_prot and add smc6_sock structure

 net/smc/smc.h 		| 5 ++++-
 net/smc/smc_inet.c	| 8 +++++++-
 2 file changed, 11 insertions(+), 2 deletion(-)

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

end of thread, other threads:[~2024-08-21  0:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-20 12:13 [PATCH net,v6,0/2] net/smc: prevent NULL pointer dereference in txopt_get Jeongjun Park
2024-08-20 12:15 ` [PATCH net,v6,1/2] net/smc: modify smc_sock structure Jeongjun Park
2024-08-20 12:48   ` Eric Dumazet
2024-08-20 13:01     ` Jeongjun Park
2024-08-20 12:15 ` [PATCH net,v6,2/2] net/smc: initialize ipv6_pinfo_offset in smc_inet6_prot and add smc6_sock structure Jeongjun Park
2024-08-20 12:30   ` Jeongjun Park
2024-08-21  0:25   ` kernel test robot
2024-08-21  0:25   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox