diff options
author | 2022-07-14 22:31:46 -0700 | |
---|---|---|
committer | 2022-07-19 09:45:34 -0700 | |
commit | 24316461200502aa5feddaa72dcbb8059503a528 (patch) | |
tree | 2b5d98df04a55fd1cdbb67eff0355c3fb5a25cb4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size (diff) | |
download | linux-dev-24316461200502aa5feddaa72dcbb8059503a528.tar.xz linux-dev-24316461200502aa5feddaa72dcbb8059503a528.zip |
selftests/bpf: validate .bss section bigger than 8MB is possible now
Add a simple big 16MB array and validate access to the very last byte of
it to make sure that kernel supports > KMALLOC_MAX_SIZE value_size for
BPF array maps (which are backing .bss in this case).
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20220715053146.1291891-5-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions