messages from 2025-07-16 16:17:54 to 2025-07-17 18:36:05 UTC [more...]
[PATCH v5 0/3] Add support for long task name
2025-07-17 18:35 UTC (7+ messages)
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
[PATCH bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
2025-07-17 18:24 UTC
[RFC PATCH v3 0/5] mm, bpf: BPF based THP adjustment
2025-07-17 18:21 UTC (15+ messages)
` [RFC PATCH v3 1/5] mm, thp: use __thp_vma_allowable_orders() in khugepaged_enter_vma()
` [RFC PATCH v3 2/5] mm, thp: add bpf thp hook to determine thp allocator
` [RFC PATCH v3 3/5] mm, thp: add bpf thp hook to determine thp reclaimer
` [RFC PATCH v3 4/5] mm: thp: add bpf thp struct ops
[PATCH v3] cgroup: llist: avoid memory tears for llist_node
2025-07-17 17:44 UTC (2+ messages)
[PATCH net-next v11 00/12] Split netmem from struct page
2025-07-17 17:42 UTC (14+ messages)
` [PATCH net-next v11 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v11 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v11 03/12] netmem, mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v11 04/12] netdevsim: access ->pp "
` [PATCH net-next v11 05/12] mt76: "
` [PATCH net-next v11 06/12] net: fec: "
` [PATCH net-next v11 07/12] octeontx2-pf: "
` [PATCH net-next v11 08/12] iavf: "
` [PATCH net-next v11 09/12] idpf: "
` [PATCH net-next v11 10/12] mlx5: "
` [PATCH net-next v11 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v11 12/12] libeth: xdp: "
` [Intel-wired-lan] "
[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
2025-07-17 17:38 UTC (17+ messages)
[PATCH] libbpf: Replace strcpy() with memcpy() in bpf_object__new()
2025-07-17 17:33 UTC (8+ messages)
[PATCH v14 00/12] unwind_user: x86: Deferred unwinding infrastructure
2025-07-17 16:54 UTC (21+ messages)
` [PATCH v14 01/12] unwind_user: Add user space unwinding API with frame pointer support
` [PATCH v14 02/12] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v14 03/12] unwind_user/deferred: Add unwind cache
` [PATCH v14 04/12] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v14 05/12] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v14 06/12] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v14 07/12] unwind deferred: Add unwind_completed mask to stop spurious callbacks
` [PATCH v14 08/12] unwind: Add USED bit to only have one conditional on way back to user space
` [PATCH v14 09/12] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v14 10/12] unwind: Finish up unwind when a task exits
` [PATCH v14 11/12] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v14 12/12] unwind deferred/x86: Do not defer stack tracing for compat tasks
[PATCH bpf] btf: fix virt_to_phys warning on arm64 when mmapping vmlinux
2025-07-17 16:49 UTC
[PATCH bpf-next v6 0/3] Task local data
2025-07-17 16:48 UTC (4+ messages)
` [PATCH bpf-next v6 1/3] selftests/bpf: Introduce task "
` [PATCH bpf-next v6 2/3] selftests/bpf: Test basic task local data operations
` [PATCH bpf-next v6 3/3] selftests/bpf: Test concurrent task local data key creation
[PATCH v3 0/6] slab: Re-entrant kmalloc_nolock()
2025-07-17 16:23 UTC (10+ messages)
` [PATCH v3 5/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
` [PATCH v3 6/6] slab: Make slub local_trylock_t more precise for LOCKDEP
[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-07-17 15:29 UTC (5+ messages)
` [PATCHv5 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
[RFC dwarves] btf_encoder: Remove duplicates from functions entries
2025-07-17 15:25 UTC
[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-07-17 15:24 UTC (7+ messages)
` [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf
[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
2025-07-17 14:40 UTC (14+ messages)
` [PATCH bpf-next V2 1/7] net: xdp: Add xdp_rx_meta structure
` [PATCH bpf-next V2 5/7] net: veth: Read xdp metadata from rx_meta struct if available
[PATCH bpf-next v2 0/3] bpf: Show precise rejected function when attaching to __noreturn and deny list functions
2025-07-17 14:18 UTC (4+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: Add selftest for attaching tracing programs to functions in deny list
[RFC PATCH v1 00/16] s390: SFrame user space unwinding
2025-07-17 12:20 UTC (19+ messages)
` [RFC PATCH v1 06/16] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v1 07/16] unwind_user: Enable archs that do not necessarily save RA
` [RFC PATCH v1 08/16] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v1 12/16] unwind_user/backchain: Introduce back chain user space unwinding
Linking BTF
2025-07-17 11:52 UTC (4+ messages)
[PATCH] net: skmsg: fix NULL pointer dereference in sk_msg_recvmsg()
2025-07-17 11:10 UTC (2+ messages)
[PATCH v3 0/5] Support trampoline for LoongArch
2025-07-17 10:12 UTC (12+ messages)
` [PATCH v3 2/5] LoongArch: BPF: Update the code to rename validate_code to validate_ctx
` [PATCH v3 4/5] LoongArch: BPF: Add bpf_arch_xxxxx support for Loongarch
` [PATCH v3 5/5] LoongArch: BPF: Add bpf trampoline "
[PATCH net-next v10 00/12] Split netmem from struct page
2025-07-17 9:23 UTC (13+ messages)
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
[PATCH v2 bpf-next 0/2] Fix macro redefined and delete
2025-07-17 3:33 UTC (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Fix macro redefined
` [PATCH v2 bpf-next 2/2] samples/bpf: Delete map_in_map test
[PATCH net-next v2] xsk: skip validating skb list in xmit path
2025-07-17 3:10 UTC (10+ messages)
[PATCH net-next v9 0/8] Split netmem from struct page
2025-07-17 3:08 UTC (6+ messages)
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
2025-07-17 2:37 UTC (16+ messages)
` [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
` Inlining migrate_disable/enable. Was: "
` multi-fentry proposal. "
[PATCH] lsm,selinux: Add LSM blob support for BPF objects
2025-07-17 2:11 UTC (4+ messages)
[PATCH bpf-next 0/1] A tool to verify the BPF memory model
2025-07-17 1:50 UTC (2+ messages)
[PATCH v2 bpf-next] bpf: Clean up individual BTF_ID code
2025-07-17 1:40 UTC (2+ messages)
[PATCH bpf-next v3 1/2] bpf: Add struct bpf_token_info
2025-07-17 1:40 UTC (2+ messages)
[PATCH bpf-next] libbpf: start v1.7 dev cycle
2025-07-17 1:40 UTC (3+ messages)
[PATCH bpf-next] bpf: Update iterators.lskel-big-endian.h
2025-07-17 1:40 UTC (2+ messages)
[PATCH 0/2] s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again
2025-07-17 1:40 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: Stress test attaching a BPF prog to another BPF prog
[PATCH 0/2] bpf, arm64: relax constraint in BPF JIT compiler
2025-07-17 1:30 UTC (2+ messages)
[PATCH v9 00/11] unwind_deferred: Implement sframe handling
2025-07-17 1:28 UTC (12+ messages)
` [PATCH v9 01/11] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v9 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v9 03/11] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v9 04/11] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v9 05/11] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v9 06/11] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v9 07/11] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v9 08/11] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v9 09/11] unwind_user/sframe: Show file name in debug output
` [PATCH v9 10/11] unwind_user/sframe: Add .sframe validation option
` [PATCH v9 11/11] [DO NOT APPLY] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH net-next v7 0/3] selftest: net: Add selftest for netpoll
2025-07-17 0:30 UTC (2+ messages)
[PATCH bpf-next,v5 1/1] doc: xdp: clarify driver implementation for XDP Rx metadata
2025-07-16 21:54 UTC (2+ messages)
[PATCH net-next] xsk: skip validating skb list in xmit path
2025-07-16 21:40 UTC (6+ messages)
[PATCH] bpf: restrict verifier access to bpf_lru_node.ref
2025-07-16 20:02 UTC (5+ messages)
[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-16 19:25 UTC (6+ messages)
` [PATCH v13 10/14] unwind: Clear unwind_mask on exit back to user space
[ANNOUNCEMENT] LPC 2025 BPF Track CFP
2025-07-16 17:58 UTC
[RFC] vfs: security: Parse dev_name before calling security_sb_mount
2025-07-16 17:12 UTC (12+ messages)
[PATCH net-next V5] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
2025-07-16 16:26 UTC
[PATCH bpf-next v2 00/13] Add a dynptr type for skb metadata
2025-07-16 16:16 UTC (12+ messages)
` [PATCH bpf-next v2 03/13] bpf: Enable write access to skb metadata with bpf_dynptr_write
` [PATCH bpf-next v2 04/13] bpf: Enable read-write access to skb metadata with dynptr slice
` [PATCH bpf-next v2 05/13] net: Clear skb metadata on handover from device to protocol
` [PATCH bpf-next v2 06/13] selftests/bpf: Cover verifier checks for skb_meta dynptr type
` [PATCH bpf-next v2 07/13] selftests/bpf: Pass just bpf_map to xdp_context_test helper
` [PATCH bpf-next v2 08/13] selftests/bpf: Parametrize test_xdp_context_tuntap
` [PATCH bpf-next v2 09/13] selftests/bpf: Cover read access to skb metadata via dynptr
` [PATCH bpf-next v2 10/13] selftests/bpf: Cover write "
` [PATCH bpf-next v2 11/13] selftests/bpf: Cover read/write to skb metadata at an offset
` [PATCH bpf-next v2 12/13] selftests/bpf: Cover lack of access to skb metadata at ip layer
` [PATCH bpf-next v2 13/13] selftests/bpf: Count successful bpf program runs
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).