mbox series

[v2,0/2] cifs: Revert bogus fix for CVE-2024-54680 and its followup commit.

Message ID 20250402202714.6799-1-kuniyu@amazon.com (mailing list archive)
Headers show
Series cifs: Revert bogus fix for CVE-2024-54680 and its followup commit. | expand

Message

Kuniyuki Iwashima April 2, 2025, 8:26 p.m. UTC
Commit e9f2517a3e18 ("smb: client: fix TCP timers deadlock after
rmmod") was not only a bogus fix for LOCKDEP issue but also
introduced a real TCP socket leak.

I'm working on the LOCKDEP fix on the networking side, so let's
revert the commit and its followup fix.

For details, please see each commit.


Changes:
  v2: Add Cc: stable


Kuniyuki Iwashima (2):
  Revert "smb: client: Fix netns refcount imbalance causing leaks and
    use-after-free"
  Revert "smb: client: fix TCP timers deadlock after rmmod"

 fs/smb/client/connect.c | 34 +++++++++-------------------------
 1 file changed, 9 insertions(+), 25 deletions(-)