messages from 2025-07-22 14:34:18 to 2025-07-24 12:38:25 UTC [more...]
[PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
2025-07-24 12:38 UTC (3+ messages)
[PATCH v6 0/3] Add support for long task name
2025-07-24 12:36 UTC (4+ messages)
` [PATCH v6 1/3] exec: Remove obsolete comments
` [PATCH v6 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v6 3/3] include: Set tsk->comm length to 64 bytes
[PATCH bpf-next v2 0/3] bpf: Private stack support for arm64 JIT
2025-07-24 12:02 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: move bpf_jit_get_prog_name() to core.c
` [PATCH bpf-next v2 2/3] bpf, arm64: JIT support for private stack
` [PATCH bpf-next v2 3/3] selftests/bpf: enable private stack tests for arm64
[PATCH bpf-next v4 0/8] Add a dynptr type for skb metadata for TC BPF
2025-07-24 11:56 UTC (17+ messages)
` [PATCH bpf-next v4 1/8] bpf: Add dynptr type for skb metadata
` [PATCH bpf-next v4 2/8] bpf: Enable read/write access to skb metadata through a dynptr
` [PATCH bpf-next v4 3/8] selftests/bpf: Cover verifier checks for skb_meta dynptr type
` [PATCH bpf-next v4 4/8] selftests/bpf: Pass just bpf_map to xdp_context_test helper
` [PATCH bpf-next v4 5/8] selftests/bpf: Parametrize test_xdp_context_tuntap
` [PATCH bpf-next v4 6/8] selftests/bpf: Cover read access to skb metadata via dynptr
` [PATCH bpf-next v4 7/8] selftests/bpf: Cover write "
` [PATCH bpf-next v4 8/8] selftests/bpf: Cover read/write to skb metadata at an offset
[PATCH bpf-next v3 0/4] bpf: Show precise rejected function when attaching to __noreturn and deny list functions
2025-07-24 11:05 UTC (12+ messages)
` [PATCH bpf-next v3 1/4] bpf: Show precise rejected function when attaching fexit/fmod_ret to __noreturn functions
` [PATCH bpf-next v3 2/4] bpf: Add log for attaching tracing programs to functions in deny list
` [PATCH bpf-next v3 3/4] selftests/bpf: Add selftest "
` [PATCH bpf-next v3 4/4] selftests/bpf: Migrate fexit_noreturns case into tracing_failure test suite
[PATCH RESEND bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
2025-07-24 10:27 UTC (4+ messages)
[PATCH] net: otx2: handle NULL returned by xdp_convert_buff_to_frame()
2025-07-24 10:11 UTC (4+ messages)
` [EXTERNAL] "
[PATCH] sfc: handle NULL returned by xdp_convert_buff_to_frame()
2025-07-24 9:57 UTC (2+ messages)
[PATCH v13 0/4] support large align and nid in Rust allocators
2025-07-24 9:27 UTC (5+ messages)
` [PATCH v13 3/4] rust: add support for NUMA ids in allocations
` [PATCH v13 4/4] rust: support large alignments "
[PATCH net-next V6 0/5] selftests: drv-net: Test XDP native support
2025-07-24 9:05 UTC (12+ messages)
` [PATCH net-next V6 2/5] selftests: drv-net: Test XDP_PASS/DROP support
[PATCH bpf-next 0/2] umd: Remove usermode driver framework
2025-07-24 8:38 UTC (11+ messages)
` [PATCH bpf-next 2/2] "
[PATCH 6.1] net: add netdev_lockdep_set_classes() to virtual drivers
2025-07-24 4:30 UTC
[PATCH bpf-next v2 1/2] bpf: Reject narrower access to pointer ctx fields
2025-07-24 2:50 UTC (8+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test invalid narrower ctx load
[PATCH v2 bpf] bpf: Disable migration in nf_hook_run_bpf()
2025-07-24 2:10 UTC (3+ messages)
[PATCH net-next v12 00/12] Split netmem from struct page
2025-07-24 2:00 UTC (3+ messages)
[PATCH net] net: ti: icssg-prueth: Fix skb handling for XDP_PASS
2025-07-24 0:19 UTC (2+ messages)
[PATCH v4 1/6] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
2025-07-23 22:51 UTC (12+ messages)
` [PATCH v4 2/6] srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
` [PATCH v4 3/6] srcu: Add guards for notrace variants of SRCU-fast readers
` [PATCH v4 4/6] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH v4 5/6] srcu: Document __srcu_read_{,un}lock_fast() implicit RCU readers
` [PATCH v4 6/6] srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast
[PATCH bpf-next] bpf, arm64: JIT support for private stack
2025-07-23 22:01 UTC (3+ messages)
[PATCH] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency and throughput
2025-07-23 20:22 UTC (8+ messages)
[PATCH v2] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
2025-07-23 19:55 UTC (2+ messages)
[PATCH 1/1] pahole: Don't fail when encoding BTF on an object with no DWARF info
2025-07-23 19:27 UTC (3+ messages)
[BUG] mlx5_core memory management issue
2025-07-23 18:48 UTC (3+ messages)
[PATCH v2 00/13] Signed BPF programs
2025-07-23 17:11 UTC (7+ messages)
` [PATCH v2 07/13] bpf: Move the signature kfuncs to helpers.c
` [PATCH v2 08/13] bpf: Implement signature verification for BPF programs
` [PATCH v2 11/13] bpftool: Add support for signing "
[PATCH bpf-next v3 00/10] Add a dynptr type for skb metadata for TC BPF
2025-07-23 16:50 UTC (23+ messages)
` [PATCH bpf-next v3 01/10] bpf: Add dynptr type for skb metadata
` [PATCH bpf-next v3 02/10] bpf: Enable read access to skb metadata with bpf_dynptr_read
` [PATCH bpf-next v3 05/10] selftests/bpf: Cover verifier checks for skb_meta dynptr type
` [PATCH bpf-next v3 06/10] selftests/bpf: Pass just bpf_map to xdp_context_test helper
` [PATCH bpf-next v3 07/10] selftests/bpf: Parametrize test_xdp_context_tuntap
` [PATCH bpf-next v3 08/10] selftests/bpf: Cover read access to skb metadata via dynptr
` [PATCH bpf-next v3 09/10] selftests/bpf: Cover write "
` [PATCH bpf-next v3 10/10] selftests/bpf: Cover read/write to skb metadata at an offset
[RFC] New codectl(2) system call for sframe registration
2025-07-23 16:29 UTC (22+ messages)
[PATCH v3 5/4] srcu: Document __srcu_read_{,un}lock_fast() implicit RCU readers
2025-07-23 16:24 UTC (5+ messages)
` [PATCH v3 6/4] srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast
[PATCH v5] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-07-23 15:52 UTC (4+ messages)
[PATCH bpf-next v4 1/3] bpftool: Add bpf_token show
2025-07-23 14:44 UTC (3+ messages)
` [PATCH bpf-next v4 2/3] bpftool: Add bpftool-token manpage
` [PATCH bpf-next v4 3/3] bpftool: Add bash completion for token argument
[PATCH net v3 0/2] xsk: fix negative overflow issues in zerocopy xmit
2025-07-23 14:23 UTC (3+ messages)
` [PATCH net v3 1/2] stmmac: xsk: fix negative overflow of budget in zerocopy mode
` [PATCH net v3 2/2] igb: xsk: solve negative overflow of nb_pkts "
[RFC dwarves] btf_encoder: Remove duplicates from functions entries
2025-07-23 11:22 UTC (9+ messages)
[PATCH bpf-next v3 1/3] bpftool: Add bpf_token show
2025-07-23 10:55 UTC (7+ messages)
` [PATCH bpf-next v3 2/3] bpftool: Add bpftool-token manpage
` [PATCH bpf-next v3 3/3] bpftool: Add bash completion for token argument
[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
2025-07-23 9:24 UTC (3+ messages)
` [PATCH bpf-next V2 6/7] bpf: selftests: Add rx_meta store kfuncs selftest
[PATCH bpf-next 0/4] bpf: Improve 64bits bounds refinement
2025-07-23 7:49 UTC (9+ messages)
` [PATCH bpf-next 1/4] bpf: Improve bounds when s64 crosses sign boundary
` [PATCH bpf-next 2/4] selftests/bpf: Update reg_bound range refinement logic
[PATCH bpf-next 0/1] bpf, arm64: fix fp initialization for exception boundary
2025-07-23 7:46 UTC (3+ messages)
` [PATCH bpf-next 1/1] "
[PATCH net v2 0/2] xsk: fix underflow issues in zerocopy xmit
2025-07-23 6:43 UTC (9+ messages)
` [PATCH net v2 1/2] stmmac: xsk: fix underflow of budget in zerocopy mode
` [Intel-wired-lan] "
` [PATCH net v2 2/2] igb: xsk: solve underflow of nb_pkts "
` [Intel-wired-lan] "
[PATCH] mm, page_pool: introduce a new page type for page pool in page type
2025-07-23 4:46 UTC (5+ messages)
[PATCH v3] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-07-23 1:52 UTC (4+ messages)
` [PATCH v4] bpftool: Add CET-aware symbol matching for x86/x86_64 architectures
` "
[PATCHv4 04/12] bpf: Introduce decompressor kfunc
2025-07-23 0:44 UTC (2+ messages)
[PATCH] sfc: siena: handle NULL returned by xdp_convert_buff_to_frame()
2025-07-23 0:32 UTC
[PATCH v1] tools/rtla: Consolidate common parameters into shared structure
2025-07-23 0:04 UTC (2+ messages)
[PATCH net-next 0/2] xsk: fix underflow issues in zerocopy xmit
2025-07-22 23:04 UTC (8+ messages)
` [PATCH net-next 1/2] stmmac: xsk: fix underflow of budget in zerocopy mode
` [Intel-wired-lan] "
[PATCH bpf-next v13 0/3] Support kCFI + BPF on arm64
2025-07-22 20:54 UTC (4+ messages)
` [PATCH bpf-next v13 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v13 2/3] cfi: Move BPF CFI types and helpers to generic code
` [PATCH bpf-next v13 3/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
[PATCHv4 08/12] kexec: Factor out routine to find a symbol in ELF
2025-07-22 17:22 UTC (2+ messages)
[PATCHv4 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
2025-07-22 16:42 UTC (2+ messages)
[PATCH v2 0/7] Replace "__auto_type" with "auto"
2025-07-22 16:40 UTC (3+ messages)
` [PATCH v2 4/7] arch/nios2: replace "__auto_type" and adjacent equivalent "
[RESEND PATCH bpf-next v2 1/3] bpftool: Add bpf_token show
2025-07-22 16:37 UTC (8+ messages)
` [PATCH bpf-next v2 2/3] bpftool: Add bpftool-token manpage
` [PATCH bpf-next v2 3/3] bpftool: Add bash completion for token argument
[PATCH bpf-next v2 1/3] bpftool: Add bpf_token show
2025-07-22 16:10 UTC (3+ messages)
[PATCH v4 0/6] slab: Re-entrant kmalloc_nolock()
2025-07-22 15:52 UTC (3+ messages)
` [PATCH v4 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
2025-07-22 15:01 UTC
[PATCH bpf-next 1/2] bpf: Reject narrower access to pointer ctx fields
2025-07-22 14:44 UTC (3+ messages)
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2025-07-22 14:35 UTC (2+ messages)
[PATCH bpf-next v12 0/3] Support kCFI + BPF on arm64
2025-07-22 14:33 UTC (4+ messages)
` [PATCH bpf-next v12 3/3] arm64/cfi,bpf: "
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;
as well as URLs for NNTP newsgroup(s).