messages from 2026-02-26 21:11:38 to 2026-02-28 07:46:15 UTC [more...]
[PATCH v2 0/2] selftests/bpf: fix bpf_cookie failures
2026-02-28 7:45 UTC
[PATCH bpf-next v3 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
2026-02-28 7:43 UTC (5+ 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 v2 00/10] Reintrodce Hornet LSM
2026-02-28 5:33 UTC (13+ 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 v3 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
2026-02-28 3:36 UTC (5+ 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] bpf: fix: Race condition in bpf_trampoline_unlink_cgroup_shim
2026-02-28 3:04 UTC (5+ messages)
` [PATCH bpf v3] "
[PATCH 0/2] selftests/bpf: fix bpf_cookie failures
2026-02-28 2:58 UTC (6+ 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 bpf-next v5 0/5] bpf: Allow void return type for global subprogs
2026-02-28 1:22 UTC (18+ 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-28 1:14 UTC (8+ 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 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 bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-27 23:32 UTC (9+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
[PATCH v10 bpf-next 00/10] Add BTF layout to BTF
2026-02-27 23:16 UTC (20+ 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
[RFC PATCH bpf-next v3 0/3] Optimize kprobe.session attachment for exact function names
2026-02-27 22:28 UTC (8+ 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
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2026-02-27 22:00 UTC (6+ 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 20:52 UTC (4+ messages)
` [RFC PATCH bpf-next v2 1/3] libbpf: "
` [External] "
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-02-27 20:08 UTC (17+ 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 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 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 "
[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
[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 (2+ messages)
[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 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 (3+ 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 (3+ messages)
` [PATCH bpf v5 1/8] bpf: Add KF_ACQUIRE and KF_RELEASE support for iterators
[PATCH bpf-next v4 0/4] bpf: Allow void return type for global subprogs
2026-02-26 21:17 UTC (4+ messages)
` [PATCH bpf-next v4 1/4] bpf: Factor out program return value calculation
[PATCH] kbuild: install-extmod-build: Package resolve_btfids if necessary
2026-02-26 20:47 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox