diff options
author | Guoyun Sun <[email protected]> | 2020-01-15 11:35:00 +0800 |
---|---|---|
committer | Paul Burton <[email protected]> | 2020-01-15 10:44:14 -0800 |
commit | ad1df95419cc46b4a832cbb537716e3da9a98881 (patch) | |
tree | e6deedf09e8b9c4c92263c8a2af8d39f78010b23 /tools/perf/scripts/python/powerpc-hcalls.py | |
parent | e8c192011c920517e5578d51c7aff0ecadd25de3 (diff) |
mips/vdso: Support mremap() for vDSO
vDSO VMA address is saved in mm_context for the purpose of using
restorer from vDSO page to return to userspace after signal handling.
In Checkpoint Restore in Userspace (CRIU) project we place vDSO VMA
on restore back to the place where it was on the dump.
Make vDSO code track the VMA address by supplying .mremap() fops
the same way it's done for x86 and arm by:
commit b059a453b1cf ("x86/vdso: Add mremap hook to vm_special_mapping")
commit 739586951b8a ("arm64/vdso: Support mremap() for vDSO").
Signed-off-by: Guoyun Sun <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Allison Randal <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: [email protected]
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions