public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-27 20:11:04 to 2026-03-02 15:41:45 UTC [more...]

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 15:41 UTC  (21+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [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 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 v3 01/15] selftests/bpf: Pass through build flags to bpftool and resolve_btfids
 2026-03-02 15:22 UTC  (4+ messages)

[PATCH v3 0/6] bpf: Extend the bpf_list family of APIs
 2026-03-02 15:19 UTC  (9+ messages)
` [PATCH v3 1/6] bpf: Introduce the bpf_list_del kfunc
` [PATCH v3 2/6] selftests/bpf: Add test cases for bpf_list_del
` [PATCH v3 3/6] bpf: add bpf_list_add_impl to insert node after a given list node
` [PATCH v3 4/6] selftests/bpf: Add test case for bpf_list_add_impl
` [PATCH v3 5/6] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH v3 6/6] selftests/bpf: Add test cases for bpf_list_is_first/is_last/empty

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

[PATCH bpf-next v2 0/6] bpf: Enhance __bpf_prog_map_compatible()
 2026-03-02 15:03 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] bpf: Add fsession to verbose log in check_get_func_ip()
` [PATCH bpf-next v2 2/6] bpf: Factor out bpf_map_owner_[init,matches]() helpers
` [PATCH bpf-next v2 3/6] bpf: Disallow !kprobe_write_ctx progs tail-calling kprobe_write_ctx progs
` [PATCH bpf-next v2 4/6] bpf: Disallow !call_get_func_ip progs tail-calling call_get_func_ip progs
` [PATCH bpf-next v2 5/6] bpf: Disallow !call_session_cookie progs tail-calling call_session_cookie progs
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests to verify prog_array map compatibility

[PATCH v3 00/18] rtla: Robustness and code quality improvements
 2026-03-02 14:33 UTC  (3+ messages)
` [PATCH v3 07/18] rtla: Add strscpy() and replace strncpy() calls

[PATCH bpf v3 0/9] Address XDP frags having negative tailroom
 2026-03-02 14:32 UTC  (9+ messages)
` [PATCH bpf v3 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v3 5/9] i40e: fix registering XDP RxQ info

[PATCH 0/8] modules: Move 'struct module_signature' to UAPI
 2026-03-02 14:04 UTC  (11+ messages)
` [PATCH 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH 2/8] module: Drop unused signature types
` [PATCH 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH 5/8] modules: Move 'struct module_signature' to UAPI
` [PATCH 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH 8/8] selftests/bpf: verify_pkcs7_sig: Use "

[RFC PATCH bpf-next v3 0/3] Optimize kprobe.session attachment for exact function names
 2026-03-02 12:47 UTC  (10+ messages)
` [RFC PATCH bpf-next v3 1/3] libbpf: "
    ` [External] "
` [RFC PATCH bpf-next v3 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
` [RFC PATCH bpf-next v3 3/3] selftests/bpf: add tests for kprobe.session optimization
  ` [External] Re: [RFC PATCH bpf-next v3 0/3] Optimize kprobe.session attachment for exact function names

[PATCH v11 bpf-next 0/8] Add BTF layout to BTF
 2026-03-02 12:18 UTC  (12+ messages)
` [PATCH v11 bpf-next 1/8] btf: add BTF kind layout encoding to UAPI
` [PATCH v11 bpf-next 2/8] libbpf: Support layout section handling in BTF
` [PATCH v11 bpf-next 3/8] libbpf: use layout to compute an unknown kind size
` [PATCH v11 bpf-next 4/8] libbpf: Add layout encoding support
` [PATCH v11 bpf-next 5/8] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v11 bpf-next 6/8] btf: support kernel parsing of BTF with layout info
` [PATCH v11 bpf-next 7/8] selftests/bpf: test kind encoding/decoding
` [PATCH v11 bpf-next 8/8] kbuild, bpf: Specify "layout" optional feature

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-03-02 12:16 UTC  (4+ messages)
` [PATCH v4 08/22] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()

[PATCH bpf-next v5 0/5] emit ENDBR/BTI instructions for indirect jump targets
 2026-03-02 10:46 UTC  (7+ messages)
` [PATCH bpf-next v5 1/5] bpf: Move JIT for single-subprog programs to verifier
` [PATCH bpf-next v5 2/5] bpf: Pass bpf_verifier_env to jit
` [PATCH bpf-next v5 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v5 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v5 5/5] bpf, arm64: Emit BTI for indirect jump target

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

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

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-03-02  9:46 UTC  (6+ messages)
` [PATCH 1/4] ns: add bpf hooks

[PATCH bpf] ftrace: Add missing ftrace_lock to update_ftrace_direct_add/del
 2026-03-02  8:16 UTC 

[PATCH] selftests/bpf: skip verif_scale_pyperf600 on -E2BIG jump complexity limit
 2026-03-02  7:14 UTC 

[PATCH 6.6.y 2/3] net: gso: fix tcp fraglist segmentation after pull from frag_list
 2026-03-02  6:55 UTC 

[PATCH 6.6.y 3/3] net: fix segmentation of forwarding fraglist GRO
 2026-03-02  6:55 UTC 

[PATCH 6.1.y 3/3] net: fix segmentation of forwarding fraglist GRO
 2026-03-02  6:54 UTC 

[PATCH 6.1.y 2/3] net: gso: fix tcp fraglist segmentation after pull from frag_list
 2026-03-02  6:51 UTC 

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

[PATCH net-next v2] net/mlx5e: Precompute xdpsq assignments for mlx5e_xdp_xmit()
 2026-03-02  5:52 UTC 

[PATCH 0/2] selftests/bpf: fix bpf_cookie failures
 2026-03-02  2:24 UTC  (7+ 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-03-01 22:29 UTC  (6+ messages)
` [PATCH v10 bpf-next 04/10] libbpf: Add layout encoding support
` [PATCH v10 bpf-next 08/10] bpftool: add BTF dump "format meta" to dump header/metadata

[PATCH net] net: ethernet: mtk_eth_soc: Reset prog ptr to NULL in case of error in mtk_xdp_setup()
 2026-03-01 18:30 UTC  (2+ messages)

[PATCH RFC bpf-next 0/5] skb extension for BPF local storage
 2026-03-01 17:59 UTC  (5+ messages)

[syzbot] [bpf?] [trace?] KASAN: slab-use-after-free Read in bpf_trace_run3 (2)
 2026-03-01  7:07 UTC  (2+ messages)

[GIT PULL] BPF fixes for 7.0-rc2
 2026-03-01  4:04 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] User space RAID5 with ublk and io_uring BPF
 2026-03-01  2:32 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] BPF libarena Development and
 2026-03-01  2:15 UTC  (2+ messages)

[PATCH v2 00/10] Reintrodce Hornet LSM
 2026-03-01  2:02 UTC  (14+ messages)
` [PATCH v2 01/10] certs: break out pkcs7 check into its own function
` [PATCH v2 02/10] crypto: pkcs7: add flag for validated trust on a signed info block
` [PATCH v2 03/10] crypto: pkcs7: allow pkcs7_digest() to be called from pkcs7_trust
` [PATCH v2 04/10] crypto: pkcs7: add ability to extract signed attributes by OID
` [PATCH v2 05/10] crypto: pkcs7: add tests for pkcs7_get_authattr
` [PATCH v2 06/10] lsm: framework for BPF integrity verification
` [PATCH v2 07/10] security: Hornet LSM
` [PATCH v2 08/10] hornet: Introduce gen_sig
` [PATCH v2 09/10] hornet: Add a light skeleton data extractor scripts
` [PATCH v2 10/10] selftests/hornet: Add a selftest for the Hornet LSM

[PATCH net-next v5 0/5] net: sched: refactor qdisc drop reasons into dedicated tracepoint
 2026-03-01  0:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
 2026-02-28 22:19 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Remove kmem subtest from cgroup_iter_memcg
` [PATCH bpf-next v3 2/3] bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcg
` [PATCH bpf-next v3 3/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value

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

[PATCH 6.12 067/385] ftrace: Use arch_ftrace_regs() for ftrace_regs_*() macros
 2026-02-28 17:54 UTC  (5+ messages)
` [PATCH 6.12 068/385] ftrace: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH 6.12 069/385] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH 6.12 070/385] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH 6.12 071/385] tracing: Add ftrace_fill_perf_regs() for perf event

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

[PATCH bpf-next v4 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
 2026-02-28  9:25 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Remove kmem subtest from cgroup_iter_memcg
` [PATCH bpf-next v4 2/3] bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcg
` [PATCH bpf-next v4 3/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value

[PATCH v2] bpf: fix: Race condition in bpf_trampoline_unlink_cgroup_shim
 2026-02-28  3:04 UTC  (5+ messages)
    ` [PATCH bpf v3] "

[PATCH bpf-next v5 0/5] bpf: Allow void return type for global subprogs
 2026-02-28  1:22 UTC  (13+ messages)
` [PATCH bpf-next v5 1/5] bpf: Factor out program return value calculation
` [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-28  1:14 UTC  (3+ messages)
` [PATCH net-next 4/4] selftests: drv-net: xdp: Add rss_hash metadata tests

[PATCH v3 bpf 0/4] Fix invariant violation for single-value tnums
 2026-02-28  0:30 UTC  (6+ messages)
` [PATCH v3 bpf 1/4] bpf: Introduce tnum_step to step through tnum's members
` [PATCH v3 bpf 2/4] bpf: Improve bounds when tnum has a single possible value
` [PATCH v3 bpf 3/4] selftests/bpf: Test refinement of single-value tnum
` [PATCH v3 bpf 4/4] selftests/bpf: Avoid simplification of crafted bounds test

[PATCH bpf v4 0/2] bpf: cpumap/devmap: fix per-CPU bulk queue races on PREEMPT_RT
 2026-02-28  0:20 UTC  (2+ messages)

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

[PATCH v10 bpf-next 02/10] libbpf: Support layout section handling in BTF
 2026-02-27 23:11 UTC  (3+ messages)

[RFC PATCH bpf-next v2 0/3] Optimize kprobe.session attachment for exact function names
 2026-02-27 20:52 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 1/3] libbpf: "
    ` [External] "


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