BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-01 10:03:37 to 2026-07-02 01:34:48 UTC [more...]

[PATCH v13 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-02  1:33 UTC  (8+ messages)
` [PATCH v13 01/15] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v13 02/15] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v13 03/15] arm64/delay: move some constants out to a separate header
` [PATCH v13 04/15] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v13 05/15] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v13 06/15] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v13 07/15] atomic: Add atomic_cond_read_*_timeout()

[PATCH] bpftool: use btf_vlen()/btf_kind()/btf_kflag() helpers consistently
 2026-07-02  1:23 UTC  (5+ messages)
` [PATCH v2] "

[RFC PATCH 0/4] tracing/probes: Optimize fetcharg with BPF
 2026-07-02  1:01 UTC  (15+ messages)
` [RFC PATCH 1/4] tools/tracing: Add fetcharg performance micro-benchmark
` [RFC PATCH 2/4] tracing/probes: Compile all fetchargs into a single BPF program per event
` [RFC PATCH 3/4] tracing: Add disable_bpf trace option to ignore eBPF for fetchargs
` [RFC PATCH 4/4] selftests/ftrace: Add a test for eBPF compiled fetchargs

[PATCH net] gve: fix Rx queue stall on alloc failure
 2026-07-02  0:53 UTC  (3+ messages)

[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
 2026-07-02  0:00 UTC  (16+ messages)

[PATCH bpf v3 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-07-02  0:00 UTC  (8+ messages)
` [PATCH bpf v3 1/4] selftests/bpf: Ensure UDP sockets are bound
` [PATCH bpf v3 2/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
` [PATCH bpf v3 3/4] selftests/bpf: Adapt sockmap update error handling
` [PATCH bpf v3 4/4] selftests/bpf: Fail unbound UDP on sockmap update

[PATCH] Documentation/bpf: make it clear that kfuncs should be non-static
 2026-07-01 23:55 UTC  (3+ messages)

[PATCH bpf-next v3 0/5] selftests/bpf: libarena cleanup and bitmap struct
 2026-07-01 23:35 UTC  (8+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: libarena: Fix can-loop zero variable definition
` [PATCH bpf-next v3 2/5] selftests/bpf: libarena: Clean up allocation state before buddy tests
` [PATCH bpf-next v3 3/5] selftests/bpf: Add arena-based bitmap data structure
` [PATCH bpf-next v3 4/5] selftests/bpf: libarena: Add bitmap selftests
` [PATCH bpf-next v3 5/5] selftests/bpf: libarena: Add parallel bitmap selftest

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-07-01 23:32 UTC  (17+ messages)
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs

[PATCH v4 bpf-next 0/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-07-01 23:21 UTC  (10+ messages)
` [PATCH v4 bpf-next 2/3] "

[PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
 2026-07-01 23:19 UTC  (14+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
` [PATCH bpf v2 4/4] selftests/bpf: Fail unbound UDP "

[PATCHv5 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-07-01 23:13 UTC  (24+ messages)
` [PATCHv5 01/13] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv5 02/13] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv5 03/13] uprobes/x86: Do not leak trampoline vma mapping on optimization failure
` [PATCHv5 04/13] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv5 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv5 06/13] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv5 07/13] libbpf: Detect uprobe syscall with new error
` [PATCHv5 08/13] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv5 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv5 10/13] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv5 11/13] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv5 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv5 13/13] selftests/bpf: Add tests for forked/cloned optimized uprobes

[PATCH vfs/vfs-7.2.xattr v3] bpf: Add simple xattr support to bpffs
 2026-07-01 23:06 UTC  (3+ messages)

[QUESTION] BPF_F_NO_PREALLOC safety
 2026-07-01 22:50 UTC 

[PATCH bpf-next 1/2] libbpf: add bpf_map__reuse_fd_from_loader_ctx() to allow shared maps
 2026-07-01 22:51 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] bpf, sockmap: disallow sockmap mutation from tc, xdp, socket_filter and flow_dissector
 2026-07-01 22:04 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] bpf, sockmap: disallow update and delete "
` [PATCH bpf-next v4 2/2] selftests/bpf: drop tc/xdp/flow_dissector/socket_filter sockmap mutation tests

[PATCH bpf-next 0/2] bpf: Reject arena frees below the arena base
 2026-07-01 21:13 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Cover scalar arena frees below the base

[PATCH bpf-next v2 0/3] libbpf: fix implicit BPF token handling in loading and feature probes
 2026-07-01 20:46 UTC  (4+ messages)
` [PATCH bpf-next v3 0/2] libbpf: fix implicit BPF token feature probe failures
  ` [PATCH bpf-next v3 2/2] libbpf: fetch probeable prog type from token for feature probes

[PATCH bpf-next v2 0/5] selftests/bpf: libarena cleanup and bitmap struct
 2026-07-01 20:40 UTC  (10+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: libarena: Fix can-loop zero variable definition
` [PATCH bpf-next v2 2/5] selftests/bpf: libarena: Clean up allocation state before buddy tests
` [PATCH bpf-next v2 3/5] selftests/bpf: Add arena-based bitmap data structure
` [PATCH bpf-next v2 4/5] selftests/bpf: libarena: Add bitmap selftets
` [PATCH bpf-next v2 5/5] selftests/bpf: libarena: Add parallel bitmap selftest

[PATCH bpf-next v2 00/15] bpf: A common way to attach struct_ops to a cgroup
 2026-07-01 20:32 UTC  (3+ messages)
` [PATCH bpf-next v2 13/15] libbpf: Support attaching "

