summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHuacai Chen <chenhuacai@loongson.cn>2024-10-21 22:11:19 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2024-10-21 22:11:19 +0800
commit2ed119aef60d73d00371195fc84dd68248071100 (patch)
treeabdefd6f38aeb74fef869922c401c06eb48fe8c5 /tools
parent69cc6fad5df4ce652d969be69acc60e269e5eea1 (diff)
LoongArch: Set correct size for vDSO code mapping
The current size of vDSO code mapping is hardcoded to PAGE_SIZE. This cannot work for 4KB page size after commit 18efd0b10e0fd77 ("LoongArch: vDSO: Wire up getrandom() vDSO implementation") because the code size increases to 8KB. Thus set the code mapping size to its real size, i.e. PAGE_ALIGN(vdso_end - vdso_start). Fixes: 18efd0b10e0fd77 ("LoongArch: vDSO: Wire up getrandom() vDSO implementation") Reviewed-by: Xi Ruoyao <xry111@xry111.site> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions