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

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-11  9:19 UTC  (71+ 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 18/61] sound: "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 27/61] net/netlink: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
  ` [EXTERNAL] "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
 2026-03-11  9:15 UTC  (35+ 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 v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-11  9:15 UTC  (16+ 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 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 v5 0/2] Add wakeup_source iterators
 2026-03-11  9:06 UTC  (6+ messages)

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

[LSF/MM/BPF TOPIC] Reimagining Memory Cgroup (memcg_ext)
 2026-03-11  7:29 UTC  (4+ messages)

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

[PATCH bpf-next v3 3/6] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs
 2026-03-11  6:08 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  (11+ messages)
` [PATCH bpf-next v7 1/5] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v7 2/5] bpf: Add bpf_list_add_impl to insert node after a given list node
` [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  (10+ messages)
` [PATCH bpf v3 2/5] bpf, sockmap: Use sock_map_sk_{acquire,release}() where open-coded
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock

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

[PATCH bpf-next v4 0/2] bpf: Relax 8 frame limitation for global subprogs
 2026-03-11  2:59 UTC  (7+ messages)
` [PATCH bpf-next v4 1/2] bpf: Only enforce 8 frame call stack limit for all-static stacks
` [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 net] net/sched: Mark qdisc for deletion if graft cannot delete
 2026-03-11  1:47 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  (3+ messages)

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

[PATCH bpf-next 0/1] Fix BPF struct_ops BTF cleanup race condition
 2026-03-11  0:20 UTC  (9+ messages)
` [PATCH bpf-next 1/1] bpf: Fix BTF module cleanup race condition in struct_ops

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

[PATCH net-next 0/5][pull request] ice: add support for devmem/io_uring Rx and Tx
 2026-03-10 22:06 UTC  (6+ messages)
` [PATCH net-next 1/5] libeth: pass Rx queue index to PP when creating a fill queue
` [PATCH net-next 2/5] libeth: handle creating pools with unreadable buffers
` [PATCH net-next 3/5] ice: migrate to netdev ops lock
` [PATCH net-next 4/5] ice: implement Rx queue management ops
` [PATCH net-next 5/5] ice: add support for transmitting unreadable frags

[RFC net-next 00/10] Add TSO map-once DMA helpers and bnxt SW USO support
 2026-03-10 22:04 UTC  (3+ messages)
` [RFC net-next 07/10] net: bnxt: Add boilerplate GSO code

[PATCH net-next] xsk: remove doubled defines
 2026-03-10 21:34 UTC  (2+ messages)

[PATCH v2 bpf-next 1/2] bpf: Avoid one round of bounds deduction
 2026-03-10 19:45 UTC  (6+ messages)

[RFC PATCH 0/1] bpf: Add tunnel decapsulation and GSO state updates per new flags
 2026-03-10 19:42 UTC  (7+ messages)
` [RFC PATCH 1/1] "

[PATCH bpf v4] bpf: fix constant blinding bypass for PROBE_MEM32 stores
 2026-03-10 19:10 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Fix pkg-config call on static builds
 2026-03-10 19:10 UTC  (4+ messages)

[PATCH v4 0/2] bpf: Fix abs(INT_MIN) undefined behavior in interpreter sdiv/smod
 2026-03-10 19:03 UTC  (3+ messages)
` [PATCH v4 1/2] bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN

[PATCH bpf-next v5 0/2] Fix test_cgroup_iter_memcg issues found during back-porting
 2026-03-10 19:00 UTC  (2+ messages)

[PATCH v4 0/2] bpf: support for non_null ptr detection with JEQ/JNE with register operand
 2026-03-10 19:00 UTC  (2+ messages)

[PATCH bpf v2 0/2] bpf: Reset register ID for BPF_END value tracking
 2026-03-10 19:00 UTC  (2+ messages)

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

[PATCH v3 00/30] tools build: Append -fzero-init-padding-bits=all option
 2026-03-10 17:50 UTC  (16+ messages)
` [PATCH v3 04/30] tools/thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v3 10/30] tools build: Append extra cflags for feature
` [PATCH v3 26/30] tools: verification: Append extra cflags
` [PATCH v3 27/30] selftests/bpf: "
` [PATCH v3 29/30] selftests/nolibc: "

[PATCH bpf-next v2 2/6] bpf: Add sleepable execution path for raw tracepoint programs
 2026-03-10 17:38 UTC  (5+ messages)

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

[PATCH 02/10 net-next v2] ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
 2026-03-10 15:34 UTC  (2+ messages)
` [PATCH 08/10 net-next v2] bpf: remove ipv6_bpf_stub completely and use direct function calls

[PATCH v2] powerpc, perf: Check that current->mm is alive before getting user callchain
 2026-03-10 13:24 UTC  (2+ messages)

[PATCH] kthread: remove kthread_exit()
 2026-03-10 13:11 UTC  (6+ messages)

[PATCH v9 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-03-10 13:08 UTC  (2+ messages)

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


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