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

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

--

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

end of thread, other threads:[~2024-08-27  3:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15  4:37 [PATCH net,v5,0/2] net/smc: prevent NULL pointer dereference in txopt_get Jeongjun Park
2024-08-15  4:38 ` [PATCH net,v5,1/2] net/smc: initialize ipv6_pinfo_offset in smc_inet6_prot and add smc6_sock structure Jeongjun Park
2024-08-20 10:31   ` Jeongjun Park
2024-08-15  4:39 ` [PATCH net,v5,2/2] net/smc: modify smc_sock structure Jeongjun Park
2024-08-20 10:34   ` Jeongjun Park
2024-08-20 10:45   ` Paolo Abeni
2024-08-20 11:02     ` Jeongjun Park
2024-08-21  5:41     ` Jan Karcher
2024-08-21 11:06       ` Jeongjun Park
2024-08-22  7:19         ` Jan Karcher
2024-08-26  2:56           ` D. Wythe
2024-08-26 19:24             ` Jan Karcher
2024-08-27  3:50               ` Jeongjun Park

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