From: Alexei Starovoitov Date: Tue, 19 Jul 2022 16:45:35 +0000 (-0700) Subject: Merge branch 'BPF array map fixes and improvements' X-Git-Tag: howlett/maple/20220816~210^2~76^2~22 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=92f619735b7c4269fc6349a7ec13f09ffb558f77;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Alexei Starovoitov --- 92f619735b7c4269fc6349a7ec13f09ffb558f77