No description
Find a file
Nick Desaulniers 08e4044243 ubsan: remove cc-option test for UBSAN_TRAP
-fsanitize-undefined-trap-on-error has been supported since GCC 5.1 and
Clang 3.2.  The minimum supported version of these according to
Documentation/process/changes.rst is 5.1 and 11.0.0 respectively. Drop
this cc-option check.

Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20230407215406.768464-1-ndesaulniers@google.com
2023-05-17 12:01:54 -07:00
arch
block
certs
crypto
Documentation
drivers cxl fixes for v6.4-rc2 2023-05-14 12:32:34 -07:00
fs
include fortify: strcat: Move definition to use fortified strlcat() 2023-05-16 14:15:45 -07:00
init
io_uring
ipc
kernel
lib ubsan: remove cc-option test for UBSAN_TRAP 2023-05-17 12:01:54 -07:00
LICENSES
mm
net
rust
samples
scripts ubsan: Tighten UBSAN_BOUNDS on GCC 2023-05-16 13:57:14 -07:00
security
sound
tools kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML 2023-05-16 14:07:05 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS string: Add Kunit tests for strcat() family 2023-05-16 14:08:02 -07:00
Makefile Linux 6.4-rc2 2023-05-14 12:51:40 -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.