The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Mathieu Malaterre 667da6a268 ipc: annotate implicit fall through
There is a plan to build the kernel with -Wimplicit-fallthrough and this
place in the code produced a warning (W=1).

This commit remove the following warning:

  ipc/sem.c:1683:6: warning: this statement may fall through [-Wimplicit-fallthrough=]

Link: http://lkml.kernel.org/r/20190114203608.18218-1-malat@debian.org
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-03-07 18:32:02 -08:00
Documentation kernel/configs: use .incbin directive to embed config_data.gz 2019-03-07 18:32:02 -08:00
LICENSES
arch configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED 2019-03-07 18:32:02 -08:00
block
certs
crypto
drivers rapidio/mport_cdev: mark expected switch fall-through 2019-03-07 18:32:02 -08:00
fs exec: increase BINPRM_BUF_SIZE to 256 2019-03-07 18:32:01 -08:00
include exec: increase BINPRM_BUF_SIZE to 256 2019-03-07 18:32:01 -08:00
init init/initramfs.c: provide more details in error messages 2019-03-07 18:32:02 -08:00
ipc ipc: annotate implicit fall through 2019-03-07 18:32:02 -08:00
kernel kcov: convert kcov.refcount to refcount_t 2019-03-07 18:32:02 -08:00
lib lib/ubsan: default UBSAN_ALIGNMENT to not set 2019-03-07 18:32:02 -08:00
mm
net Merge branch 'akpm' (patches from Andrew) 2019-03-06 10:31:36 -08:00
samples
scripts scripts/gdb: replace flags (MS_xyz -> SB_xyz) 2019-03-07 18:32:02 -08:00
security
sound Char/Misc driver patches for 5.1-rc1 2019-03-06 14:18:59 -08:00
tools Staging/IIO patches for 5.1-rc1 2019-03-06 16:29:27 -08:00
usr
virt ACPI updates for 5.1-rc1 2019-03-06 13:33:11 -08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS Char/Misc driver patches for 5.1-rc1 2019-03-06 14:18:59 -08:00
Kbuild
Kconfig
MAINTAINERS USB/PHY patches for 5.1-rc1 2019-03-06 16:48:27 -08:00
Makefile Driver core patches for 5.1-rc1 2019-03-06 14:52:48 -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.