public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-26 12:48:49 to 2026-02-27 20:12:59 UTC [more...]

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-02-27 20:08 UTC  (15+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [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 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()

[PATCH RFC bpf-next 0/5] skb extension for BPF local storage
 2026-02-27 20:11 UTC  (8+ messages)
` [PATCH RFC bpf-next 1/5] bpf: Introduce local storage for sk_buff
` [PATCH RFC bpf-next 2/5] bpf: Allow passing kernel context pointer to kfuncs
` [PATCH RFC bpf-next 3/5] bpf: Allow access to bpf_sock_ops_kern->skb
` [PATCH RFC bpf-next 4/5] selftests/bpf: Add verifier tests for skb local storage
` [PATCH RFC bpf-next 5/5] selftests/bpf: Add functional "

[PATCH bpf-next v5 0/5] bpf: Allow void return type for global subprogs
 2026-02-27 19:53 UTC  (12+ messages)
` [PATCH bpf-next v5 1/5] bpf: Factor out program return value calculation
` [PATCH bpf-next v5 2/5] bpf: Extract program_returns_void() for clarity
` [PATCH bpf-next v5 3/5] bpf: extract check_subprogram_return_code() "
` [PATCH bpf-next v5 4/5] bpf: Allow void global functions in the verifier
` [PATCH bpf-next v5 5/5] selftests: bpf: Add tests for void global subprogs

[PATCH net-next 0/4] bnxt_en: add XDP RSS hash metadata support
 2026-02-27 19:10 UTC  (7+ messages)
` [PATCH net-next 1/4] bnxt_en: use bnxt_xdp_buff for xdp context
` [PATCH net-next 2/4] bnxt_en: Implement XDP RSS hash metadata extraction
` [PATCH net-next 3/4] selftests: net: move common xdp.py functions into lib
` [PATCH net-next 4/4] selftests: drv-net: xdp: Add rss_hash metadata tests

[PATCH 0/2] selftests/bpf: fix bpf_cookie failures
 2026-02-27 18:18 UTC  (5+ messages)
` [PATCH 1/2] selftests/bpf: bpf_cookie: skip kprobe_multi tests without bpf_testmod
` [PATCH 2/2] selftests/bpf: bpf_cookie: make perf_event subtest trigger reliably

[PATCH v10 bpf-next 00/10] Add BTF layout to BTF
 2026-02-27 18:11 UTC  (17+ messages)
` [PATCH v10 bpf-next 01/10] btf: add BTF kind layout encoding to UAPI
` [PATCH v10 bpf-next 02/10] libbpf: Support layout section handling in BTF
` [PATCH v10 bpf-next 03/10] libbpf: use layout to compute an unknown kind size
` [PATCH v10 bpf-next 04/10] libbpf: Add layout encoding support
` [PATCH v10 bpf-next 05/10] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v10 bpf-next 06/10] btf: support kernel parsing of BTF with layout info
` [PATCH v10 bpf-next 07/10] selftests/bpf: test kind encoding/decoding
` [PATCH v10 bpf-next 08/10] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v10 bpf-next 09/10] bpftool: Update doc to describe bpftool btf dump .. format metadata
` [PATCH v10 bpf-next 10/10] kbuild, bpf: Specify "layout" optional feature

[PATCHSET v7 7/9] fuse: cache iomap mappings for even better file IO performance
 2026-02-27 18:07 UTC  (3+ messages)
` [PATCH 01/12] fuse: cache iomaps

[PATCHSET v7 4/9] fuse: allow servers to use iomap for better file IO performance
 2026-02-27 18:04 UTC  (5+ messages)
` [PATCH 16/33] fuse: implement buffered IO with iomap
` [PATCH 26/33] fuse: implement inline data file IO via iomap

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-02-27 17:40 UTC  (3+ messages)
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls

[RFC PATCH bpf-next v2 0/3] Optimize kprobe.session attachment for exact function names
 2026-02-27 17:08 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/3] libbpf: "
` [RFC PATCH bpf-next v2 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
` [RFC PATCH bpf-next v2 3/3] selftests/bpf: add tests for kprobe.session optimization

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-02-27 16:38 UTC  (14+ messages)
` [PATCH 1/4] ns: add bpf hooks
` [PATCH 2/4] cgroup: add bpf hook for attach

[PATCHSET v7 1/9] fuse: general bug fixes
 2026-02-27 16:05 UTC  (3+ messages)
` [PATCH 2/5] fuse: quiet down complaints in fuse_conn_limit_write

[PATCH net] net: ethernet: mtk_eth_soc: Reset prog ptr to NULL in case of error in mtk_xdp_setup()
 2026-02-27 15:52 UTC 

[PATCH bpf v3 0/9] Address XDP frags having negative tailroom
 2026-02-27 15:31 UTC  (4+ messages)
` [PATCH bpf v3 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz

[PATCH v2 0/4] powerpc64/bpf: Add support for instruction array and indirect jump
 2026-02-27 15:28 UTC  (6+ messages)
` [PATCH v2 1/4] powerpc64/bpf: Add support for instruction array
` [PATCH v2 2/4] selftest/bpf: Enable instruction array test for powerpc64
` [PATCH v2 3/4] powerpc64/bpf: Add support for indirect jump
` [PATCH v2 4/4] selftest/bpf: Enable gotox tests for powerpc64

[PATCH net-next v1 2/2] selftests/bpf: Ensure dst addr/port are preserved after socket abort
 2026-02-27 15:09 UTC  (3+ messages)
` [net-next,v1,2/2] "

[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-27 13:21 UTC  (8+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH RESEND v2] tools build: Use -fzero-init-padding-bits=all
 2026-02-27 11:52 UTC  (4+ messages)

[PATCH net v2 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-02-27 10:37 UTC  (7+ messages)
` [PATCH net v2 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()
` [PATCH net v2 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up

[PATCH bpf-next] selftests/bpf: drop test_bpftool.sh
 2026-02-27 10:14 UTC  (3+ messages)

[PATCH v2] LoongArch: Fix calling smp_processor_id() in preemptible code
 2026-02-27  9:59 UTC  (2+ messages)

[PATCH v1 0/3] LoongArch: BPF: Support more features for trampoline
 2026-02-27  9:55 UTC  (2+ messages)

[PATCH] powerpc, perf: Check that current->mm is alive before getting user callchain
 2026-02-27  8:25 UTC 

[PATCH v8 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-27  8:21 UTC  (3+ messages)
` [PATCH v8 bpf-next 1/2] bpf: test_run: "
` [PATCH v8 bpf-next 2/2] selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap

[PATCH bpf v2 0/5] Close race in freeing special fields and map value
 2026-02-27  7:32 UTC  (10+ messages)
` [PATCH bpf v2 1/5] bpf: Register dtor for freeing special fields
` [PATCH bpf v2 2/5] bpf: Lose const-ness of map in map_check_btf()
` [PATCH bpf v2 3/5] bpf: Delay freeing fields in local storage
` [PATCH bpf v2 4/5] bpf: Retire rcu_trace_implies_rcu_gp() from "
` [PATCH bpf v2 5/5] selftests/bpf: Add tests for special fields races

[Question] json parsing and bpf selftests dependencies
 2026-02-27  7:31 UTC  (4+ messages)

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run3 (2)
 2026-02-27  6:35 UTC  (5+ messages)

[PATCHv6 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2026-02-27  6:03 UTC  (9+ messages)
` [PATCHv6 02/13] kexec_file: Move signature validation ahead
` [PATCHv6 04/13] kexec_file: Use bpf-prog to decompose image

[PATCH] selftests/bpf: livepatch_trampoline: skip when prerequisites are missing
 2026-02-27  4:23 UTC 

failed to gen skeleton for verifier_arena_globals2.c on cross compiling
 2026-02-27  3:54 UTC 

[RFC PATCH bpf-next v2 0/2] libbpf: Handle duplicate kprobe symbols
 2026-02-27  2:17 UTC  (3+ messages)
` [RFC PATCH bpf-next v2 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling

[PATCH 0/3] bpf: fsession support for LoongArch
 2026-02-27  1:59 UTC  (3+ messages)
` [PATCH bpf-next 3/3] bpf/selftests: Enable fsession tests "

[PATCH bpf-next v1 0/2] Allow fixed offsets for PTR_TO_CTX
 2026-02-27  1:42 UTC  (5+ messages)
` [PATCH bpf-next v1 1/2] bpf: Relax fixed offset check "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for ctx fixed offset support

[PATCH bpf v5 0/8] Introduce KF_FORBID_FAULT modifier for acquire/release kfuncs
 2026-02-27  0:46 UTC  (12+ messages)
` [PATCH bpf v5 1/8] bpf: Add KF_ACQUIRE and KF_RELEASE support for iterators
` [PATCH bpf v5 2/8] bpf: consolidate sleepable checks in check_helper_call()
` [PATCH bpf v5 3/8] bpf: consolidate sleepable checks in check_kfunc_call()
` [PATCH bpf v5 4/8] bpf: consolidate sleepable checks in check_func_call()
` [PATCH bpf v5 5/8] bpf: Add KF_FORBID_FAULT modifier for KF_ACQUIRE kfuncs
` [PATCH bpf v5 6/8] bpf: Move locking to bpf_iter_task_vma_next()
` [PATCH bpf v5 7/8] bpf: Add split iteration support to task_vma iterator
` [PATCH bpf v5 8/8] selftests/bpf: Add tests for split "

[PATCH bpf-next v4 0/4] bpf: Allow void return type for global subprogs
 2026-02-26 21:17 UTC  (7+ messages)
` [PATCH bpf-next v4 1/4] bpf: Factor out program return value calculation
` [PATCH bpf-next v4 2/4] bpf: Separate bpf_throw() and bpf_exit() return value validation

[PATCH] kbuild: install-extmod-build: Package resolve_btfids if necessary
 2026-02-26 20:47 UTC  (3+ messages)

[PATCH bpf v1] selftests/bpf: Fix a memory leak in xdp_flowtable test
 2026-02-26 19:30 UTC  (2+ messages)

[PATCH v4 bpf] bpf: devmap: fix stack-out-of-bounds write in get_upper_ifindexes()
 2026-02-26 19:30 UTC  (2+ messages)

[PATCH] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
 2026-02-26 19:30 UTC  (4+ messages)
` [PATCH v3] arm64: bpf: Force 8-byte alignment for JIT buffer to prevent atomic tearing

[PATCH bpf] selftests/bpf: Fix OOB read in dmabuf_collector
 2026-02-26 19:30 UTC  (2+ messages)

[PATCH bpf] bpf: Fix kprobe_multi cookies access in show_fdinfo callback
 2026-02-26 19:30 UTC  (2+ messages)

[PATCH v4] mm: introduce a new page type for page pool in page type
 2026-02-26 18:49 UTC  (2+ messages)

[PATCH bpf-next v1 0/4] Close race in freeing special fields and map value
 2026-02-26 18:42 UTC  (9+ messages)
` [syzbot ci] "
  ` [PATCH] please work syzbot

[RFC PATCH bpf-next 0/9] bpf: fib_lookup: IPv6 output routes enhancements
 2026-02-26 17:14 UTC  (4+ messages)
` [RFC PATCH bpf-next 8/9] bpf: fib_lookup: Allow output lookups for IPv6 link-local addresses

[PATCH v9 bpf-next 06/10] btf: support kernel parsing of BTF with layout info
 2026-02-26 16:39 UTC  (5+ messages)

[PATCH v9 bpf-next 02/10] libbpf: Support layout section handling in BTF
 2026-02-26 15:55 UTC  (3+ messages)

[RFC PATCH bpf-next 6/9] bpf: fib_lookup: Honor oif in IPv6 output route lookups
 2026-02-26 15:31 UTC  (3+ messages)

[PATCH v2 0/2] selftests/bpf: make probe_user safe for parallel runs
 2026-02-26 15:18 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/bpf: probe_user: filter by pid to avoid cross-test interference

[PATCH v9 bpf-next 04/10] libbpf: Add layout encoding support
 2026-02-26 14:46 UTC  (3+ messages)

[PATCH v5 2/3] bpftool: support merging multiple module BTFs in btf dump
 2026-02-26 13:47 UTC  (3+ messages)

[PATCH net-next v5 0/5] net: sched: refactor qdisc drop reasons into dedicated tracepoint
 2026-02-26 13:45 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: sched: introduce qdisc-specific drop reason tracing
` [PATCH net-next v5 2/5] net: sched: sfq: convert to qdisc drop reasons
` [PATCH net-next v5 3/5] net: sched: rename QDISC_DROP_FQ_* to generic names
` [PATCH net-next v5 4/5] net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTION
` [PATCH net-next v5 5/5] net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue drops

[LSF/MM/BPF TOPIC] Compiled BPF
 2026-02-26 13:16 UTC 

[PATCH bpf v1 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-02-26 12:57 UTC  (4+ messages)
` [PATCH bpf v1 1/2] net/bpf: fix null-ptr-deref in xdp_master_redirect() for bonding

[PATCH liburing v2 1/1] tests: test io_uring bpf ops
 2026-02-26 12:49 UTC 

[PATCH v10 0/4] BPF controlled io_uring
 2026-02-26 12:48 UTC  (5+ messages)
` [PATCH v10 1/4] io_uring: introduce callback driven main loop
` [PATCH v10 2/4] io_uring/bpf-ops: implement loop_step with BPF struct_ops
` [PATCH v10 3/4] io_uring/bpf-ops: add kfunc helpers
` [PATCH v10 4/4] io_uring/bpf-ops: implement bpf ops registration


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