Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Kees Cook 149538cd55 selftests/lkdtm: Add way to repeat a test
Some LKDTM tests need to be run more than once (usually to setup and
then later trigger). Until now, the only case was the SOFT_LOCKUP test,
which wasn't useful to run in the bulk selftests. The coming stack canary
checking needs to run twice, so support this with a new test output prefix
"repeat".

Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20211022223826.330653-2-keescook@chromium.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-10-25 09:13:46 +02:00
arch powerpc fixes for 5.15 #4 2021-10-17 18:01:32 -10:00
block block-5.15-2021-10-17 2021-10-17 19:25:20 -10:00
certs
crypto
Documentation soundwire updates for 5.16-rc1 2021-10-25 08:52:44 +02:00
drivers soundwire updates for 5.16-rc1 2021-10-25 08:52:44 +02:00
fs io_uring-5.15-2021-10-17 2021-10-17 19:20:13 -10:00
include 2nd set of IIO new driver, cleanups and features for the 5.16 cycle 2021-10-24 13:09:37 +02:00
init
ipc
kernel Tracing fixes for 5.15: 2021-10-16 10:51:41 -07:00
lib
LICENSES
mm memblock: exclude NOMAP regions from kmemleak 2021-10-13 08:36:59 +03:00
net icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe 2021-10-14 07:54:47 -07:00
samples Merge 5.15-rc6 into char-misc-next 2021-10-18 09:29:27 +02:00
scripts Merge 5.15-rc6 into char-misc-next 2021-10-18 09:29:27 +02:00
security
sound
tools selftests/lkdtm: Add way to repeat a test 2021-10-25 09:13:46 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update the entry for MHI bus 2021-10-19 15:49:14 +02:00
Makefile Linux 5.15-rc6 2021-10-17 20:00:13 -10: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.