The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Ismael Luceno 0e5e0a5553 docs: reporting-issues: Remove reference to oldnoconfig
Replace it with olddefconfig. oldnoconfig didn't do what the document
suggests (it aliased to olddefconfig), and isn't available since 4.19.

Ref: 04c459d204 ("kconfig: remove oldnoconfig target")
Ref: 312ee68752 ("kconfig: announce removal of oldnoconfig if used")
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Link: https://lore.kernel.org/r/20210331163541.28356-1-ismael@iodev.co.uk
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2021-03-31 14:33:45 -06:00
Documentation docs: reporting-issues: Remove reference to oldnoconfig 2021-03-31 14:33:45 -06:00
LICENSES
arch
block
certs
crypto
drivers RDMA 5.12 first rc pull request 2021-03-05 17:27:59 -08:00
fs fs/namespace: correct/improve kernel-doc notation 2021-03-31 14:22:55 -06:00
include block-5.12-2021-03-05 2021-03-05 12:59:37 -08:00
init
ipc
kernel io_uring-5.12-2021-03-05 2021-03-05 12:44:43 -08:00
lib
mm
net
samples
scripts scripts: get_abi: ignore code blocks for cross-references 2021-03-31 13:53:16 -06:00
security
sound
tools Documentation: Replace more lkml.org links with lore 2021-03-06 17:36:52 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update email address for Alex Shi 2021-03-31 13:52:25 -06:00
COPYING
CREDITS Documentation: Replace more lkml.org links with lore 2021-03-06 17:36:52 -07:00
Kbuild
Kconfig
MAINTAINERS Docs/zh_CN: update Alex Shi new email address 2021-03-31 13:52:25 -06:00
Makefile Linux 5.12-rc2 2021-03-05 17:33:41 -08:00
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.