diff options
author | Lorenz Bauer <lmb@isovalent.com> | 2025-05-20 14:01:17 +0100 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2025-05-23 10:06:28 -0700 |
commit | a539e2a6d51d1c12d89eec149ccc72ec561639bc (patch) | |
tree | c8e9888164351ac45c4fe6859f4bc3a6b45fea0c /scripts/lib/kdoc/kdoc_parser.py | |
parent | 8259eb0e06d8f64c700f5fbdb28a5c18e10de291 (diff) |
btf: Allow mmap of vmlinux btf
User space needs access to kernel BTF for many modern features of BPF.
Right now each process needs to read the BTF blob either in pieces or
as a whole. Allow mmaping the sysfs file so that processes can directly
access the memory allocated for it in the kernel.
remap_pfn_range is used instead of vm_insert_page due to aarch64
compatibility issues.
Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Tested-by: Alan Maguire <alan.maguire@oracle.com>
Reviewed-by: Shakeel Butt <shakeel.butt@linux.dev>
Link: https://lore.kernel.org/bpf/20250520-vmlinux-mmap-v5-1-e8c941acc414@isovalent.com
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions