mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
af7c39d971
After multi-channel connection with windows, Several channels of session are connected. Among them, if there is a problem in one channel, Windows connects again after disconnecting the channel. In this process, the session is released and a kernel oop can occurs while processing requests to other channels. When the channel is disconnected, if other channels still exist in the session after deleting the channel from the channel list in the session, the session should not be released. Finally, the session will be released after all channels are disconnected. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com> |
||
---|---|---|
.. | ||
ksmbd_ida.c | ||
ksmbd_ida.h | ||
share_config.c | ||
share_config.h | ||
tree_connect.c | ||
tree_connect.h | ||
user_config.c | ||
user_config.h | ||
user_session.c | ||
user_session.h |