Go to file
David Howells 7d7587db0d afs: Fix client call Rx-phase signal handling
Fix the handling of signals in client rxrpc calls made by the afs
filesystem.  Ignore signals completely, leaving call abandonment or
connection loss to be detected by timeouts inside AF_RXRPC.

Allowing a filesystem call to be interrupted after the entire request has
been transmitted and an abort sent means that the server may or may not
have done the action - and we don't know.  It may even be worse than that
for older servers.

Fixes: bc5e3a546d ("rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signals")
Signed-off-by: David Howells <dhowells@redhat.com>
2020-03-13 23:04:35 +00:00
arch
block
certs
crypto
Documentation
drivers net: mvmdio: avoid error message for optional IRQ 2020-03-12 00:03:30 -07:00
fs afs: Fix client call Rx-phase signal handling 2020-03-13 23:04:35 +00:00
include afs: Fix client call Rx-phase signal handling 2020-03-13 23:04:35 +00:00
init
ipc
kernel cgroup: memcg: net: do not associate sock with unrelated cgroup 2020-03-10 15:33:05 -07:00
lib
LICENSES
mm net: memcg: late association of sock to memcg 2020-03-10 15:33:05 -07:00
net afs: Fix client call Rx-phase signal handling 2020-03-13 23:04:35 +00:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: remove Sathya Perla as Emulex NIC maintainer 2020-03-11 22:53:34 -07:00
Makefile
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.