openwrt/target/linux/rockchip
Hauke Mehrtens a2662309aa kernel: Enable CONFIG_ARM64_PAN to restrict kernel access to user space memory
Enable the CONFIG_ARM64_PAN kernel security option, which leverages the
ARMv8.1 Privileged Access Never (PAN) extension to prevent the kernel
from directly accessing user space memory.

Instead, copy_to_user and similar functions must be used for data
transfer between kernel and user space. This feature is automatically
disabled at runtime on CPUs without PAN support, making it a no-op in
those cases.

Link: https://github.com/openwrt/openwrt/pull/16189
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-08-21 00:21:05 +02:00
..
armv8 kernel: Enable CONFIG_ARM64_PAN to restrict kernel access to user space memory 2024-08-21 00:21:05 +02:00
image rockchip: add Radxa ROCK 5B support 2024-08-21 00:10:47 +02:00
patches-6.6 rockchip: add Radxa ROCK 5B support 2024-08-21 00:10:47 +02:00
Makefile rockchip: switch to kernel 6.6 2024-05-09 10:43:37 +02:00