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: ceph-for-6.1-rc1~377^2~76^2~22 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=92f619735b7c4269fc6349a7ec13f09ffb558f77;p=ceph-client.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