netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH stable,4.19 0/2] introduce stop timer to solve the problem of CVE-2024-26865
@ 2024-04-29 12:32 Zhengchao Shao
  2024-04-29 12:32 ` [PATCH stable,4.19 1/2] tcp: Clean up kernel listener's reqsk in inet_twsk_purge() Zhengchao Shao
  2024-04-29 12:32 ` [PATCH stable,4.19 2/2] tcp: Fix NEW_SYN_RECV handling " Zhengchao Shao
  0 siblings, 2 replies; 3+ messages in thread
From: Zhengchao Shao @ 2024-04-29 12:32 UTC (permalink / raw)
  To: stable
  Cc: netdev, gregkh, davem, kuznet, yoshfuji, kuba, edumazet, kuniyu,
	weiyongjun1, yuehaibing, shaozhengchao

For the CVE-2024-26865 issue, the stable 4.19 branch code also involves
this issue. However, the patch of the mainline version cannot be used on
stable 4.19 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] 3+ messages in thread

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).