BPF List
 help / color / mirror / Atom feed
 messages from 2026-06-14 08:09:21 to 2026-06-15 21:29:25 UTC [more...]

[PATCH bpf-next v6 00/12] bpf: Introduce global percpu data
 2026-06-15 21:29 UTC  (16+ messages)
` [PATCH bpf-next v6 01/12] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v6 02/12] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
` [PATCH bpf-next v6 03/12] bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn
` [PATCH bpf-next v6 04/12] bpf: Introduce global percpu data
` [PATCH bpf-next v6 05/12] libbpf: Probe percpu data feature
` [PATCH bpf-next v6 06/12] libbpf: Add support for global percpu data
` [PATCH bpf-next v6 07/12] bpftool: Generate skeleton "
` [PATCH bpf-next v6 08/12] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v6 09/12] selftests/bpf: Add test to verify accessing rdonly percpu_array
` [PATCH bpf-next v6 10/12] selftests/bpf: Add tests to verify verifier log for global percpu data
` [PATCH bpf-next v6 11/12] selftests/bpf: Add test to verify xlated insns "
` [PATCH bpf-next v6 12/12] selftests/bpf: Add test to verify bpf_iter "

[PATCH bpf-next v3] bpf: Better build_id caching in stack_map_get_build_id_offset()
 2026-06-15 21:04 UTC  (3+ messages)

[PATCH net-next v10 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-06-15 20:42 UTC  (3+ messages)

[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-06-15 20:28 UTC  (23+ messages)
` [PATCH for-next v3 1/9] slub_kunit: fall back to SW perf events when HW PMU is not available
` [PATCH for-next v3 2/9] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
` [PATCH for-next v3 3/9] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH for-next v3 4/9] mm/slab: use call_rcu() in unknown context if irqs are enabled
` [PATCH for-next v3 5/9] mm/slab: extend deferred free mechanism to handle rcu sheaves
` [PATCH for-next v3 6/9] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH for-next v3 7/9] mm/slab: introduce kfree_rcu_nolock()
` [PATCH for-next v3 8/9] mm/slab: introduce struct kfree_rcu_head and use in kfree_rcu_nolock()
` [PATCH for-next v3 9/9] slub_kunit: extend the test for kfree_rcu_nolock()

[PATCH bpf-next] bpf: Allow type tag BTF records to succeed other modifier records
 2026-06-15 18:57 UTC  (2+ messages)

[PATCH net-next 0/5] tls: reject the combination of TLS and sockmap
 2026-06-15 18:45 UTC  (9+ messages)
` [PATCH net-next 1/5] "
` [PATCH net-next 2/5] tls: remove dead sockmap (psock) handling from the SW path

[PATCH bpf v2 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
 2026-06-15 18:39 UTC  (22+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests
` [PATCH bpf v3 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
  ` [PATCH bpf v3 1/2] "
  ` [PATCH bpf v3 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests
  ` [PATCH bpf v4 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
    ` [PATCH bpf v4 1/2] "
    ` [PATCH bpf v4 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests
    ` [PATCH bpf v5 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
      ` [PATCH bpf v5 1/2] "
      ` [PATCH bpf v5 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests

[GIT PULL] BPF changes for 7.2
 2026-06-15 18:08 UTC 

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-06-15 17:40 UTC  (8+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs

[PATCH bpf 0/2] bpf: Preserve rdonly_cast dynptr slice lifetime
 2026-06-15 17:24 UTC  (7+ messages)
` [PATCH bpf 1/2] bpf: Preserve dynptr slice lifetime across rdonly_cast
` [PATCH bpf 2/2] selftests/bpf: Cover rdonly_cast dynptr slice lifetime

[PATCH dwarves v5 00/11] pahole: Encode true signatures in kernel BTF
 2026-06-15 17:17 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Preserve pointer spill metadata during half-slot cleanup
 2026-06-15 17:19 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "
    `  "
` [PATCH bpf-next 2/2] selftests/bpf: Cover half-slot cleanup of pointer spills

[PATCH net-next v14 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-06-15 16:55 UTC  (4+ messages)
` [PATCH v14 1/2] "
` [PATCH v14] selftests: net: add local ECMP rehash test

[PATCH v2 0/3] seccomp: Allow using SECCOMP_MODE_STRICT with SECCOMP_MODE_FILTER
 2026-06-15 16:35 UTC  (7+ messages)
` [PATCH v2 1/3] seccomp: Store death as a separate field
` [PATCH v2 2/3] seccomp: Allow upgrading to strict mode after enabling filters
` [PATCH v2 3/3] selftest: seccomp: Adjust tests for using both STRICT and FILTER

[PATCH RESEND 0/2] seccomp: Allow using `SECCOMP_MODE_STRICT` with `SECCOMP_MODE_FILTER`
 2026-06-15 16:23 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] riscv, bpf: Fix signed operations and add 32 bit atomics
 2026-06-15 16:18 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: Fix packet pointer invalidation for skb dynptr writes
 2026-06-15 15:51 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: Gate dynptr probe-read kfuncs like helpers
 2026-06-15 15:48 UTC  (7+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Cover dynptr probe-read kfunc capability gate
    `  "

[PATCH bpf-next v2 0/4] selftests/bpf: Add some tests for LoongArch
 2026-06-15 15:45 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Add get_preempt_count() support "
` [PATCH bpf-next v2 2/4] selftests/bpf: Add __arch_loongarch to limit test cases "
` [PATCH bpf-next v2 3/4] selftests/bpf: Test jited inline of bpf_get_current_task() "
` [PATCH bpf-next v2 4/4] selftests/bpf: Test jited inline of bpf_get_smp_processor_id() "

[PATCH v1 bpf-next 0/2] bpf: bpf_redirect_peer egress redirection
 2026-06-15 15:15 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: support shift operations with non-const source operand
 2026-06-15 14:51 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: support shift operations with non-const src operand
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for non-const src shift

[PATCH bpf-next v2 0/2] bpf: support shift operations with non-const source operand
 2026-06-15 14:49 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: support shift operations with non-const src operand

[PATCH bpf 0/2] Fix partial copy of non-linear skb test_run output
 2026-06-15 14:13 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: "
` [PATCH bpf 2/2] selftests/bpf: Cover "

[PATCH stable 6.6.y v3 0/4] bpf: linked scalar precision fixes
 2026-06-15 14:02 UTC  (9+ messages)
` [PATCH stable 6.6.y v3 1/4] bpf: Track equal scalars history on per-instruction level
` [PATCH stable 6.6.y v3 2/4] bpf: Remove mark_precise_scalar_ids()
` [PATCH stable 6.6.y v3 3/4] selftests/bpf: Tests for per-insn sync_linked_regs() precision tracking
` [PATCH stable 6.6.y v3 4/4] selftests/bpf: Update comments find_equal_scalars->sync_linked_regs

[PATCH net] net/smc: fix out-of-bounds read in smc_clcsock_data_ready()
 2026-06-15 12:09 UTC  (2+ messages)

[PATCH bpf 2/2] selftests/bpf: Add skb dynptr writer packet invalidation tests
 2026-06-15 12:08 UTC 

[PATCH bpf 0/2] bpf: Fix packet pointer invalidation for skb dynptr writes
 2026-06-15 12:06 UTC 

[PATCH v1 0/2] LoongArch: BPF: per-CPU addr MOV and timed may_goto
 2026-06-15  9:08 UTC  (3+ messages)

[PATCH v3 0/3] Move thread_info into task_struct for LoongArch
 2026-06-15  8:53 UTC  (9+ messages)

[PATCHv3 bpf-next 1/7] bpf: Guard __get_user acesss with access_ok for uprobe_multi data
 2026-06-15  7:58 UTC  (3+ messages)

[PATCH v12 07/15] atomic: Add atomic_cond_read_*_timeout()
 2026-06-15  7:41 UTC  (3+ messages)

[PATCH v12 06/15] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
 2026-06-15  7:32 UTC  (3+ messages)

[PATCH v2 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback for TCP Prague
 2026-06-15  7:19 UTC 

[PATCH bpf-next v4 0/6] bpf, skmsg: some fixes for skmsg
 2026-06-15  4:40 UTC  (11+ messages)
` [PATCH bpf-next v4 1/6] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
` [PATCH bpf-next v4 2/6] bpf, sockmap: Fix wrong rsge offset "
` [PATCH bpf-next v4 3/6] bpf, sockmap: keep sk_msg copy state in sync
` [PATCH bpf-next v4 4/6] sockmap: Fix use-after-free in udp_bpf_recvmsg()
` [PATCH bpf-next v4 5/6] bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check
` [PATCH bpf-next v4 6/6] selftests/bpf: add test for bpf_msg_pop_data() overflow

[PATCH] selftests/bpf: Add arena direct-value boundary test
 2026-06-15  4:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 bpf-next] selftests/bpf: add arena split and fork tests
 2026-06-15  4:34 UTC  (3+ messages)
` [PATCH v3 bpf-next] selftests/bpf: add tests for arena vma split and fork

[PATCH bpf-next] selftsets/bpf: Retry map update on helper_fill_hashmap()
 2026-06-15  4:30 UTC  (2+ messages)

[PATCH bpf-next v4] bpf: Fix unaligned interpreter panic on JIT fallback path
 2026-06-15  2:53 UTC 

[PATCH] selftests/bpf: Add test for sleepable lsm_cgroup rejection
 2026-06-15  2:50 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Fix unaligned interpreter panic on JIT fallback path
 2026-06-15  2:15 UTC  (6+ messages)

[PATCH bpf-next v4 0/2] bpf: Fix bpf_get/setsockopt to tos for ipv4-mapped ipv6 socket
 2026-06-15  0:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
 2026-06-15  0:40 UTC  (2+ messages)

[PATCH v2] selftests/bpf: correct CONFIG_PPC64 macro name in comment
 2026-06-15  0:40 UTC  (2+ messages)

[PATCHv3 bpf-next 0/7] bpf: Allow uprobe_multi binary specified by file descriptor
 2026-06-15  0:30 UTC  (2+ messages)

[PATCH bpf v2 0/2] libbpf: Reject out-of-range linker relocation offsets
 2026-06-15  0:05 UTC  (5+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Test linker rejects out-of-range relocation offset

[PATCH bpf-next] arm64: mm: Remove misleading pte_none() comment from ptep_try_set()
 2026-06-14 23:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: Raise maximum call chain depth to 16 frames
 2026-06-14 21:02 UTC  (2+ messages)

[PATCH net-next v13 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-06-14 20:38 UTC  (4+ messages)
` [PATCH net-next v13 1/2] "

[PATCH net-next 0/3] xsk: support tx napi busy_poll
 2026-06-14 10:12 UTC  (4+ messages)
` [PATCH net-next 1/3] net: busy-poll: introduce sk_tx_busy_loop()

Proposing a change to cnumXX_normalize
 2026-06-14  8:54 UTC  (3+ messages)


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