From: Andrii Nakryiko Date: Thu, 2 Nov 2023 16:47:41 +0000 (-0700) Subject: Merge branch 'selftests/bpf: Fixes for map_percpu_stats test' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3499962d836af085a621f005978fee20fc87276;p=linux.git Merge branch 'selftests/bpf: Fixes for map_percpu_stats test' Hou Tao says: ==================== From: Hou Tao Hi, BPF CI failed due to map_percpu_stats_percpu_hash from time to time [1]. It seems that the failure reason is per-cpu bpf memory allocator may not be able to allocate per-cpu pointer successfully and it can not refill free llist timely, and bpf_map_update_elem() will return -ENOMEM. Patch #1 fixes the size of value passed to per-cpu map update API. The problem was found when fixing the ENOMEM problem, so also post it in this patchset. Patch #2 & #3 mitigates the ENOMEM problem by retrying the update operation for non-preallocated per-cpu map. Please see individual patches for more details. And comments are always welcome. Regards, Tao [1]: https://github.com/kernel-patches/bpf/actions/runs/6713177520/job/18244865326?pr=5909 ==================== Signed-off-by: Andrii Nakryiko Signed-off-by: Alexei Starovoitov --- e3499962d836af085a621f005978fee20fc87276