mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 19:27:27 +00:00
fd6ce0dea9
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> |
||
---|---|---|
.. | ||
backport-5.15 | ||
backport-6.1 | ||
backport-6.6 | ||
files | ||
hack-5.15 | ||
hack-6.1 | ||
hack-6.6 | ||
image | ||
other-files | ||
pending-5.15 | ||
pending-6.1 | ||
pending-6.6 | ||
config-5.15 | ||
config-6.1 | ||
config-6.6 | ||
config-filter | ||
PATCHES |