Netdev List
 help / color / mirror / Atom feed
* [PATCH v1 net 0/2] tcp: Two fixes for socket migration in reqsk_timer_handler().
@ 2026-05-06  3:59 Kuniyuki Iwashima
  2026-05-06  3:59 ` [PATCH v1 net 1/2] tcp: Fix potential UAF " Kuniyuki Iwashima
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuniyuki Iwashima @ 2026-05-06  3:59 UTC (permalink / raw)
  To: Eric Dumazet, Neal Cardwell, David S . Miller, Jakub Kicinski,
	Paolo Abeni
  Cc: Simon Horman, Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

The series fixes two bugs in the error path of socket migration
in reqsk_timer_handler().

Patch 1 fixes a potential UAF in reqsk_timer_handler().

Patch 2 fixes imbalanced icsk_accept_queue count.


Kuniyuki Iwashima (2):
  tcp: Fix potential UAF in reqsk_timer_handler().
  tcp: Fix imbalanced icsk_accept_queue count.

 net/ipv4/inet_connection_sock.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.54.0.545.g6539524ca2-goog


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

end of thread, other threads:[~2026-05-08 22:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06  3:59 [PATCH v1 net 0/2] tcp: Two fixes for socket migration in reqsk_timer_handler() Kuniyuki Iwashima
2026-05-06  3:59 ` [PATCH v1 net 1/2] tcp: Fix potential UAF " Kuniyuki Iwashima
2026-05-06  3:59 ` [PATCH v1 net 2/2] tcp: Fix imbalanced icsk_accept_queue count Kuniyuki Iwashima
2026-05-08 22:00 ` [PATCH v1 net 0/2] tcp: Two fixes for socket migration in reqsk_timer_handler() 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