You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARCv3: add architecrute PAGE_KERNEL* defs instead of generic
Add architecture specific versions of PAGE_KERNEL_EXEC and
PAGE_KERNEL_RO definitions to provide correct set of PT flags.
Without these explicit definitions default PAGE_KERNEL is used.
After commit f32ebe7 ("ARC: Proper kernel mapping") PAGE_KERNEL
definitions doesn't contain flag to permit code execution from
page and it provides modules load issue.
This patch fixes modules load issue.
Fixes: f32ebe7 ("ARC: Proper kernel mapping")
Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>
0 commit comments