linux-block.git
2024-02-23 Benjamin Tissoiresbpf: add is_async_callback_calling_insn() helper
2024-02-23 Benjamin Tissoiresbpf: introduce in_sleepable() helper
2024-02-23 Benjamin Tissoiresbpf: allow more maps in sleepable bpf programs
2024-02-22 Martin KaFai LauMerge branch 'Check cfi_stubs before registering a...
2024-02-22 Kui-Feng Leeselftests/bpf: Test case for lacking CFI stub functions.
2024-02-22 Kui-Feng Leebpf: Check cfi_stubs before registering a struct_ops...
2024-02-22 Martin Kellybpf: Clarify batch lookup/lookup_and_delete semantics
2024-02-22 Dave Thalerbpf, docs: specify which BPF_ABS and BPF_IND fields...
2024-02-22 Dave Thalerbpf, docs: Fix typos in instruction-set.rst
2024-02-22 Alexei StarovoitovMerge branch 'selftests-bpf-reduce-tcp_custom_syncookie...
2024-02-22 Eduard Zingermanselftests/bpf: update tcp_custom_syncookie to use scala...
2024-02-21 Alexei Starovoitovbpf: Shrink size of struct bpf_map/bpf_array.
2024-02-21 Alexei Starovoitovselftests/bpf: Remove intermediate test files.
2024-02-16 Marcos Paulo... selftests/bpf: Remove empty TEST_CUSTOM_PROGS
2024-02-15 Yonghong Songbpf: Fix test verif_scale_strobemeta_subprogs failure...
2024-02-15 Andrii Nakryikobpf: improve duplicate source code line detection
2024-02-14 Andrii Nakryikobpf: Use O(log(N)) binary search to find line info...
2024-02-14 Matt Bobrowskilibbpf: Make remark about zero-initializing bpf_*_info...
2024-02-14 Andrii Nakryikobpf: emit source code file name and line number in...
2024-02-14 Alexei StarovoitovMerge branch 'fix-global-subprog-ptr_to_ctx-arg-handling'
2024-02-14 Andrii Nakryikoselftests/bpf: add anonymous user struct as global...
2024-02-14 Andrii Nakryikobpf: don't infer PTR_TO_CTX for programs with unnamed...
2024-02-14 Andrii Nakryikobpf: handle bpf_user_pt_regs_t typedef explicitly for...
2024-02-14 Andrii Nakryikobpf: simplify btf_get_prog_ctx_type() into btf_is_prog_...
2024-02-13 Oliver Crumrinebpf: remove check in __cgroup_bpf_run_filter_skb
2024-02-13 Martin KaFai LauMerge branch 'Support PTR_MAYBE_NULL for struct_ops...
2024-02-13 Kui-Feng Leeselftests/bpf: Test PTR_MAYBE_NULL arguments of struct_...
2024-02-13 Kui-Feng Leebpf: Create argument information for nullable arguments.
2024-02-13 Kui-Feng Leebpf: Move __kfunc_param_match_suffix() to btf.c.
2024-02-13 Kui-Feng Leebpf: add btf pointer to struct bpf_ctx_arg_aux.
2024-02-13 Dave Thalerbpf, docs: Update ISA document title
2024-02-13 Cupertino Mirandalibbpf: Add support to GCC in CORE macro definitions
2024-02-13 Jose E. Marchesibpf: Abstract loop unrolling pragmas in BPF selftests
2024-02-13 Yonghong Songselftests/bpf: Ensure fentry prog cannot attach to...
2024-02-13 Yonghong Songbpf: Mark bpf_spin_{lock,unlock}() helpers with notrace...
2024-02-13 Daniel Xubpf: Have bpf_rdonly_cast() take a const pointer
2024-02-11 Marco Elverbpf: Allow compiler to inline most of bpf_local_storage...
2024-02-08 Martin KaFai LauMerge branch 'bpf, btf: Add DEBUG_INFO_BTF checks for...
2024-02-08 Geliang Tangbpf, btf: Check btf for register_bpf_struct_ops
2024-02-08 Geliang Tangbpf, btf: Add check_btf_kconfigs helper
2024-02-08 Geliang Tangbpf, btf: Fix return value of register_btf_id_dtor_kfuncs
2024-02-08 Masahiro Yamadabpf: Merge two CONFIG_BPF entries
2024-02-08 Yafang Shaoselftests/bpf: Mark cpumask kfunc declarations as __weak
2024-02-08 Yafang Shaoselftests/bpf: Fix error checking for cpumask_success__...
2024-02-07 Andrii NakryikoMerge branch 'tools-resolve_btfids-fix-cross-compilatio...
2024-02-07 Viktor Maliktools/resolve_btfids: Fix cross-compilation to non...
2024-02-07 Viktor Maliktools/resolve_btfids: Refactor set sorting with types...
2024-02-06 Toke Høiland... libbpf: Use OPTS_SET() macro in bpf_xdp_query()
2024-02-06 Jose E. Marchesibpf: Use -Wno-address-of-packed-member in some selftests
2024-02-06 Dave Thalerbpf, docs: Fix typos in instructions-set.rst
2024-02-06 Andrii Nakryikoselftests/bpf: mark dynptr kfuncs __weak to make them...
2024-02-06 Andrii Nakryikolibbpf: fix return value for PERF_EVENT __arg_ctx type...
2024-02-06 Alexei StarovoitovMerge branch 'xsk-support-redirect-to-any-socket-bound...
2024-02-06 Magnus Karlssonxsk: document ability to redirect to any socket bound...
2024-02-06 Magnus Karlssonxsk: support redirect to any socket bound to the same...
2024-02-06 Alexei StarovoitovMerge branch 'transfer-rcu-lock-state-across-subprog...
2024-02-06 Kumar Kartikeya... selftests/bpf: Add tests for RCU lock transfer between...
2024-02-06 Kumar Kartikeya... bpf: Transfer RCU lock state between subprog calls
2024-02-06 Alexei StarovoitovMerge branch 'enable-static-subprog-calls-in-spin-lock...
2024-02-06 Kumar Kartikeya... selftests/bpf: Add test for static subprog call in...
2024-02-06 Kumar Kartikeya... bpf: Allow calling static subprogs while holding a...
2024-02-05 Dave Thalerbpf, docs: Expand set of initial conformance groups
2024-02-05 Yonghong Songselftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
2024-02-05 Kui-Feng Leeselftests/bpf: Suppress warning message of an unused...
2024-02-05 Yonghong Songselftests/bpf: Fix flaky test ptr_untrusted
2024-02-05 Kui-Feng Leebpf: Remove an unnecessary check.
2024-02-03 Alexei StarovoitovMerge branch 'two-small-fixes-for-global-subprog-tagging'
2024-02-03 Andrii Nakryikobpf: don't emit warnings intended for global subprogs...
2024-02-03 Andrii Nakryikoselftests/bpf: add more cases for __arg_trusted __arg_n...
2024-02-03 Andrii Nakryikobpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument...
2024-02-02 Shung-Hsi Yuselftests/bpf: trace_helpers.c: do not use poisoned...
2024-02-02 Andrii NakryikoMerge branch 'improvements-for-tracking-scalars-in...
2024-02-02 Eduard Zingermanselftests/bpf: States pruning checks for scalar vs...
2024-02-02 Eduard Zingermanbpf: Handle scalar spill vs all MISC in stacksafe()
2024-02-02 Maxim Mikityanskiyselftests/bpf: Add test cases for narrowing fill
2024-02-02 Maxim Mikityanskiybpf: Preserve boundaries and track scalars on narrowing...
2024-02-02 Maxim Mikityanskiyselftests/bpf: Test tracking spilled unbounded scalars
2024-02-02 Maxim Mikityanskiybpf: Track spilled unbounded scalars
2024-02-01 Andrii Nakryikoselftests/bpf: Fix bench runner SIGSEGV
2024-02-01 Andrii Nakryikolibbpf: Add missed btf_ext__raw_data() API
2024-02-01 Andrii Nakryikolibbpf: Add btf__new_split() API that was declared...
2024-02-01 Andrii Nakryikolibbpf: Add missing LIBBPF_API annotation to libbpf_set...
2024-02-01 Andrii Nakryikolibbpf: Call memfd_create() syscall directly
2024-02-01 Matt Bobrowskibpf: Minor clean-up to sleepable_lsm_hooks BTF set
2024-02-01 Pu Lehuiselftests/bpf: Enable inline bpf_kptr_xchg() test for...
2024-02-01 Pu Lehuiriscv, bpf: Enable inline bpf_kptr_xchg() for RV64
2024-02-01 Dave Thalerbpf, docs: Clarify which legacy packet instructions...
2024-02-01 Eduard Zingermanlibbpf: Remove unnecessary null check in kernel_supports()
2024-02-01 Alexei StarovoitovMerge branch 'annotate-kfuncs-in-btf_ids-section'
2024-02-01 Daniel Xubpf: treewide: Annotate BPF kfuncs in BTF
2024-02-01 Daniel Xubpf: btf: Add BTF_KFUNCS_START/END macro pair
2024-01-31 Daniel Xubpf: btf: Support flags for BTF_SET8 sets
2024-01-31 Manu Bretelleselftests/bpf: Disable IPv6 for lwt_redirect test
2024-01-30 Martin KaFai LauMerge branch 'libbpf: add bpf_core_cast() helper'
2024-01-30 Andrii Nakryikoselftests/bpf: convert bpf_rdonly_cast() uses to bpf_co...
2024-01-30 Andrii Nakryikolibbpf: add bpf_core_cast() macro
2024-01-30 Alexei StarovoitovMerge branch 'trusted-ptr_to_btf_id-arg-support-in...
2024-01-30 Andrii Nakryikoselftests/bpf: add trusted global subprog arg tests
2024-01-30 Andrii Nakryikolibbpf: add __arg_trusted and __arg_nullable tag macros
2024-01-30 Andrii Nakryikobpf: add arg:nullable tag to be combined with trusted...
next