No description
Find a file
Masahiro Yamada a4cff327d8 kconfig: clean up nested if-conditionals in check_conf()
Unify the outer two if-conditionals into one. This decreases the
indent level by one.

Also, change the if-else blocks:

    if (input_mode == listnewconfig) {
            ...
    } else if (input_mode == helpnewconfig) {
            ...
    } else {
            ...
    }

into the switch statement.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-02-24 15:12:06 +09:00
arch arch: syscalls: remove $(srctree)/ prefix from syscall tables 2021-02-22 08:22:03 +09:00
block block-5.11-2021-02-05 2021-02-06 14:40:27 -08:00
certs
crypto
Documentation kbuild: use always-y instead of extra-y 2021-02-16 12:01:45 +09:00
drivers kbuild: simplify access to the kernel's version 2021-02-16 12:01:45 +09:00
fs 3 small smb3 fixes for stable 2021-02-06 15:26:28 -08:00
include kbuild: simplify access to the kernel's version 2021-02-16 12:01:45 +09:00
init kbuild: check the minimum linker version in Kconfig 2021-02-22 08:22:04 +09:00
ipc
kernel kbuild: simplify access to the kernel's version 2021-02-16 12:01:45 +09:00
lib Kconfig: allow explicit opt in to DWARF v5 2021-02-16 12:01:45 +09:00
LICENSES
mm mm: hugetlb: fix missing put_page in gather_surplus_pages() 2021-02-05 11:03:47 -08:00
net Fixes: 2021-02-05 10:11:14 -08:00
samples
scripts kconfig: clean up nested if-conditionals in check_conf() 2021-02-24 15:12:06 +09:00
security cap: fix conversions on getxattr 2021-01-28 10:22:48 +01:00
sound
tools libnvdimm for 5.11-rc7 2021-02-07 10:45:26 -08:00
usr
virt
.clang-format clang-format: Update with the latest for_each macro list 2021-01-29 15:00:23 +01:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap block-5.11-2021-02-05 2021-02-06 14:40:27 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS kbuild: check the minimum linker version in Kconfig 2021-02-22 08:22:04 +09:00
Makefile Makefile: Remove # characters from compiler string 2021-02-24 15:12:06 +09:00
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.