[PATCH bpf v2] bpf,lsm: drop bpf_prog_free from sleepable_lsm_hooks
 2026-07-01 20:20 UTC  (2+ messages)

[PATCH bpf v1] selftests/bpf: Fix test_maps sockmap failure
 2026-07-01 20:10 UTC  (2+ messages)

[PATCH bpf-next v1] bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixups
 2026-07-01 20:10 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Mask socket type flags in mptcpify prog
 2026-07-01 20:00 UTC  (2+ messages)

[PATCH v3] bpf: Fix smp_processor_id() call trace for preemptible kernels
 2026-07-01 19:57 UTC  (3+ messages)
` [PATCH v5] "

[PATCHv4 bpf-next 0/3] bpf: tracing_multi link info support
 2026-07-01 19:50 UTC  (9+ messages)
` [PATCHv4 bpf-next 2/3] selftests/bpf: Add tracing_multi link info tests
` [PATCHv4 bpf-next 3/3] bpftool: Add tracing_multi link info output

[PATCH bpf-next v6] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-07-01 19:48 UTC  (2+ messages)

[PATCH bpf-next v8 0/9] bpf: Introduce global percpu data
 2026-07-01 19:32 UTC  (11+ messages)
` [PATCH bpf-next v8 2/9] "
` [PATCH bpf-next v8 4/9] libbpf: Add support for "
` [PATCH bpf-next v8 5/9] bpftool: Generate skeleton "

[PATCH] selftests: Open /dev/udmabuf O_RDONLY
 2026-07-01 19:23 UTC  (5+ messages)

[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
 2026-07-01 19:22 UTC 

[RFC PATCH bpf 0/6] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-07-01 18:47 UTC  (12+ messages)
` [RFC PATCH bpf 1/6] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn

[PATCH bpf 0/2] bpf: Copy per-CPU map value padding in copy_map_value_long()
 2026-07-01 18:40 UTC  (2+ messages)

[PATCH] sched_ext: Reject task setter kfuncs outside SCX contexts
 2026-07-01 18:26 UTC  (3+ messages)

[PATCH v4 0/2] tools/bpf/bpftool: Fix vmlinux BTF state cleanup
 2026-07-01 18:20 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Strip all -Wformat* flags from bootstrap libbpf build
 2026-07-01 18:20 UTC  (4+ messages)

Verifier aspects of (was Re: gcc [RFC] bpf: don't synthesize sign_extend for ISA v4)
 2026-07-01 17:58 UTC  (2+ messages)

[PAHOLE v4 1/3] dwarf_loader: Extract die__add_btf_type_tag() helper [NFC]
 2026-07-01 17:14 UTC  (6+ messages)
` [PAHOLE v4 2/3] dwarf_loader: Add support for DW_TAG_GNU_annotation

[RFC PATCH bpf-next v1 0/7] xdp: RX checksum metadata hint and checksum assertion over redirect
 2026-07-01 17:10 UTC  (4+ messages)

[PATCH bpf-next] bpf/selftests: remove lirc test
 2026-07-01 16:41 UTC  (6+ messages)

[PATCH v3 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-01 16:16 UTC  (5+ messages)

[PATCH net 0/3] Fix broken TC_ACT_REDIRECT from qdiscs
 2026-07-01 15:35 UTC  (10+ messages)
` [PATCH net 2/3] net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains
` [PATCH net 3/3] selftests/bpf: Add test for redirect from qdisc qevent block

[PATCH net v3] net/smc: fix out-of-bounds read when sk_user_data holds a sk_psock
 2026-07-01 15:27 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-01 15:08 UTC  (11+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCH v3] xsk: fix memory corruptions in net/core/xdp.c
 2026-07-01 14:52 UTC  (4+ messages)

[PATCH net-next v11 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-07-01 14:45 UTC  (4+ messages)
` [PATCH net-next v11 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v11 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH] perf: record: Clear BPF headers if not needed
 2026-07-01 14:31 UTC  (2+ messages)

[PATCH net-next v10 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-07-01 14:29 UTC  (6+ messages)

[PATCH v6 0/3] riscv: fix PIO helpers and add optimized percpu ops
 2026-07-01 13:46 UTC  (8+ messages)
` [PATCH v6 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v6 2/3] riscv: introduce percpu.h into include/asm
    ` [External] "
` [PATCH v6 3/3] riscv: store percpu offset into thread_info

[PATCH bpf-next v3 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-01 13:43 UTC  (22+ messages)
` [PATCH bpf-next v3 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v3 02/10] bpf: mark instructions accessing program stack
` [PATCH bpf-next v3 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v3 04/10] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v3 05/10] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v3 06/10] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v3 07/10] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v3 08/10] selftests/bpf: add helper to check whether eBPF KASAN is active
` [PATCH bpf-next v3 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v3 10/10] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH v7 0/9] bootconfig: embed kernel.* cmdline at build time
 2026-07-01 13:18 UTC  (3+ messages)

[PATCH v5 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01 11:57 UTC  (9+ messages)
` [PATCH v5 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
    ` [External] "
` [PATCH v5 2/3] riscv: introduce percpu.h into include/asm
    ` [External] "

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-07-01 11:07 UTC  (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants


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