aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2022-11-18 00:31:55 +0000
committerKees Cook <[email protected]>2022-11-18 00:31:55 +0000
commitcd57e443831d8eeb083c7165bce195d886e216d4 (patch)
tree723c6ae9e26f2f1b1efdb6c25ac9ccadb56229f3 /drivers/fpga/fpga-bridge.c
parentbinfmt_elf: replace IS_ERR() with IS_ERR_VALUE() (diff)
downloadkernel-cd57e443831d8eeb083c7165bce195d886e216d4.tar.gz
kernel-cd57e443831d8eeb083c7165bce195d886e216d4.zip
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 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions