bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-18 01:05:51 to 2025-07-21 02:18:57 UTC [more...]

[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 v3 0/5] Support trampoline for LoongArch
 2025-07-21  1:38 UTC  (8+ messages)
` [PATCH v3 4/5] LoongArch: BPF: Add bpf_arch_xxxxx support for Loongarch

[PATCH bpf-next v11 0/3] Support kCFI + BPF on arm64
 2025-07-21  1:25 UTC  (6+ 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

[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 1/2] bpftool: Add bpf_token show
 2025-07-20 17:33 UTC  (2+ messages)
` [PATCH bpf-next 2/2] bpftool: Add bpftool-token manpage

[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] selftests/bpf: Add LPM trie microbenchmarks
 2025-07-19 13:15 UTC  (2+ messages)

[PATCH net-next V6 0/5] selftests: drv-net: Test XDP native support
 2025-07-19  8:30 UTC  (6+ 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

[PATCH v13 net-next 00/14] AccECN protocol patch series
 2025-07-19  8:21 UTC  (16+ messages)
` [PATCH v13 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v13 net-next 02/14] tcp: fast path functions later
` [PATCH v13 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v13 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v13 net-next 05/14] tcp: AccECN core
` [PATCH v13 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v13 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v13 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v13 net-next 09/14] tcp: sack option handling improvements
` [PATCH v13 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v13 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v13 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v13 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v13 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[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  (8+ messages)
` [PATCH bpf-next v10 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v10 2/3] cfi: Move BPF CFI types and helpers to generic code
` [PATCH bpf-next v10 3/3] arm64/cfi,bpf: Support kCFI + BPF on arm64

[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)

[RFC PATCH v1 00/16] s390: SFrame user space unwinding
 2025-07-18 16:59 UTC  (21+ 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

[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 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array map
 2025-07-18 15:57 UTC  (5+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 2/3] bpf, libbpf: Support BPF_F_CPU "

[PATCH bpf-next] libbpf: fix warning
 2025-07-18 15:40 UTC  (3+ 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

[PATCH] lsm,selinux: Add LSM blob support for BPF objects
 2025-07-18 15:35 UTC  (7+ messages)

[PATCH v2 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-07-18 15:25 UTC  (7+ messages)
` [PATCH PATCH v2 v2 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH PATCH v2 v2 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH PATCH v2 v2 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH PATCH v2 v2 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH PATCH v2 v2 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH PATCH v2 v2 6/6] perf docs: Document "

request
 2025-07-18 15:13 UTC 

[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
 2025-07-18 10:56 UTC  (16+ messages)
` [PATCH bpf-next V2 1/7] net: xdp: Add xdp_rx_meta structure

[PATCH bpf-next v5 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-07-18  6:13 UTC  (5+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Add tests with stack ptr register in conditional jmp

[PATCH bpf] libbpf: fix handling of BPF arena relocations
 2025-07-18  2:30 UTC  (3+ messages)

[PATCH v4 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-18  2:16 UTC  (7+ messages)
` [PATCH v4 1/6] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v4 2/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH v4 3/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH v4 4/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH v4 5/6] slab: Make slub local_(try)lock more precise for LOCKDEP
` [PATCH v4 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

pull-request: bpf-next 2025-07-17
 2025-07-18  1:20 UTC  (2+ messages)


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).