The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Randy Dunlap b8c1a30907 bpf: Delete repeated words in comments
Drop repeated words in kernel/bpf/: {has, the}

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200807033141.10437-1-rdunlap@infradead.org
2020-08-07 18:57:24 +02:00
Documentation bpf, doc: Remove references to warning message when using bpf_trace_printk() 2020-08-07 18:44:56 +02:00
LICENSES
arch MIPS upates for v5.9 2020-08-06 10:54:07 -07:00
block
certs
crypto
drivers net: hns3: fix spelling mistake "could'nt" -> "couldn't" 2020-08-06 12:05:40 -07:00
fs
include bpf: Change uapi for bpf iterator map elements 2020-08-06 16:39:14 -07:00
init
ipc
kernel bpf: Delete repeated words in comments 2020-08-07 18:57:24 +02:00
lib
mm
net bpf: Change uapi for bpf iterator map elements 2020-08-06 16:39:14 -07:00
samples
scripts
security Smack fixes for 5.9 2020-08-06 11:02:23 -07:00
sound
tools selftests/bpf: Fix silent Makefile output 2020-08-07 18:52:32 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MIPS upates for v5.9 2020-08-06 10:54:07 -07: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.