]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'BPF array map fixes and improvements'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 19 Jul 2022 16:45:35 +0000 (09:45 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 19 Jul 2022 16:45:50 +0000 (09:45 -0700)
commit630f760b6f23e42d5d76e64a5cca3f4a55dd694b
tree2b5d98df04a55fd1cdbb67eff0355c3fb5a25cb4
parent39782d36f2d1c2271b96a9c982ff99942b19224b
parent776d3c8043b77b3f12c789f2721693e85babb28c
Merge branch 'BPF array map fixes and improvements'

Andrii Nakryiko says:

====================

Fix 32-bit overflow in value pointer calculations in BPF array map. And then
raise obsolete limit on array map value size. Add selftest making sure this is
working as intended.

v1->v2:
  - fix broken patch #1 (no mask_index use in helper, as stated in commit
    message; and add missing semicolon).
====================

Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>