messages from 2025-07-18 15:38:04 to 2025-07-21 20:20:24 UTC [more...]
[PATCH bpf-next v12 0/3] Support kCFI + BPF on arm64
2025-07-21 20:20 UTC
[PATCH net-next V6 0/5] selftests: drv-net: Test XDP native support
2025-07-21 19:43 UTC (10+ messages)
` [PATCH net-next V6 1/5] net: netdevsim: hook in XDP handling
` [PATCH net-next V6 2/5] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next V6 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next V6 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next V6 5/5] selftests: drv-net: Test head-adjustment support
[RFC] New codectl(2) system call for sframe registration
2025-07-21 18:53 UTC (2+ messages)
[PATCH bpf-next 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array map
2025-07-21 17:13 UTC (8+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 2/3] bpf, libbpf: Support BPF_F_CPU "
[PATCH bpf-next 1/2] bpftool: Add bpf_token show
2025-07-21 16:23 UTC (4+ messages)
` [PATCH bpf-next 2/2] bpftool: Add bpftool-token manpage
[PATCH bpf-next 0/2] umd: Remove usermode driver framework
2025-07-21 15:51 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf/preload: Don't select USERMODE_DRIVER
` [PATCH bpf-next 2/2] umd: Remove usermode driver framework
[PATCH net-next 0/2] xsk: fix underflow issues in zerocopy xmit
2025-07-21 15:37 UTC (8+ messages)
` [PATCH net-next 1/2] stmmac: xsk: fix underflow of budget in zerocopy mode
` [Intel-wired-lan] "
` [PATCH net-next 2/2] igb: xsk: solve underflow of nb_pkts "
[PATCH] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-07-21 14:53 UTC (7+ messages)
` [PATCH v3] "
` "
[PATCH] selftests/bpf: Add LPM trie microbenchmarks
2025-07-21 14:36 UTC (5+ messages)
[PATCH bpf-next v11 0/3] Support kCFI + BPF on arm64
2025-07-21 14:33 UTC (7+ messages)
` [PATCH bpf-next v11 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v11 2/3] cfi: Move BPF CFI types and helpers to generic code
` [PATCH bpf-next v11 3/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
[RFC dwarves] btf_encoder: Remove duplicates from functions entries
2025-07-21 14:32 UTC (4+ messages)
[PATCH bpf-next v2] selftests/bpf: Add LPM trie microbenchmarks
2025-07-21 14:27 UTC
[RFC PATCH v1 00/16] s390: SFrame user space unwinding
2025-07-21 14:25 UTC (7+ messages)
` [RFC PATCH v1 07/16] unwind_user: Enable archs that do not necessarily save RA
[PATCH bpf-next 1/2] bpf: Reject narrower access to pointer ctx fields
2025-07-21 13:02 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test invalid narrower ctx load
[PATCH net] net: ti: icssg-prueth: Fix skb handling for XDP_PASS
2025-07-21 12:49 UTC
[PATCH] mm, page_pool: introduce a new page type for page pool in page type
2025-07-21 11:12 UTC (5+ messages)
[PATCH bpf-next v3 00/10] Add a dynptr type for skb metadata for TC BPF
2025-07-21 10:52 UTC (11+ 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 03/10] bpf: Enable write access to skb metadata with bpf_dynptr_write
` [PATCH bpf-next v3 04/10] bpf: Enable read-write access to skb metadata with dynptr slice
` [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
[PATCH] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency and throughput
2025-07-21 10:14 UTC
[PATCH v3 0/5] Support trampoline for LoongArch
2025-07-21 7:59 UTC (9+ messages)
` [PATCH v3 4/5] LoongArch: BPF: Add bpf_arch_xxxxx support for Loongarch
[PATCH v5 0/3] Add support for long task name
2025-07-21 7:52 UTC (7+ messages)
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
[PATCH net-next v12 00/12] Split netmem from struct page
2025-07-21 2:18 UTC (13+ messages)
` [PATCH net-next v12 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v12 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v12 03/12] netmem, mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v12 04/12] netdevsim: access ->pp "
` [PATCH net-next v12 05/12] mt76: "
` [PATCH net-next v12 06/12] net: fec: "
` [PATCH net-next v12 07/12] octeontx2-pf: "
` [PATCH net-next v12 08/12] iavf: "
` [PATCH net-next v12 09/12] idpf: "
` [PATCH net-next v12 10/12] mlx5: "
` [PATCH net-next v12 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v12 12/12] libeth: xdp: "
[PATCH net-next v11 12/12] libeth: xdp: access ->pp through netmem_desc instead of page
2025-07-21 1:03 UTC (7+ messages)
` [Intel-wired-lan] "
[PATCH bpf-next 00/10] Add support arena atomics for RV64
2025-07-20 20:37 UTC (12+ messages)
` [PATCH bpf-next 01/10] riscv, bpf: Extract emit_stx() helper
` [PATCH bpf-next 02/10] riscv, bpf: Extract emit_st() helper
` [PATCH bpf-next 03/10] riscv, bpf: Extract emit_ldx() helper
` [PATCH bpf-next 04/10] riscv: Separate toolchain support dependency from RISCV_ISA_ZACAS
` [PATCH bpf-next 05/10] riscv, bpf: Add rv_ext_enabled macro for runtime detection extentsion
` [PATCH bpf-next 06/10] riscv, bpf: Add Zacas instructions
` [PATCH bpf-next 07/10] riscv, bpf: Optimize cmpxchg insn with Zacas support
` [PATCH bpf-next 08/10] riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling
` [PATCH bpf-next 09/10] riscv, bpf: Add support arena atomics for RV64
` [PATCH bpf-next 10/10] selftests/bpf: Enable arena atomics tests "
[PATCH v2 0/7] Replace "__auto_type" with "auto"
2025-07-20 18:07 UTC (11+ messages)
` [PATCH v2 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH v2 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH v2 3/7] fs/proc: replace "__auto_type" with "const auto"
` [PATCH v2.1 "
` [PATCH v2 4/7] arch/nios2: replace "__auto_type" and adjacent equivalent with "auto"
` [PATCH v2 5/7] arch/x86: replace "__auto_type" "
` [PATCH v2 6/7] selftests/bpf: "
` [PATCH v2 7/7] tools/virtio: "
[PATCH bpf-next] netfilter: bpf: Disable migrate before bpf_prog run
2025-07-20 16:54 UTC (3+ messages)
[PATCH bpf-next] bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
2025-07-20 16:47 UTC
[RFC PATCH v3 0/5] mm, bpf: BPF based THP adjustment
2025-07-20 15:56 UTC (20+ 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
[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-07-20 11:38 UTC (24+ messages)
` [PATCHv6 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv6 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv6 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv6 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv6 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv6 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv6 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv6 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv6 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv6 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv6 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv6 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv6 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv6 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv6 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv6 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv6 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv6 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv6 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv6 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv5 22/22] man2: Add uprobe syscall page
[PATCH net-next 0/5] ixgbe: xsk: a couple of changes for zerocopy
2025-07-20 9:11 UTC (6+ messages)
` [PATCH net-next 1/5] ixgbe: xsk: remove budget from ixgbe_clean_xdp_tx_irq
` [PATCH net-next 2/5] ixgbe: xsk: resolve the underflow of budget in ixgbe_xmit_zc
` [PATCH net-next 3/5] ixgbe: xsk: use ixgbe_desc_unused as the "
` [PATCH net-next 4/5] ixgbe: xsk: support batched xsk Tx interfaces to increase performance
` [PATCH net-next 5/5] ixgbe: xsk: add TX multi-buffer support
[PATCH 0/7] Replace "__auto_type" with "auto"
2025-07-19 14:26 UTC (15+ messages)
` [PATCH 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH 3/7] fs/proc: replace "__auto_type" with "auto"
` [PATCH 4/7] arch/nios: "
` [PATCH 5/7] arch/x86: "
` [PATCH 6/7] selftests/bpf: "
` [PATCH 7/7] tools/virtio: "
[PATCH bpf-next 0/4] bpf: Improve 64bits bounds refinement
2025-07-19 14:24 UTC (5+ 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 3/4] selftests/bpf: Test cross-sign 64bits range refinement
` [PATCH bpf-next 4/4] selftests/bpf: Test invariants on JSLT crossing sign
[PATCH v13 net-next 00/14] AccECN protocol patch series
2025-07-19 8:21 UTC (3+ messages)
` [PATCH v13 net-next 11/14] tcp: accecn: AccECN option send control
[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
2025-07-19 0:28 UTC (3+ messages)
[PATCH bpf-next v1] libbpf: verify that arena map exists when adding arena relocations
2025-07-19 0:20 UTC (2+ messages)
[PATCH net-next V5] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
2025-07-19 0:10 UTC (2+ messages)
[PATCH bpf-next v10 0/3] Support kCFI + BPF on arm64
2025-07-18 22:27 UTC (4+ messages)
` [PATCH bpf-next v10 2/3] cfi: Move BPF CFI types and helpers to generic code
[PATCH bpf-next v2 00/13] Add a dynptr type for skb metadata
2025-07-18 19:27 UTC (6+ messages)
` [PATCH bpf-next v2 01/13] bpf: Add "
[GIT PULL] BPF fixes for 6.16-rc7
2025-07-18 18:50 UTC (2+ messages)
[PATCH v14 00/11] perf: Support the deferred unwinding infrastructure
2025-07-18 16:41 UTC (12+ messages)
` [PATCH v14 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v14 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v14 03/11] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [PATCH v14 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v14 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v14 06/11] perf: Support deferred user callchains
` [PATCH v14 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v14 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v14 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v14 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v14 11/11] perf tools: Merge deferred user callchains
[PATCH] libbpf: Replace strcpy() with memcpy() in bpf_object__new()
2025-07-18 16:18 UTC (5+ messages)
[PATCH bpf-next] libbpf: fix warning
2025-07-18 15:40 UTC (2+ messages)
[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
2025-07-18 15:38 UTC (6+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc
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).