Go to file
Petr Machata 5ade50e2df selftests: router_vid_1: Add a diagram, fix coding style
It is customary for selftests to have a comment with a topology diagram,
which serves to illustrate the situation in which the test is done. This
selftest lacks it. Add it.

While at it, fix the list of tests so that the test names are enumerated
one at a line.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-05-04 11:21:32 +01:00
Documentation wireless-next patches for v5.19 2022-05-03 17:27:51 -07:00
LICENSES
arch
block
certs
crypto
drivers sfc: Copy a subset of mcdi_pcol.h to siena 2022-05-04 11:18:08 +01:00
fs net: sysctl: introduce sysctl SYSCTL_THREE 2022-05-03 10:15:06 +02:00
include mlx5-updates-2022-05-03 2022-05-04 10:53:00 +01:00
init
ipc
kernel
lib selftests/sysctl: add sysctl macro test 2022-05-03 10:15:07 +02:00
mm
net mptcp: netlink: allow userspace-driven subflow establishment 2022-05-04 10:49:32 +01:00
samples
scripts
security
sound
tools selftests: router_vid_1: Add a diagram, fix coding style 2022-05-04 11:21:32 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS wireless-next patches for v5.19 2022-05-03 17:27:51 -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.