Minimal supplement to upstream Kernel Self Protection Project changes. Features already provided by SELinux + Yama and archs other than multiarch arm64 / x86_64 aren't in scope. Only tags have stable history. Shared IRC channel with KSPP: irc.libera.chat #linux-hardening
Go to file
Levente Polyak 7ff4f68eb2
Linux hardened 6.1.81-hardened1
Signed-off-by: Levente Polyak <levente@leventepolyak.net>
2024-03-06 21:53:21 +01:00
arch x86: guarantee brk gap is at least one page 2024-03-06 21:51:24 +01:00
block remove unused softirq_action callback parameter 2024-03-06 21:48:16 +01:00
certs
crypto crypto: api - Disallow identical driver names 2024-01-31 16:16:58 -08:00
Documentation net: tcp: add option to disable TCP simultaneous connect 2024-03-06 21:52:55 +01:00
drivers security: tty: make TIOCSTI ioctl require CAP_SYS_ADMIN 2024-03-06 21:52:10 +01:00
fs ovl: add config to disable unprivileged user namespace mounts 2024-03-06 21:53:01 +01:00
include net: tcp: add option to disable TCP simultaneous connect 2024-03-06 21:52:55 +01:00
init userns: add kconfig to set default for unprivileged CLONE_NEWUSER 2024-03-06 21:49:28 +01:00
io_uring io_uring/net: fix multishot accept overflow handling 2024-02-23 09:12:43 +01:00
ipc
kernel enable BPF JIT hardening by default (if available) 2024-03-06 21:52:23 +01:00
lib mm, kfence: bug on data corruption after error report 2024-03-06 21:53:08 +01:00
LICENSES
mm slub: Bug on free of non-slab objects 2024-03-06 21:53:14 +01:00
net net: tcp: add option to disable TCP simultaneous connect 2024-03-06 21:52:55 +01:00
rust rust: allocator: Prevent mis-aligned allocation 2023-08-11 12:08:18 +02:00
samples work around gcc bugs with 'asm goto' with outputs 2024-02-23 09:12:28 +01:00
scripts modpost: Add CONFIG_DEBUG_WRITABLE_FUNCTION_POINTERS_VERBOSE 2024-03-06 21:52:35 +01:00
security enable SECURITY_TIOCSTI_RESTRICT by default 2024-03-06 21:52:16 +01:00
sound ALSA: hda/realtek: fix mute/micmute LED For HP mt440 2024-03-06 14:45:09 +00:00
tools security,perf: Allow further restriction of perf_event_open 2024-03-06 21:49:08 +01:00
usr
virt kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add() 2023-09-13 09:42:46 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS trace: Relocate event helper files 2024-03-06 14:45:17 +00:00
Makefile Linux hardened 6.1.81-hardened1 2024-03-06 21:53:21 +01: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.