diff options
author | Kees Cook <[email protected]> | 2022-11-17 16:31:55 -0800 |
---|---|---|
committer | Kees Cook <[email protected]> | 2022-11-17 16:31:55 -0800 |
commit | cd57e443831d8eeb083c7165bce195d886e216d4 (patch) | |
tree | 723c6ae9e26f2f1b1efdb6c25ac9ccadb56229f3 /tools/perf/scripts/python/task-analyzer.py | |
parent | dc64cc12bcd14219afb91b55d23192c3eb45aa43 (diff) |
exec: Remove FOLL_FORCE for stack setup
It does not appear that FOLL_FORCE should be needed for setting up the
stack pages. They are allocated using the nascent brpm->vma, which was
newly created with VM_STACK_FLAGS, which an arch can override, but they
all appear to include VM_WRITE | VM_MAYWRITE. Remove FOLL_FORCE.
Cc: Eric Biederman <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: https://lore.kernel.org/lkml/202211171439.CDE720EAD@keescook/
Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions