-
- Downloads
bpf: Introduce MEM_RDONLY flag
This patch introduce a flag MEM_RDONLY to tag a reg value pointing to read-only memory. It makes the following changes: 1. PTR_TO_RDWR_BUF -> PTR_TO_BUF 2. PTR_TO_RDONLY_BUF -> PTR_TO_BUF | MEM_RDONLY Signed-off-by:Hao Luo <haoluo@google.com> Signed-off-by:
Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20211217003152.48334-6-haoluo@google.com
Showing
- include/linux/bpf.h 5 additions, 3 deletionsinclude/linux/bpf.h
- kernel/bpf/btf.c 1 addition, 2 deletionskernel/bpf/btf.c
- kernel/bpf/map_iter.c 2 additions, 2 deletionskernel/bpf/map_iter.c
- kernel/bpf/verifier.c 50 additions, 34 deletionskernel/bpf/verifier.c
- net/core/bpf_sk_storage.c 1 addition, 1 deletionnet/core/bpf_sk_storage.c
- net/core/sock_map.c 1 addition, 1 deletionnet/core/sock_map.c
Loading
Please register or sign in to comment