linux/fs/smb
Paulo Alcantara c32b624fa4 smb: client: fix potential race in cifs_put_tcon()
dfs_cache_refresh() delayed worker could race with cifs_put_tcon(), so
make sure to call list_replace_init() on @tcon->dfs_ses_list after
kworker is cancelled or finished.

Fixes: 4f42a8b54b ("smb: client: fix DFS interlink failover")
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2024-12-06 09:14:38 -06:00
..
client smb: client: fix potential race in cifs_put_tcon() 2024-12-06 09:14:38 -06:00
common cifs: Add support for parsing WSL-style symlinks 2024-11-25 14:50:32 -06:00
server ksmbd: fix use-after-free in SMB request handling 2024-11-25 18:58:27 -06:00
Kconfig smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00
Makefile smb: move client and server files to common directory fs/smb 2023-05-24 16:29:21 -05:00