Linux kernel source tree
Go to file
Gustavo A. R. Silva d4f4da3e13 net: ipx: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-18 14:13:08 +01:00
Documentation
arch um: net: Convert timers to use timer_setup() 2017-10-18 12:40:27 +01:00
block
certs
crypto
drivers dpaa_eth: remove obsolete comment 2017-10-18 13:44:47 +01:00
firmware
fs
include tcp: Use pI6c in tcp tracepoint 2017-10-18 14:10:29 +01:00
init
ipc
kernel bpf: cpumap add tracepoints 2017-10-18 12:12:18 +01:00
lib
mm
net net: ipx: mark expected switch fall-through 2017-10-18 14:13:08 +01:00
samples samples/bpf: add cpumap sample program xdp_redirect_cpu 2017-10-18 12:12:18 +01:00
scripts
security
sound
tools tools: bpftool: use more common tag format 2017-10-18 13:19:39 +01:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.