bpf: make bpf_copy_from_user_task() gpl only
authorKenta Tada <Kenta.Tada@sony.com>
Fri, 28 Jan 2022 17:09:06 +0000 (02:09 +0900)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 31 Jan 2022 20:44:37 +0000 (12:44 -0800)
commit0407a65f356e6d9340ad673907c17e52fade43e3
tree84039871a6bbadffe8cb7076c58483b7034de66f
parent1fc5bdb2b823b6f478b8c466d5f7328f6220f02b
bpf: make bpf_copy_from_user_task() gpl only

access_process_vm() is exported by EXPORT_SYMBOL_GPL().

Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
Link: https://lore.kernel.org/r/20220128170906.21154-1-Kenta.Tada@sony.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/helpers.c