No description
Find a file
Kees Cook bb95ebbe89 lib: Introduce CONFIG_MEMCPY_KUNIT_TEST
Before changing anything about memcpy(), memmove(), and memset(), add
run-time tests to check basic behaviors for any regressions.

Signed-off-by: Kees Cook <keescook@chromium.org>
2021-10-18 12:28:52 -07:00
arch lib/string: Move helper functions out of string.c 2021-09-25 08:20:49 -07:00
block
certs
crypto
Documentation
drivers cm4000_cs: Use struct_group() to zero struct cm4000_dev region 2021-09-25 08:20:49 -07:00
fs
include fortify: Allow strlen() and strnlen() to pass compile-time known lengths 2021-09-25 08:20:50 -07:00
init
ipc
kernel
lib lib: Introduce CONFIG_MEMCPY_KUNIT_TEST 2021-10-18 12:28:52 -07:00
LICENSES
mm
net
samples
scripts fortify: Add compile-time FORTIFY_SOURCE tests 2021-10-18 12:28:52 -07:00
security fortify: Explicitly disable Clang support 2021-09-25 08:20:49 -07:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS fortify: Add compile-time FORTIFY_SOURCE tests 2021-10-18 12:28:52 -07:00
Makefile Linux 5.15-rc2 2021-09-19 17:28:22 -07: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.