public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 23:17:36 to 2026-03-11 19:25:59 UTC [more...]

[PATCH bpf v2 0/4] bpf: fix and improve open-coded task_vma iterator
 2026-03-11 19:25 UTC  (10+ 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 bpf-next v3 0/4] bpf: Add support for sleepable raw tracepoint programs
 2026-03-11 19:25 UTC  (10+ 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 v5 0/2] bpf: Relax 8 frame limitation for global subprogs
 2026-03-11 19:24 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] bpf: Only enforce 8 frame call stack limit for all-static stacks
` [PATCH bpf-next v5 2/2] selftests/bpf: Add deep call stack selftests

[PATCH v13 bpf-next 0/8] Add BTF layout to BTF
 2026-03-11 19:21 UTC  (11+ messages)
` [PATCH v13 bpf-next 2/8] libbpf: Support layout section handling in BTF
` [PATCH v13 bpf-next 3/8] libbpf: use layout to compute an unknown kind size

[PATCH bpf-next 0/1] Fix BPF struct_ops BTF cleanup race condition
 2026-03-11 19:17 UTC  (18+ messages)
` [PATCH bpf-next 1/1] bpf: Fix BTF module cleanup race condition in struct_ops
              ` [PATCH] bpf: Release module BTF IDR before module unload

[PATCH net-next 0/2] e1000e: add XDP support
 2026-03-11 19:14 UTC  (3+ messages)
` [PATCH net-next 1/2] e1000e: add basic "
` [PATCH net-next 2/2] e1000e: add XDP_REDIRECT support

[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
 2026-03-11 18:35 UTC  (38+ messages)
` [PATCH v4 01/30] tools: lib: thermal: Fix typo
` [PATCH v4 02/30] tools/thermal: "
` [PATCH v4 03/30] tools: lib: thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v4 04/30] tools/thermal: "
` [PATCH v4 05/30] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
` [PATCH v4 06/30] libbpf: Remove duplicate $(CLANG_CROSS_FLAGS)
` [PATCH v4 07/30] libbpf: Initialize CFLAGS before including Makefile.include
` [PATCH v4 08/30] tools build: Append -fzero-init-padding-bits=all to extra cflags
` [PATCH v4 09/30] bpftool: Append extra host flags
` [PATCH v4 10/30] perf build: "
` [PATCH v4 11/30] tools/bpf: build: Append extra cflags
` [PATCH v4 12/30] tools build: Append extra host cflags
` [PATCH v4 13/30] tools: bootconfig: Append extra cflags
` [PATCH v4 14/30] tools: counter: "
` [PATCH v4 15/30] tools: dma: "
` [PATCH v4 16/30] tools: gpio: "
` [PATCH v4 17/30] tools: hv: "
` [PATCH v4 18/30] tools: iio: "
` [PATCH v4 19/30] tools: mm: "
` [PATCH v4 20/30] tools: objtool: Append extra host cflags
` [PATCH v4 21/30] tools: power: acpi: Append extra cflags
` [PATCH v4 22/30] tools: power: x86/intel-speed-select: "
` [PATCH v4 23/30] tools: sched_ext: "
` [PATCH v4 24/30] tools: spi: "
` [PATCH v4 25/30] tools: tracing: "
` [PATCH v4 26/30] tools: usb: "
` [PATCH v4 27/30] selftests/bpf: "
` [PATCH v4 28/30] selftests/hid: "
` [PATCH v4 29/30] selftests/nolibc: "
` [PATCH v4 30/30] selftests/sched_ext: "

[PATCH bpf-next] selftests/bpf: Fix const qualifier warning in fexit_bpf2bpf.c
 2026-03-11 18:20 UTC  (2+ messages)

[PATCH] selftests/bpf: Enforce definition order for __msg macros in BPF tests
 2026-03-11 18:19 UTC  (2+ messages)

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

[RFC PATCH bpf-next v2 00/11] Dynptr cleanup and bugfixes
 2026-03-11 17:23 UTC  (11+ messages)
