Linux kernel source tree
Find a file
Kees Cook 61f60bac8c gcc-plugins: Change all version strings match kernel
It's not meaningful for the GCC plugins to track their versions separately
from the rest of the kernel. Switch all versions to the kernel version.

Fix mismatched indenting while we're at it.

Cc: linux-hardening@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
2022-05-10 16:54:33 -07:00
arch arm64: entry: use stackleak_erase_on_task_stack() 2022-05-08 01:33:09 -07:00
block
certs
crypto
Documentation
drivers lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=n 2022-05-08 01:33:09 -07:00
fs
include randomize_kstack: Improve docs on requirements/rationale 2022-05-10 10:40:26 -07:00
init
ipc
kernel stackleak: add on/off stack variants 2022-05-08 01:33:09 -07:00
lib
LICENSES
mm
net
samples
scripts gcc-plugins: Change all version strings match kernel 2022-05-10 16:54:33 -07:00
security randstruct: Enable Clang support 2022-05-08 01:33:07 -07:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.