Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generic: 5.15, 6.1: enable CNP support
Ever since CONFIG_ARM64_PAN was enabled Common Not Private (CNP) is now visible and kernel builds will stop as they are not set in kernel config for 5.15 and 6.1. So, lets enable Common Not Private (CNP) which is ARMv8.2 feature and will be NOP of CPU-s that dont support it. Fixes: a266230 ("kernel: Enable CONFIG_ARM64_PAN to restrict kernel access to user space memory") Link: openwrt#16211 Signed-off-by: Robert Marko <robimarko@gmail.com>
- Loading branch information