BPF List
 help / color / mirror / Atom feed
 messages from 2025-07-19 08:31:25 to 2025-07-22 02:04:47 UTC [more...]

[PATCHv4 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-07-22  2:03 UTC  (5+ messages)
` [PATCHv4 01/12] kexec_file: Make kexec_image_load_default global visible
` [PATCHv4 02/12] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
` [PATCHv4 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
` [PATCHv4 04/12] bpf: Introduce decompressor kfunc

[PATCH] bpftool: Add CET-aware symbol matching for x86_64 architectures
 2025-07-22  2:00 UTC  (9+ messages)
` [PATCH v3] "
    `  "
            ` [PATCH v4] bpftool: Add CET-aware symbol matching for x86/x86_64 architectures

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-22  1:23 UTC  (7+ 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 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
 2025-07-22  1:13 UTC  (12+ messages)

[PATCH] mm, page_pool: introduce a new page type for page pool in page type
 2025-07-22  1:04 UTC  (7+ messages)

[PATCH bpf-next] bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
 2025-07-22  0:40 UTC  (3+ messages)

[PATCH net-next 0/2] xsk: fix underflow issues in zerocopy xmit
 2025-07-22  0:12 UTC  (10+ 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 bpf-next 1/2] bpf: Reject narrower access to pointer ctx fields
 2025-07-22  0:11 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test invalid narrower ctx load

[PATCH] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency and throughput
 2025-07-21 23:51 UTC  (2+ messages)

[RFC dwarves] btf_encoder: Remove duplicates from functions entries
 2025-07-21 23:27 UTC  (5+ messages)

[PATCH v2 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-07-21 22:38 UTC  (3+ messages)
` [PATCH PATCH v2 v2 2/6] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2025-07-21 22:32 UTC  (7+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH v2 0/7] Replace "__auto_type" with "auto"
 2025-07-21 22:13 UTC  (12+ 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 net] net: ti: icssg-prueth: Fix skb handling for XDP_PASS
 2025-07-21 22:02 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: Improve 64bits bounds refinement
 2025-07-21 21:30 UTC  (8+ 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 v2 00/13] Signed BPF programs
 2025-07-21 21:19 UTC  (14+ messages)
` [PATCH v2 01/13] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v2 02/13] bpf: Implement exclusive map creation
` [PATCH v2 03/13] libbpf: Implement SHA256 internal helper
` [PATCH v2 04/13] libbpf: Support exclusive map creation
` [PATCH v2 05/13] selftests/bpf: Add tests for exclusive maps
` [PATCH v2 06/13] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [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 09/13] libbpf: Update light skeleton for signing
` [PATCH v2 10/13] libbpf: Embed and verify the metadata hash in the loader
` [PATCH v2 11/13] bpftool: Add support for signing BPF programs
` [PATCH v2 12/13] selftests/bpf: Enable signature verification for all lskel tests
` [PATCH v2 13/13] selftests/bpf: Add test for signed programs

[RFC] New codectl(2) system call for sframe registration
 2025-07-21 21:15 UTC  (4+ messages)

[PATCH net-next V6 0/5] selftests: drv-net: Test XDP native support
 2025-07-21 20:33 UTC  (12+ 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 bpf-next v12 0/3] Support kCFI + BPF on arm64
 2025-07-21 20:20 UTC  (4+ messages)
` [PATCH bpf-next v12 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v12 2/3] cfi: Move BPF CFI types and helpers to generic code
` [PATCH bpf-next v12 3/3] arm64/cfi,bpf: Support kCFI + BPF on arm64

[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] 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  (5+ messages)
` [PATCH bpf-next v11 2/3] cfi: Move BPF CFI types and helpers to generic code

[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 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 v3 0/5] Support trampoline for LoongArch
 2025-07-21  7:59 UTC  (8+ 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 bpf-next] netfilter: bpf: Disable migrate before bpf_prog run
 2025-07-20 16:54 UTC  (3+ messages)

[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  (7+ messages)
` [PATCH 3/7] fs/proc: replace "
` [PATCH 4/7] arch/nios: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox