BPF List
 help / color / mirror / Atom feed
 messages from 2025-11-24 23:48:27 to 2025-11-26 19:08:15 UTC [more...]

[PATCH bpf-next v1 0/4] resolve_btfids: Support for BTF modifications
 2025-11-26 19:08 UTC  (13+ messages)
` [PATCH bpf-next v1 1/4] resolve_btfids: rename object btf field to btf_path
` [PATCH bpf-next v1 2/4] resolve_btfids: factor out load_btf()
` [PATCH bpf-next v1 3/4] resolve_btfids: introduce enum btf_id_kind
` [PATCH bpf-next v1 4/4] resolve_btfids: change in-place update with raw binary output

[PATCH v15 0/4] Reduce overhead of LSMs with static calls
 2025-11-26 19:02 UTC  (4+ messages)
` [PATCH v15 3/4] lsm: count the LSMs enabled at compile time

[BUG] bpftool: Build failure due to opensslv.h
 2025-11-26 18:33 UTC  (10+ messages)

[PATCH v2 14/16] srcu: Create an SRCU-fast-updown API
 2025-11-26 17:09 UTC  (14+ messages)
` [PATCH v2 15/16] srcu: Optimize SRCU-fast-updown for arm64

[PATCH bpf-next v12 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-11-26 16:24 UTC  (15+ messages)
` [PATCH bpf-next v12 1/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v12 2/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v12 3/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v12 4/7] bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage maps
` [PATCH bpf-next v12 5/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support "
` [PATCH bpf-next v12 6/7] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
` [PATCH bpf-next v12 7/7] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-26 16:01 UTC  (10+ messages)

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-11-26 15:13 UTC  (4+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode

[PATCH net v6] xsk: avoid data corruption on cq descriptor number
 2025-11-26 12:05 UTC  (11+ messages)
` [PATCH net v6] xsk: avoid data corruption on cq descriptor number: manual merge

[PATCH net] net: fix propagation of EPERM from tcp_connect()
 2025-11-26 11:15 UTC  (6+ messages)

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2025-11-26 10:37 UTC  (24+ messages)
` [PATCH V3 1/6] block: ignore discard return value
` [PATCH V3 4/6] nvmet: "
  ` [f2fs-dev] "
` [PATCH V3 5/6] f2fs: "
` [PATCH V3 6/6] xfs: "
  ` [f2fs-dev] "
` (subset) [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value

[PATCH v1 0/3] Add tnum_scast helper
 2025-11-26 10:32 UTC  (9+ messages)
` [PATCH v1 1/3] bpf: Introduce tnum_scast as a tnum native sign extension helper
` [PATCH v1 2/3] bpf: verifier: Simplify register sign extension with tnum_scast
` [PATCH v1 3/3] selftests/bpf: Add verifier bounds checks for sign extension

kernel build failure when CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
 2025-11-26 10:29 UTC 

[PATCH bpf-next v2] tools: bpf: remove runqslower tool
 2025-11-26  9:38 UTC 

[PATCH V2 0/5] block: ignore __blkdev_issue_discard() ret value
 2025-11-26  9:26 UTC  (6+ messages)
` [PATCH V2 1/5] block: ignore discard return value
` [PATCH V2 2/5] dm: "

[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-26  9:29 UTC  (4+ messages)
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH bpf-next 1/2] bpf: Add bpf_get_task_cmdline kfunc
 2025-11-26  9:15 UTC  (4+ messages)

[PATCH bpf-next] bpf: make kprobe_multi_link_prog_run always_inline
 2025-11-26  8:52 UTC 

[RFC bpf-next v8 0/9] Improve the performance of BTF type lookups with binary search
 2025-11-26  8:50 UTC  (10+ messages)
` [RFC bpf-next v8 1/9] libbpf: Add BTF permutation support for type reordering
` [RFC bpf-next v8 2/9] selftests/bpf: Add test cases for btf__permute functionality
` [RFC bpf-next v8 3/9] tools/resolve_btfids: Support BTF sorting feature
` [RFC bpf-next v8 4/9] libbpf: Optimize type lookup with binary search for sorted BTF
` [RFC bpf-next v8 5/9] libbpf: Verify BTF Sorting
` [RFC bpf-next v8 6/9] btf: Optimize type lookup with binary search
` [RFC bpf-next v8 7/9] btf: Verify BTF Sorting
` [RFC bpf-next v8 8/9] bpf: Optimize the performance of find_btf_percpu_datasec
` [RFC bpf-next v8 9/9] bpf: Optimize the performance of find_bpffs_btf_enums

[PATCH v6 net-next 00/14] AccECN protocol case handling series
 2025-11-26  8:48 UTC  (7+ messages)
` [PATCH v6 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN

[PATCH bpf-next 0/4] libbpf: Make optimized uprobes backward compatible
 2025-11-26  8:30 UTC  (13+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Emit nop,nop5 instructions for x86_64 usdt probe
` [PATCH bpf-next 2/4] libbpf: Add uprobe syscall feature detection
` [PATCH bpf-next 3/4] libbpf: Add support to parse extra info in usdt note record
` [PATCH bpf-next 4/4] selftests/bpf: Add test for checking correct nop of optimized usdt

[PATCH] tools: bpf: remove runqslower tool
 2025-11-26  7:58 UTC  (2+ messages)

[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
 2025-11-26  7:54 UTC  (4+ messages)
` [RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions

[PATCH bpf-next v3 0/4] Use correct destructor kfunc types
 2025-11-26  6:16 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: crypto: Use the correct destructor kfunc type

[PATCH bpf v1] rqspinlock: Enclose lock/unlock within lock entry acquisitions
 2025-11-26  3:51 UTC  (3+ messages)

[PATCH bpf-next v1] rqspinlock: Introduce res_spin_trylock
 2025-11-26  3:04 UTC  (2+ messages)

[PATCH bpf-next v11 0/8] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-11-26  2:00 UTC  (14+ messages)
` [PATCH bpf-next v11 1/8] bpf: Introduce internal bpf_map_check_op_flags helper function
` [PATCH bpf-next v11 2/8] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
` [PATCH bpf-next v11 3/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array maps
` [PATCH bpf-next v11 4/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v11 5/8] bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage maps
` [PATCH bpf-next v11 6/8] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support "
` [PATCH bpf-next v11 7/8] libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
` [PATCH bpf-next v11 8/8] selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags

[PATCH] libbpf: fix some incorrect @param descriptions in the comment of libbpf.h
 2025-11-26  0:13 UTC  (2+ messages)

[PATCH bpf-next v7 0/6] Support associating BPF programs with struct_ops
 2025-11-25 23:56 UTC  (8+ messages)
` [PATCH bpf-next v7 1/6] bpf: Allow verifier to fixup kernel module kfuncs
` [PATCH bpf-next v7 2/6] bpf: Support associating BPF program with struct_ops
` [PATCH bpf-next v7 3/6] libbpf: Add support for "

[PATCH bpf-next v1 0/3] General enhancements to rqspinlock stress test
 2025-11-25 23:40 UTC  (5+ messages)
` [PATCH bpf-next v1 1/3] selftests/bpf: Relax CPU requirements for "
` [PATCH bpf-next v1 2/3] selftests/bpf: Add lock wait time stats to "
` [PATCH bpf-next v1 3/3] selftests/bpf: Make CS length configurable for "

[PATCH bpf-next v1 1/1] bpf: Annotate rqspinlock lock acquiring functions with __must_check
 2025-11-25 23:34 UTC  (5+ messages)

bpf: Race condition in inode local storage leads to use-after-free
 2025-11-25 23:26 UTC  (4+ messages)

[PATCH bpf-next] libbpf: Add debug messaging in dedup equivalence/identity matching
 2025-11-25 23:00 UTC  (2+ messages)

[bpf-next] selftests/bpf: propagate LLVM toolchain into runqslower sub-make
 2025-11-25 22:43 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: call bpf_get_numa_node_id() in trigger_count()
 2025-11-25 22:40 UTC  (2+ messages)

[PATCH bpf-next v1] docs: bpf: map_array: specify BPF_MAP_TYPE_PERCPU_ARRAY value size limit
 2025-11-25 22:40 UTC  (2+ messages)

[PATCH v2 0/4] libbpf: move arena variables out of the zero page
 2025-11-25 22:11 UTC  (3+ messages)
` [PATCH v2 3/4] libbpf: offset global arena data into the arena if possible

bpf: system freezes due to recursive lock in bpf_ringbuf_reserve() caused by commit a650d38 ("bpf: Convert ringbuf map to rqspinlock")
 2025-11-25 20:40 UTC  (9+ messages)

[PATCH net-next v2 0/9] tun: optimize SKB allocation with NAPI cache
 2025-11-25 20:00 UTC  (5+ messages)
` [PATCH net-next v2 1/9] tun: cleanup out label in tun_xdp_one
` [PATCH net-next v2 2/9] tun: correct drop statistics "
` [PATCH net-next v2 4/9] tun: correct drop statistics in tun_get_user
` [PATCH net-next v2 5/9] tun: use bulk NAPI cache allocation in tun_xdp_one

[RFC PATCH bpf-next 0/7] bpf: Implement BPF_LINK_UPDATE for tracing links
 2025-11-25 18:11 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/7] bpf: Set up update_prog scaffolding for bpf_tracing_link_lops

[PATCH 0/13] rtla: Code robustness and maintainability improvements
 2025-11-25 18:09 UTC  (15+ messages)
` [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
` [rtla 05/13] rtla: Simplify argument parsing
` [rtla 07/13] rtla: Introduce timerlat_restart() helper

System is broken in KASAN sw_tags mode during bootup
 2025-11-25 15:26 UTC 

bpf: Warning triggered when attaching offloaded program to software TCX hook
 2025-11-25 14:58 UTC 

[PATCH RFC bpf-next 15/15] bpf: Realign skb metadata for TC progs using data_meta
 2025-11-25 14:52 UTC  (4+ messages)

[PATCH v3 00/10] BPF controlled io_uring
 2025-11-25 12:46 UTC  (6+ messages)
` [PATCH v3 07/10] io_uring/bpf: implement struct_ops registration

[PATCH bpf-next v4 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-25 12:26 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf, sockmap: Fix incorrect copied_seq calculation
` [PATCH bpf-next v4 2/3] bpf, sockmap: Fix FIONREAD for sockmap
` [PATCH bpf-next v4 3/3] bpf, selftest: Add tests for FIONREAD and copied_seq

[PATCH net-next v3] xsk: skip validating skb list in xmit path
 2025-11-25 11:57 UTC 

[PATCH] selftests/seccomp: fix pointer type mismatch in UPROBE test
 2025-11-25 11:20 UTC  (3+ messages)
` [PATCH v2] "

bpf: Race condition in bpf_trampoline_unlink_cgroup_shim during concurrent cgroup LSM link release
 2025-11-25 11:14 UTC 

[RFC PATCH v7 0/7] Improve the performance of BTF type lookups with binary search
 2025-11-25 10:54 UTC  (21+ messages)
` [RFC PATCH v7 3/7] tools/resolve_btfids: Add --btf_sort option for BTF name sorting
` [RFC PATCH v7 5/7] libbpf: Implement BTF type sorting validation for binary search optimization

[PATCH bpf-next v2 0/2] bpf: Inline helper in powerpc JIT
 2025-11-25 10:15 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] powerpc64/bpf: Support internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v2 2/2] powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task()

[PATCH v2 0/2] bpf: verifier improvement in 32bit shift sign extension pattern
 2025-11-25  9:08 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/bpf: add verifier sign extension bound computation tests

[PATCH v2 22/50] convert efivarfs
 2025-11-25  9:00 UTC  (11+ messages)
                ` [REGRESSION] "

[PATCH net-next v2 0/3] xsk: introduce atomic for cq in generic path
 2025-11-25  8:54 UTC  (4+ messages)
` [PATCH net-next v2 1/3] xsk: add atomic cached_prod for copy mode
` [PATCH net-next v2 2/3] xsk: use atomic operations around "
` [PATCH net-next v2 3/3] xsk: remove spin lock protection of cached_prod

[PATCH bpf-next v3] selftests/bpf: Fix htab_update/reenter_update selftest failure
 2025-11-25  1:04 UTC  (2+ messages)

BPF fentry/fexit trampolines stall livepatch stalls transition due to missing ORC unwind metadata
 2025-11-25  0:06 UTC  (7+ messages)
    ` [External] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox