Go to file
Ronnie Sahlberg b0dd940e58 cifs: fail i/o on soft mounts if sessionsetup errors out
RHBZ: 1579050

If we have a soft mount we should fail commands for session-setup
failures (such as the password having changed/ account being deleted/ ...)
and return an error back to the application.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
CC: Stable <stable@vger.kernel.org>
2020-02-05 06:32:41 -06:00
arch Change /dev/random so that it uses the CRNG and only blocking if the 2020-02-01 09:48:37 -08:00
block
certs
crypto
Documentation Kconfig updates for v5.6 2020-02-01 10:25:55 -08:00
drivers Change /dev/random so that it uses the CRNG and only blocking if the 2020-02-01 09:48:37 -08:00
fs cifs: fail i/o on soft mounts if sessionsetup errors out 2020-02-05 06:32:41 -06:00
include Kbuild updates for v5.6 2020-02-01 10:01:52 -08:00
init
ipc
kernel Merge branch 'akpm' (patches from Andrew) 2020-01-31 12:16:36 -08:00
lib
LICENSES
mm Merge branch 'akpm' (patches from Andrew) 2020-01-31 12:16:36 -08:00
net Merge branch 'akpm' (patches from Andrew) 2020-01-31 12:16:36 -08:00
samples
scripts Kconfig updates for v5.6 2020-02-01 10:25:55 -08:00
security
sound
tools More power manadement updates for 5.6-rc1 2020-01-31 14:36:35 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap pci-v5.6-changes 2020-01-31 14:48:54 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pci-v5.6-changes 2020-01-31 14:48:54 -08:00
Makefile Kbuild updates for v5.6 2020-02-01 10:01:52 -08:00
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.