The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Dan Carpenter 7187440dd7 iov_iter: use "maxpages" parameter
This was intended to be "maxpages" instead of INT_MAX.  There is only
one caller and it passes INT_MAX so this does not affect runtime.

Fixes: b93235e689 ("tls: cap the output scatter list to something reasonable")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-09-16 10:56:08 +01:00
Documentation
LICENSES
arch ARM: dts: aspeed: elbert: Enable mac3 controller 2022-09-15 12:41:37 +02:00
block
certs
crypto
drivers net: amd: Switch and case should be at the same indent 2022-09-16 10:27:47 +01:00
fs
include iov_iter: use "maxpages" parameter 2022-09-16 10:56:08 +01:00
init
io_uring
ipc
kernel
lib
mm
net vsock/vmci: fix repeated words in comments 2022-09-16 09:31:29 +01:00
samples
scripts
security
sound
tools selftests: mptcp: move prefix tests of addr_nr_ns2 together 2022-09-15 12:01:02 +02:00
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.