Home
last modified time | relevance | path

Searched hist:fabc4ed200f9b1ad17009c49e820dd7c2f732d0c (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dconnect.cdiff fabc4ed200f9b1ad17009c49e820dd7c2f732d0c Sat Aug 31 19:40:28 CDT 2024 Paulo Alcantara <pc@manguebit.com> smb: client: fix hang in wait_for_response() for negproto

[ Upstream commit 7ccc1465465d78e6411b7bd730d06e7435802b5c ]

Call cifs_reconnect() to wake up processes waiting on negotiate
protocol to handle the case where server abruptly shut down and had no
chance to properly close the socket.

Simple reproducer:

ssh 192.168.2.100 pkill -STOP smbd
mount.cifs //192.168.2.100/test /mnt -o ... [never returns]

Cc: Rickard Andersson <rickaran@axis.com>
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>