messages from 2026-02-27 07:26:37 to 2026-03-01 02:03:31 UTC [more...]
[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
[GIT PULL] BPF fixes for 7.0-rc2
2026-03-01 1:45 UTC
[PATCH net-next v5 0/5] net: sched: refactor qdisc drop reasons into dedicated tracepoint
2026-03-01 0:00 UTC (2+ messages)
[PATCH RFC bpf-next 0/5] skb extension for BPF local storage
2026-02-28 23:50 UTC (4+ 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
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2026-02-28 20:39 UTC (7+ messages)
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
[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 net 0/3] {net,bpf}: nd_tbl fixes for when ipv6.disable=1
2026-02-28 17:46 UTC (4+ 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 v1 00/16] mm: cleanups around unmapping / zapping
2026-02-28 12:44 UTC (19+ 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 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 0/2] selftests/bpf: fix bpf_cookie failures
2026-02-28 7:45 UTC (3+ 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 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 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
[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] "
[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 (5+ messages)
` [PATCH bpf v2 4/5] bpf: Retire rcu_trace_implies_rcu_gp() from local storage
` [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)
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