kernel: Activate CONFIG_LIST_HARDENED
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Aug 2024 12:42:50 +0000 (14:42 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 20 Aug 2024 22:20:27 +0000 (00:20 +0200)
commitfd6ce0dea95272eec20eb222b08c7e685827caee
tree2e8a8c1039774e55086a7fb6758cd4ff92039998
parent1c61a8f95803f56234a86ee2dca7a12ac04366d8
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>
target/linux/generic/config-6.6