Go to file
Tom Rix 58e61e416b skbuff: cleanup double word in comment
Remove the second 'to'.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-02-10 15:11:51 +00:00
Documentation Networking fixes for 5.17-rc3, including fixes from bpf, netfilter, 2022-02-03 16:54:18 -08:00
LICENSES
arch - fix missed change for PTR->PTR_WD conversion 2022-02-03 06:45:34 -08:00
block
certs
crypto
drivers net: macb: Align the dma and coherent dma masks 2022-02-10 15:09:04 +00:00
fs Notable bug fixes: 2022-02-02 10:14:31 -08:00
include net: fix a memleak when uncloning an skb dst and its metadata 2022-02-09 11:41:47 +00:00
init
ipc
kernel gcc-plugins/stackleak: Use noinstr in favor of notrace 2022-02-03 17:02:21 -08:00
lib
mm Revert "mm/gup: small refactoring: simplify try_grab_page()" 2022-02-03 06:51:42 -08:00
net skbuff: cleanup double word in comment 2022-02-10 15:11:51 +00:00
samples
scripts
security selinux/stable-5.17 PR 20220203 2022-02-03 16:44:12 -08:00
sound
tools selftests: mptcp: add missing join check 2022-02-09 21:44:35 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: netfilter: update git links 2022-02-04 05:39:57 +01:00
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.