` [RFC PATCH bpf-next v2 01/11] bpf: Set kfunc dynptr arg type flag based on prototype
` [RFC PATCH bpf-next v2 02/11] selftests/bpf: Test passing CONST_PTR_TO_DYNPTR to kfunc that may mutate dynptr
` [RFC PATCH bpf-next v2 03/11] bpf: Unify dynptr handling in the verifier

[LSF/MM/BPF TOPIC] Reimagining Memory Cgroup (memcg_ext)
 2026-03-11 17:00 UTC  (6+ messages)

[PATCH bpf-next v2 1/2] bpf: Add LINK_DETACH support for perf link
 2026-03-11 16:48 UTC  (5+ messages)

[PATCH v4 bpf-next] selftests/bpf: livepatch_trampoline: skip when prerequisites are missing
 2026-03-11 16:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Speed up module_attach test
 2026-03-11 16:40 UTC  (2+ messages)

[PATCH v3 1/2] selftests/bpf: filter by pid to avoid cross-test interference
 2026-03-11 16:40 UTC  (2+ messages)

[PATCH bpf-next v4 1/2] bpf: Support new pointer param types via SCALAR_VALUE for trampolines
 2026-03-11 16:31 UTC  (3+ messages)

[PATCH net] net/sched: Mark qdisc for deletion if graft cannot delete
 2026-03-11 16:22 UTC  (3+ messages)

[PATCH bpf-next v1 0/2] Modify some code about test_verifier
 2026-03-11 16:13 UTC  (7+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Check alignment flag if expected result is REJECT
` [PATCH bpf-next v1 2/2] selftests/bpf: Add alignment flag for test_verifier 190 testcase

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-11 16:01 UTC  (24+ messages)
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH bpf-next v3 3/6] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs
 2026-03-11 16:00 UTC  (7+ messages)

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-11 15:12 UTC  (2+ messages)

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

[PATCH v2] igc: fix page fault in XDP TX timestamps handling
 2026-03-11 14:51 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-11 14:06 UTC  (52+ messages)
` [PATCH 03/61] ceph: Prefer IS_ERR_OR_NULL over manual NULL check
  ` [Intel-wired-lan] "
` [PATCH 06/61] 9p: "
  ` [Intel-wired-lan] "
` [PATCH 08/61] fuse: "
  ` [Intel-wired-lan] "
` [PATCH 12/61] quota: "
  ` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
  ` [Intel-wired-lan] "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
  ` [Intel-wired-lan] "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 36/61] arch/sh: "
` [PATCH 38/61] net: "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 41/61] pinctrl: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "

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

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-11 10:47 UTC  (5+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()
` [PATCH v2 2/2] tree-wide: rename do_exit() to task_exit()

[PATCH 1/2] selftests/bpf: Fix read_iter buffer termination in test_bpffs
 2026-03-11 10:38 UTC  (8+ messages)
` [PATCH 2/2] selftests/bpf: Skip bpffs debug iter checks when unavailable "

[PATCH net] net: ti: icssg-prueth: Fix memory leak in XDP_DROP for non-zero-copy mode
 2026-03-11  9:54 UTC 

[PATCH bpf-next v5 0/2] Add wakeup_source iterators
 2026-03-11  9:06 UTC  (6+ messages)

[PATCH bpf-next v2] bpftool: Enable aarch64 ISA extensions for JIT disassembly
 2026-03-11  6:20 UTC  (4+ messages)

[PATCH net v4 0/4] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
 2026-03-11  5:50 UTC  (7+ messages)
` [PATCH net v4 3/4] bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabled
` [PATCH net v4 4/4] bpf: bpf_out_neigh_v6: "

[PATCH bpf-next v7 0/5] bpf: Extend the bpf_list family of APIs
 2026-03-11  5:36 UTC  (5+ messages)
` [PATCH bpf-next v7 5/5] bpf: refactor kfunc checks using table-driven approach in verifier

[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-03-11  4:57 UTC  (6+ messages)
` [PATCH bpf v3 2/5] bpf, sockmap: Use sock_map_sk_{acquire,release}() where open-coded

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

[PATCH bpf-next v4 0/2] bpf: Relax 8 frame limitation for global subprogs
 2026-03-11  2:59 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] bpf: Add deep call stack selftests

[PATCH v4 0/6] powerpc64/bpf: various fixes
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH v5 0/2] bpf: Fix abs(INT_MIN) undefined behavior in interpreter sdiv/smod
 2026-03-11  1:11 UTC  (3+ messages)
` [PATCH v5 1/2] bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
` [PATCH v5 2/2] selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend

[PATCH bpf] selftests/bpf: Handle !CONFIG_SMC in bpf_smc.c
 2026-03-11  1:10 UTC  (2+ messages)

[PATCH net-next] xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processing
 2026-03-11  0:36 UTC  (2+ messages)


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