messages from 2026-02-28 02:19:40 to 2026-03-02 20:30:03 UTC [more...]
[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
2026-03-02 20:24 UTC (22+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 005/110] trace: store i_ino as u64 instead of ino_t/unsigned long
` [PATCH v2 006/110] trace: reorder TP_STRUCT__entry fields for better packing on 32-bit
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 009/110] f2fs: "
` [PATCH v2 010/110] lockd: "
` [PATCH v2 011/110] nfs: "
` [PATCH v2 012/110] nfsd: "
` [PATCH v2 013/110] locks: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 017/110] affs: "
` [PATCH v2 018/110] afs: "
` [PATCH v2 019/110] autofs: "
` [PATCH v2 020/110] befs: "
` [PATCH v2 021/110] bfs: "
[PATCH bpf v3 01/15] selftests/bpf: Pass through build flags to bpftool and resolve_btfids
2026-03-02 20:27 UTC (6+ messages)
[PATCH bpf-next v4 0/3] Optimize kprobe.session attachment for exact function names
2026-03-02 20:08 UTC (4+ messages)
` [PATCH bpf-next v4 1/3] libbpf: "
` [PATCH bpf-next v4 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
` [PATCH bpf-next v4 3/3] selftests/bpf: add tests for kprobe.session optimization
[RFC PATCH bpf-next v3 0/3] Optimize kprobe.session attachment for exact function names
2026-03-02 19:47 UTC (7+ messages)
` [External] "
[PATCH bpf-next v4 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
2026-03-02 18:27 UTC (7+ 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
PROBLEM: verifier.c - invalid scalar IDs after byte swaps
2026-03-02 18:11 UTC
[PATCH bpf] ftrace: Add missing ftrace_lock to update_ftrace_direct_add/del
2026-03-02 18:00 UTC (6+ messages)
[RFC PATCH bpf-next v3 1/3] libbpf: Optimize kprobe.session attachment for exact function names
2026-03-02 17:37 UTC (5+ messages)
` [External] "
[PATCH bpf v4 0/9] Address XDP frags having negative tailroom
2026-03-02 17:32 UTC (11+ messages)
` [PATCH bpf v4 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH bpf v4 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH bpf v4 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH bpf v4 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v4 5/9] i40e: fix registering XDP RxQ info
` [PATCH bpf v4 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [PATCH bpf v4 7/9] libeth, idpf: use truesize "
` [PATCH bpf v4 8/9] net: enetc: "
` [PATCH bpf v4 9/9] xdp: produce a warning when calculated tailroom is negative
[PATCH bpf-next v3 0/2] libbpf: Handle duplicate kprobe symbols
2026-03-02 17:32 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling
[PATCH 0/2] bpf: support for non_null ptr detection with JEQ/JNE with register operand
2026-03-02 16:58 UTC (4+ messages)
` [PATCH 1/2] bpf: detect non null pointer with register operand in JEQ/JNE
` [PATCH 2/2] selftests/bpf: tests to non_null ptr detection using "
[PATCH bpf-next v2 0/6] bpf: Enhance __bpf_prog_map_compatible()
2026-03-02 15:53 UTC (9+ 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 v1 00/16] mm: cleanups around unmapping / zapping
2026-03-02 15:41 UTC (12+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
[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 (8+ messages)
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
[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 "
[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] 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 08/10] bpftool: add BTF dump "format meta" to dump header/metadata
2026-03-01 22:29 UTC (2+ messages)
[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 07/10] security: Hornet LSM
2026-03-01 2:02 UTC (3+ messages)
[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 v2] bpf: fix: Race condition in bpf_trampoline_unlink_cgroup_shim
2026-02-28 3:04 UTC (3+ messages)
` [PATCH bpf v3] "
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