File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ config RISCV
70
70
# LLD >= 14: https://github.com/llvm/llvm-project/issues/50505
71
71
select ARCH_SUPPORTS_LTO_CLANG if LLD_VERSION >= 140000
72
72
select ARCH_SUPPORTS_LTO_CLANG_THIN if LLD_VERSION >= 140000
73
+ select ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS if 64BIT && MMU
73
74
select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU
74
75
select ARCH_SUPPORTS_PER_VMA_LOCK if MMU
75
76
select ARCH_SUPPORTS_RT
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ static int __setup_additional_pages(struct mm_struct *mm,
136
136
137
137
ret =
138
138
_install_special_mapping (mm , vdso_base , vdso_text_len ,
139
- (VM_READ | VM_EXEC | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC ),
139
+ (VM_READ | VM_EXEC | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC | VM_SEALED_SYSMAP ),
140
140
vdso_info -> cm );
141
141
142
142
if (IS_ERR (ret ))
You can’t perform that action at this time.
0 commit comments