From: Alexei Starovoitov Date: Wed, 4 Sep 2024 18:56:34 +0000 (-0700) Subject: Merge branch 'bpf-fix-incorrect-name-check-pass-logic-in-btf_name_valid_section' X-Git-Tag: v6.11-rc7~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5390f315fc8c9b9f48105a0d88b56bc59fa2b3e0;p=thirdparty%2Flinux.git Merge branch 'bpf-fix-incorrect-name-check-pass-logic-in-btf_name_valid_section' Jeongjun Park says: ==================== bpf: fix incorrect name check pass logic in btf_name_valid_section This patch was written to fix an issue where btf_name_valid_section() would not properly check names with certain conditions and would throw an OOB vuln. And selftest was added to verify this patch. ==================== Link: https://lore.kernel.org/r/20240831054525.364353-1-aha310510@gmail.com Signed-off-by: Alexei Starovoitov --- 5390f315fc8c9b9f48105a0d88b56bc59fa2b3e0