Merge branch 'bpf: arena prerequisites'
authorMartin KaFai Lau <martin.lau@kernel.org>
Thu, 7 Mar 2024 22:58:49 +0000 (14:58 -0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 7 Mar 2024 23:01:57 +0000 (15:01 -0800)
commitc7d4274e90a1e7aa43d11d2a16066cbbe610070e
treeafd0ca6870d3abf41b811e706c3f788057183e9b
parente63985ecd22681c7f5975f2e8637187a326b6791
parentfe5064158c561b807af5708c868f6c7cb5144e01
Merge branch 'bpf: arena prerequisites'

Alexei Starovoitov says:

====================
These are bpf_arena prerequisite patches.
Useful on its own.

Alexei Starovoitov (5):
  bpf: Allow kfuncs return 'void *'
  bpf: Recognize '__map' suffix in kfunc arguments
  bpf: Plumb get_unmapped_area() callback into bpf_map_ops
  libbpf: Allow specifying 64-bit integers in map BTF.
  bpf: Tell bpf programs kernel's PAGE_SIZE
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>