diff options
author | Florian Lehner <dev@der-flo.net> | 2020-10-29 21:14:42 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-11-05 20:04:46 -0800 |
commit | c6bde958a62b8ca5ee8d2c1fe429aec4ad54efad (patch) | |
tree | 17958546d169d9eb0989cb96ff10446fe2fd24c5 /tools/testing/selftests/pstore | |
parent | b6b466a81f84e02f5d57a641db16ee3f24388923 (diff) | |
download | linux-c6bde958a62b8ca5ee8d2c1fe429aec4ad54efad.tar.bz2 |
bpf: Lift hashtab key_size limit
Currently key_size of hashtab is limited to MAX_BPF_STACK.
As the key of hashtab can also be a value from a per cpu map it can be
larger than MAX_BPF_STACK.
The use-case for this patch originates to implement allow/disallow
lists for files and file paths. The maximum length of file paths is
defined by PATH_MAX with 4096 chars including nul.
This limit exceeds MAX_BPF_STACK.
Changelog:
v5:
- Fix cast overflow
v4:
- Utilize BPF skeleton in tests
- Rebase
v3:
- Rebase
v2:
- Add a test for bpf side
Signed-off-by: Florian Lehner <dev@der-flo.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20201029201442.596690-1-dev@der-flo.net
Diffstat (limited to 'tools/testing/selftests/pstore')
0 files changed, 0 insertions, 0 deletions