All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable,5.10 0/2] introduce stop timer to solve the problem of CVE-2024-26865
@ 2024-04-28  3:49 Zhengchao Shao
  2024-04-28  3:49 ` [PATCH stable,5.10 1/2] tcp: Clean up kernel listener's reqsk in inet_twsk_purge() Zhengchao Shao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zhengchao Shao @ 2024-04-28  3:49 UTC (permalink / raw)
  To: stable
  Cc: netdev, davem, kuznet, yoshfuji, kuba, edumazet, kuniyu,
	weiyongjun1, yuehaibing, shaozhengchao

For the CVE-2024-26865 issue, the stable 5.10 branch code also involves 
this issue. However, the patch of the mainline version cannot be used on 
stable 5.10 branch. The commit 740ea3c4a0b2("tcp: Clean up kernel 
listener' s reqsk in inet_twsk_purge()") is required to stop the timer.

Eric Dumazet (1):
  tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()

Kuniyuki Iwashima (1):
  tcp: Clean up kernel listener's reqsk in inet_twsk_purge()

 net/ipv4/inet_timewait_sock.c | 32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-04-29 13:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-28  3:49 [PATCH stable,5.10 0/2] introduce stop timer to solve the problem of CVE-2024-26865 Zhengchao Shao
2024-04-28  3:49 ` [PATCH stable,5.10 1/2] tcp: Clean up kernel listener's reqsk in inet_twsk_purge() Zhengchao Shao
2024-04-28  3:49 ` [PATCH stable,5.10 2/2] tcp: Fix NEW_SYN_RECV handling " Zhengchao Shao
2024-04-29 11:11 ` [PATCH stable,5.10 0/2] introduce stop timer to solve the problem of CVE-2024-26865 Greg KH
2024-04-29 12:01   ` shaozhengchao
2024-04-29 13:33     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.