summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-18bpf: clarify a misleading verifier error messageAndrea Terzolo
2025-03-18Merge branch 'bpf-reject-attaching-fexit-fmod_ret-to-noreturn-functions'Alexei Starovoitov
2025-03-18selftests/bpf: Add selftest for attaching fexit to __noreturn functionsYafang Shao
2025-03-18bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao
2025-03-18bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...Martin KaFai Lau
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis
2025-03-17Merge branch 'bpftool-using-the-right-format-specifiers'Andrii Nakryiko
2025-03-17bpftool: Using the right format specifiersJiayuan Chen
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen
2025-03-17Merge branch 'support-freplace-prog-from-user-namespace'Andrii Nakryiko
2025-03-17selftests/bpf: Test freplace from user namespaceMykyta Yatsenko
2025-03-17libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_IDMykyta Yatsenko
2025-03-17bpf: Return prog btf_id without capable checkMykyta Yatsenko
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko
2025-03-15bpf, x86: Fix objtool warning for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15bpf: Check map->record at the beginning of check_and_free_fields()Hou Tao
2025-03-15selftests/bpf: Fix sockopt selftest failure on powerpcSaket Kumar Bhaskar
2025-03-15selftests/bpf: Fix string read in strncmp benchmarkViktor Malik
2025-03-15selftests/bpf: Fix arena_spin_lock compilation on PowerPCKumar Kartikeya Dwivedi
2025-03-15bpf: preload: Add MODULE_DESCRIPTIONArnd Bergmann
2025-03-15bpf: bpftool: Setting error code in do_loader()Sewon Nam
2025-03-15Merge branch 'security-propagate-caller-information-in-bpf-hooks'Alexei Starovoitov
2025-03-15selftests/bpf: Convert comma to semicolonChen Ni
2025-03-15selftests/bpf: Add a kernel flag test for LSM bpf hookBlaise Boscaccy
2025-03-15selftests/bpf: Fix selection of static vs. dynamic LLVMAnton Protopopov
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy
2025-03-15Merge branch 'bpf-introduce-helper-for-populating-bpf_cpumask'Alexei Starovoitov
2025-03-15selftests: bpf: fix duplicate selftests in cpumask_success.Emil Tsalapatis
2025-03-15Merge branch 'selftests-bpf-move-test_lwt_seg6local-to-test_progs'Alexei Starovoitov
2025-03-15bpf: fix missing kdoc string fields in cpumask.cEmil Tsalapatis
2025-03-15selftests/bpf: Fix cap_enable_effective() return codeFeng Yang
2025-03-15selftests/bpf: lwt_seg6local: Move test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests: bpf: add bpf_cpumask_populate selftestsEmil Tsalapatis
2025-03-15selftests/bpf: Fix dangling stdout seen by traffic monitor threadAmery Hung
2025-03-15selftests/bpf: lwt_seg6local: Remove unused routesBastien Curutchet (eBPF Foundation)
2025-03-15bpf: add kfunc for populating cpumask bitsEmil Tsalapatis
2025-03-15selftests/bpf: Allow assigning traffic monitor print functionAmery Hung
2025-03-15selftests/bpf: Clean up call sites of stdio_restore()Amery Hung
2025-03-15selftests/bpf: Move test_lwt_ip_encap to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15Merge branch 'arena-spin-lock'Alexei Starovoitov
2025-03-15bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.cT.J. Mercier
2025-03-15selftests/bpf: Add tests for arena spin lockKumar Kartikeya Dwivedi
2025-03-15selftests/bpf: Introduce arena spin lockKumar Kartikeya Dwivedi
2025-03-15selftests/bpf: Introduce cond_break_labelKumar Kartikeya Dwivedi
2025-03-15bpf: correct use/def for may_goto instructionEduard Zingerman
2025-03-15Merge branch 'bpf-simple-dfa-based-live-registers-analysis'Alexei Starovoitov
2025-03-15selftests/bpf: test cases for compute_live_registers()Eduard Zingerman
2025-03-15Merge branch 'introduce-load-acquire-and-store-release-bpf-instructions'Alexei Starovoitov
2025-03-15bpf: use register liveness information for func_states_equalEduard Zingerman
2025-03-15selftests/bpf: Add selftests for load-acquire and store-release instructionsPeilin Ye