openwrt/target/linux/generic
Hauke Mehrtens fd6ce0dea9 kernel: Activate CONFIG_LIST_HARDENED
Activate the kernel option CONFIG_LIST_HARDENED for all targets.
This adds some inline checks to list_add() and list_del() operations
in the kernel. Before kernel 6.6 these checks were only available with
CONFIG_DEBUG_LIST option, but now a light version is available which
should only add very few extra instructions to such operations.

The performance penalty is very low from my point of view. It should
make it much harder to use bugs in Linux kernel list handling when
exploiting the Linux kernel.

Link: https://github.com/openwrt/openwrt/pull/16189
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-08-21 00:20:27 +02:00
..
backport-5.15 kernel: bump 5.15 to 5.15.161 2024-07-01 00:22:09 +02:00
backport-6.1 kernel: bump 6.1 to 6.1.105 2024-08-20 23:45:07 +02:00
backport-6.6 kernel: bump 6.6 to 6.6.46 2024-08-20 23:41:08 +02:00
files kernel: rtl8367b: restore rlvid definitions 2024-08-08 19:56:29 +02:00
hack-5.15 kernel: bump 5.15 to 5.15.161 2024-07-01 00:22:09 +02:00
hack-6.1 kernel: bump 6.1 to 6.1.105 2024-08-20 23:45:07 +02:00
hack-6.6 kernel: bump 6.6 to 6.6.46 2024-08-20 23:41:08 +02:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.15 kernel: Fix section mismatch in ubi 2024-08-15 02:00:22 +01:00
pending-6.1 kernel: bump 6.1 to 6.1.105 2024-08-20 23:45:07 +02:00
pending-6.6 kernel: bump 6.6 to 6.6.47 2024-08-20 23:41:08 +02:00
config-5.15 config: kernel: Add support for configuring BTRFS to be built-in 2024-08-15 00:35:17 +02:00
config-6.1 kernel: bump 6.1 to 6.1.105 2024-08-20 23:45:07 +02:00
config-6.6 kernel: Activate CONFIG_LIST_HARDENED 2024-08-21 00:20:27 +02:00
config-filter generic: filter out CONFIG_FRAME_WARN 2023-07-01 11:52:07 +02:00
PATCHES