Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Trond Myklebust ebbe788731 SUNRPC: Don't return error values in sysfs read of closed files
Instead of returning an error value, which ends up being the return
value for the read() system call, it is more elegant to simply return
the error as a string value.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
2022-03-25 13:24:12 -04:00
arch x86 host: 2022-02-24 14:05:49 -08:00
block
certs
crypto
Documentation x86 host: 2022-02-24 14:05:49 -08:00
drivers A couple driver fixes in the clk subsystem 2022-02-24 17:35:22 -08:00
fs NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error 2022-03-24 12:06:07 -04:00
include SUNRPC: Do not dereference non-socket transports in sysfs 2022-03-25 13:22:58 -04:00
init
ipc
kernel Networking fixes for 5.17-rc6, including fixes from bpf and netfilter. 2022-02-24 12:45:32 -08:00
lib
LICENSES
mm
net SUNRPC: Don't return error values in sysfs read of closed files 2022-03-25 13:24:12 -04:00
samples
scripts
security
sound
tools perf tools fixes for v5.17: 3rd batch 2022-02-24 14:36:38 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Networking fixes for 5.17-rc6, including fixes from bpf and netfilter. 2022-02-24 12:45:32 -08: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.