![]() ANBZ: #21781
A failure was found when smc server tries to send clc decline messages.
It results in connections being unexpectedly reset, rather than a fallback.
It was introduced by the commit described by 'Fixes' tag, which removes
the check for smc_listen_work, leading to smc_net_clcsock_sendmsg
consistently returning -EOPNOTSUPP.
To fix it, we restores the specific logic that ensures the clc decline
message is properly handled and sent when the server transitions to a
fallback state. Besides, there is no need to check the connect_work for
the client here, as the client first sends a decline message and then
sets use_fallback to true, which is the opposite of the service side.
Fixes:
|
||
---|---|---|
Documentation | ||
LICENSES | ||
anolis | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
fs | ||
include | ||
init | ||
io_uring | ||
ipc | ||
kernel | ||
lib | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
README
Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.