mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 11:28:28 +00:00
f307ab6dce
This removes the 'write' argument from access_process_vm() and replaces it with 'gup_flags' as use of this function previously silently implied FOLL_FORCE, whereas after this patch callers explicitly pass this flag. We make this explicit as use of FOLL_FORCE can result in surprising behaviour (and hence bugs) within the mm subsystem. Signed-off-by: Lorenzo Stoakes <lstoakes@gmail.com> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Michal Hocko <mhocko@suse.com> Acked-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
cplb-mpu | ||
cplb-nompu | ||
.gitignore | ||
asm-offsets.c | ||
bfin_dma.c | ||
bfin_gpio.c | ||
bfin_ksyms.c | ||
cplbinfo.c | ||
debug-mmrs.c | ||
dma-mapping.c | ||
dumpstack.c | ||
early_printk.c | ||
entry.S | ||
exception.c | ||
fixed_code.S | ||
flat.c | ||
ftrace-entry.S | ||
ftrace.c | ||
gptimers.c | ||
ipipe.c | ||
irqchip.c | ||
kgdb_test.c | ||
kgdb.c | ||
Makefile | ||
module.c | ||
nmi.c | ||
perf_event.c | ||
process.c | ||
pseudodbg.c | ||
ptrace.c | ||
reboot.c | ||
setup.c | ||
shadow_console.c | ||
signal.c | ||
stacktrace.c | ||
sys_bfin.c | ||
time-ts.c | ||
time.c | ||
trace.c | ||
traps.c | ||
vmlinux.lds.S |