summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2025-11-20 13:10:29 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-12-01 11:46:00 +0100
commit4386c200711b3f2668de91fc9f62df059882a713 (patch)
tree0f3c788e7343e1eb8a9e851d6a4df911776a9be5 /tools/perf/scripts/python
parent0bd5502efdab2ca4d41c3dff9460fedc93c11d20 (diff)
MIPS: kernel: Fix random segmentation faults
[ Upstream commit 14b46ba92bf547508b4a49370c99aba76cb53b53 ] Commit 69896119dc9d ("MIPS: vdso: Switch to generic storage implementation") switches to a generic vdso storage, which increases the number of data pages from 1 to 4. But there is only one page reserved, which causes segementation faults depending where the VDSO area is randomized to. To fix this use the same size of reservation and allocation of the VDSO data pages. Fixes: 69896119dc9d ("MIPS: vdso: Switch to generic storage implementation") Reviewed-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Reviewed-by: Huacai Chen <chenhuacai@loongson.cn> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions