public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 18:32:22 to 2026-03-12 20:10:10 UTC [more...]

[RFC PATCH bpf-next v2 00/11] Dynptr cleanup and bugfixes
 2026-03-12 20:09 UTC  (24+ messages)
` [RFC PATCH bpf-next v2 01/11] bpf: Set kfunc dynptr arg type flag based on prototype
` [RFC PATCH bpf-next v2 03/11] bpf: Unify dynptr handling in the verifier
` [RFC PATCH bpf-next v2 05/11] bpf: Preserve reg->id of pointer objects after null-check
` [RFC PATCH bpf-next v2 06/11] bpf: Refactor object relationship tracking and fix dynptr UAF bug

[PATCH bpf-next v1 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
 2026-03-12 20:05 UTC  (4+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Update kfuncs using btf_struct_meta to new variants

[PATCH] bpf, btf: switch CONFIG_CFI_CLANG to CONFIG_CFI
 2026-03-12 20:03 UTC  (3+ messages)

[PATCH bpf v1] bpf: Fix OOB in bpf_obj_memcpy for cgroup storage
 2026-03-12 19:58 UTC  (6+ messages)

[PATCH bpf v1] selftests/bpf: Bump path and command buffer sizes in bpftool_helpers.c
 2026-03-12 19:50 UTC 

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-12 19:33 UTC  (11+ messages)
` [PATCH 38/61] net: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "

[PATCH net-next v2 0/2] e1000e: add XDP support
 2026-03-12 18:38 UTC  (3+ messages)
` [PATCH net-next v2 1/2] e1000e: add basic "
` [PATCH net-next v2 2/2] e1000e: add XDP_REDIRECT support

[PATCH v2 bpf-next 1/2] bpf: Avoid one round of bounds deduction
 2026-03-12 18:35 UTC  (7+ messages)

[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
 2026-03-12 18:31 UTC  (15+ messages)
` [PATCH v4 05/30] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
` [PATCH v4 08/30] tools build: Append -fzero-init-padding-bits=all to extra cflags
` [PATCH v4 10/30] perf build: Append extra host flags
` [PATCH v4 12/30] tools build: Append extra host cflags
` [PATCH v4 27/30] selftests/bpf: Append extra cflags

[PATCH bpf-next v2] selftests/bpf: improve test coverage for kfunc call
 2026-03-12 18:22 UTC  (2+ messages)

[PATCH bpf v2] bpf: Release module BTF IDR before module unload
 2026-03-12 18:17 UTC  (2+ messages)

[PATCH bpf v3 0/3] bpf: fix and improve open-coded task_vma iterator
 2026-03-12 18:08 UTC  (10+ messages)
` [PATCH bpf v3 1/3] bpf: fix mm lifecycle in "
` [PATCH bpf v3 2/3] bpf: switch task_vma iterator from mmap_lock to per-VMA locks
` [PATCH bpf v3 3/3] bpf: return VMA snapshot from task_vma iterator

[-next v9 0/5] emit ENDBR/BTI instructions for indirect jump targets
 2026-03-12 17:50 UTC  (7+ messages)
` [PATCH bpf-next v9 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf-next v9 2/5] bpf: Pass bpf_verifier_env to JIT
` [PATCH bpf-next v9 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v9 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v9 5/5] bpf, arm64: Emit BTI for indirect jump target

[PATCH bpf v1] bpf: Release module BTF IDR before module unload
 2026-03-12 17:13 UTC  (6+ messages)

[PATCH bpf-next v5 0/2] Add wakeup_source iterators
 2026-03-12 17:13 UTC  (7+ messages)

[PATCH bpf-next] bpftool: Allow explicitly skip llvm, libbfd and libcrypto dependencies
 2026-03-12 17:13 UTC 

[PATCH 00/15] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-12 17:02 UTC  (18+ messages)
` [PATCH 01/15] tracepoint: Add trace_invoke_##name() API
` [PATCH 04/15] net: Use trace_invoke_##name() at guarded tracepoint call sites

[bpf-next v9 0/5] emit ENDBR/BTI instructions for indirect jump targets
 2026-03-12 17:03 UTC 

[PATCH bpf-next v3 0/6] bpf: Enhance __bpf_prog_map_compatible()
 2026-03-12 13:39 UTC  (6+ messages)
` [PATCH bpf-next v3 3/6] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs

[PATCH net-next] xsk: remove doubled defines
 2026-03-12 12:39 UTC  (3+ messages)

[PATCH bpf-next] ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
 2026-03-12 12:38 UTC  (3+ messages)

[PATCHv2 bpf-next] ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
 2026-03-12 12:37 UTC 

[PATCH net-next v2 00/15] net: stmmac: clean up descriptor handling part 1
 2026-03-12 12:34 UTC  (17+ messages)
` [PATCH net-next v2 01/15] net: stmmac: rearrange stmmac_tx_info members to pack better
` [PATCH net-next v2 02/15] net: stmmac: helpers for filling tx_q->tx_skbuff_dma
` [PATCH net-next v2 03/15] net: stmmac: clean up stmmac_clear_rx_descriptors()
` [PATCH net-next v2 04/15] net: stmmac: add helper to get hardware receive descriptor
` [PATCH net-next v2 05/15] net: stmmac: add helper to get size of a "
` [PATCH net-next v2 06/15] net: stmmac: add helper to set receive tail pointer
` [PATCH net-next v2 07/15] net: stmmac: remove rx_tail_addr
` [PATCH net-next v2 08/15] net: stmmac: use consistent tests for receive buffer size
` [PATCH net-next v2 09/15] net: stmmac: add helper to set "
` [PATCH net-next v2 10/15] net: stmmac: simplify stmmac_set_queue_rx_buf_size()
` [PATCH net-next v2 11/15] net: stmmac: add helper to get hardware transmit descriptor
` [PATCH net-next v2 12/15] net: stmmac: add helper to get size of a "
` [PATCH net-next v2 13/15] net: stmmac: add helper to set transmit tail pointer
` [PATCH net-next v2 14/15] net: stmmac: remove tx_tail_addr
` [PATCH net-next v2 15/15] net: stmmac: use queue rather than ->queue_index

[PATCH] selftests/bpf: modify_return: isolate fmod_ret hooks by pid
 2026-03-12 12:24 UTC  (2+ messages)

[PATCH v4 00/18] rtla: Robustness and code quality improvements
 2026-03-12 12:17 UTC  (3+ messages)
` [PATCH v4 12/18] rtla: Enforce exact match for time unit suffixes

[PATCH bpf v2 0/2] bpf: Fix unsound scalar forking for BPF_OR
 2026-03-12 11:26 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: Fix unsound scalar forking in maybe_fork_scalars() "
` [PATCH bpf v2 2/2] selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handling

[PATCH bpf 0/2] bpf: Fix unsound scalar forking for BPF_OR
 2026-03-12 11:22 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: Fix unsound scalar forking in maybe_fork_scalars() "

[PATCH bpf-next v1 0/2] Modify some code about test_verifier
 2026-03-12 11:06 UTC  (6+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Check alignment flag if expected result is REJECT

[PATCH net v5 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-12 11:06 UTC  (9+ messages)
` [PATCH net v5 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

bpftool generated jited has unpreventable jump addresses
 2026-03-12 10:53 UTC  (3+ messages)

[PATCH 08/10 net-next v2] bpf: remove ipv6_bpf_stub completely and use direct function calls
 2026-03-12 10:12 UTC  (2+ messages)

[PATCH net-next 00/15] net: stmmac: clean up descriptor handling part 1
 2026-03-12  8:54 UTC  (3+ messages)
` [PATCH net-next 02/15] net: stmmac: helpers for filling tx_q->tx_skbuff_dma

[PATCH bpf-next v1] selftests/bpf: Improve tc_tunnel test reliability
 2026-03-12  8:35 UTC 

[PATCH bpf v1] selftests/bpf: Fix sockmap_multi_channels reliability
 2026-03-12  7:25 UTC 

[PATCH bpf v2 0/2] bpf: refine u32/s32 bounds when ranges cross min/max boundary
 2026-03-12  6:45 UTC  (6+ messages)
` [PATCH bpf v2 1/2] "

[PATCH bpf-next v3 0/4] bpf: Add support for sleepable raw tracepoint programs
 2026-03-12  6:43 UTC  (19+ messages)
` [PATCH bpf-next v3 1/4] bpf: Add sleepable execution path for "
` [PATCH bpf-next v3 2/4] bpf: Verifier support for sleepable "
` [PATCH bpf-next v3 3/4] libbpf: Add tp_btf.s section handler for sleepable raw tracepoints
` [PATCH bpf-next v3 4/4] selftests/bpf: Add tests for sleepable raw tracepoint programs

[PATCH bpf-next v1] selftests/bpf: Improve connect_force_port test reliability
 2026-03-12  6:20 UTC 

[PATCH net-next 0/2] e1000e: add XDP support
 2026-03-12  4:34 UTC  (5+ messages)
` [PATCH net-next 1/2] e1000e: add basic "
` [PATCH net-next 2/2] e1000e: add XDP_REDIRECT support

[LSF/MM/BPF TOPIC] Reimagining Memory Cgroup (memcg_ext)
 2026-03-12  3:36 UTC  (10+ messages)

[PATCH bpf-next 1/1] bpf: Fix BTF module cleanup race condition in struct_ops
 2026-03-12  3:08 UTC  (6+ messages)
` [PATCH] bpf: Release module BTF IDR before module unload

[PATCH net v4 0/4] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
 2026-03-12  1:10 UTC  (5+ messages)

[PATCH net] net/sched: Mark qdisc for deletion if graft cannot delete
 2026-03-12  0:52 UTC  (4+ messages)

[PATCH bpf v2 0/4] bpf: fix and improve open-coded task_vma iterator
 2026-03-11 23:54 UTC  (12+ messages)
` [PATCH bpf v2 1/4] bpf: rename mmap_unlock_irq_work to bpf_iter_mm_irq_work
` [PATCH bpf v2 2/4] bpf: fix mm lifecycle in open-coded task_vma iterator
` [PATCH bpf v2 3/4] bpf: switch task_vma iterator from mmap_lock to per-VMA locks
` [PATCH bpf v2 4/4] bpf: return VMA snapshot from task_vma iterator

[PATCH v13 bpf-next 0/8] Add BTF layout to BTF
 2026-03-11 23:37 UTC  (9+ messages)
` [PATCH v13 bpf-next 2/8] libbpf: Support layout section handling in BTF

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-03-11 23:03 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()
  ` [External] "

[PATCH bpf-next v3] bpftool: Enable aarch64 ISA extensions for JIT disassembly
 2026-03-11 22:31 UTC  (2+ messages)

[PATCH RFC bpf-next 0/4] audit: Expose audit subsystem to BPF LSM programs via BPF kfuncs
 2026-03-11 22:08 UTC  (6+ messages)
` [PATCH RFC bpf-next 1/4] audit: Implement bpf_audit_log_*() wrappers
` [PATCH RFC bpf-next 2/4] audit/security: Enable audit BPF kfuncs
` [PATCH RFC bpf-next 3/4] selftests/bpf: Add audit helpers for BPF tests
` [PATCH RFC bpf-next 4/4] selftests/bpf: Add lsm_audit_kfuncs tests

[PATCH] selftests/bpf: improve test coverage for kfunc call
 2026-03-11 22:05 UTC  (8+ messages)

[PATCH v2 07/10] security: Hornet LSM
 2026-03-11 20:50 UTC  (2+ messages)
` [PATCH v2 7/10] "

[PATCH bpf-next v5 1/2] bpf: Only enforce 8 frame call stack limit for all-static stacks
 2026-03-11 19:24 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