BPF List
 help / color / mirror / Atom feed
 messages from 2025-06-12 01:19:16 to 2025-06-13 17:50:02 UTC [more...]

[PATCH bpf-next v3 0/2] veristat: memory accounting for bpf programs
 2025-06-13 17:50 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: include verifier memory allocations in memcg statistics
` [PATCH bpf-next v3 2/2] veristat: memory accounting for bpf programs

[PATCH v3 00/10] Add a deadline server for sched_ext tasks
 2025-06-13 17:35 UTC  (3+ messages)
` [PATCH v3 10/10] selftests/sched_ext: Add test for sched_ext dl_server

[PATCH bpf-next 1/2] bpf: Add show_fdinfo for uprobe_multi
 2025-06-13 17:31 UTC  (7+ messages)
` [PATCH bpf-next 2/2] bpf: Add show_fdinfo for kprobe_multi

[PATCH bpf-next v3 0/3] Support array presets in veristat
 2025-06-13 17:21 UTC  (10+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: support "

[PATCH bpf-next] bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGE
 2025-06-13 17:10 UTC  (2+ messages)

[PATCH net-next,v7] net: mana: Add handler for hardware servicing events
 2025-06-13 17:06 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest build
 2025-06-13 17:05 UTC  (2+ messages)

[PATCH net-next,v8] net: mana: Add handler for hardware servicing events
 2025-06-13 17:00 UTC 

[PATCH 00/12] Signed BPF programs
 2025-06-13 16:51 UTC  (11+ messages)
` [PATCH 01/12] bpf: Implement an internal helper for SHA256 hashing
` [PATCH 04/12] libbpf: Implement SHA256 internal helper
` [PATCH 05/12] libbpf: Support exclusive map creation
` [PATCH 10/12] libbpf: Embed and verify the metadata hash in the loader

[RFC v2 0/5] BPF controlled io_uring
 2025-06-13 16:12 UTC  (11+ messages)
` [RFC v2 4/5] io_uring/bpf: add handle events callback
` [RFC v2 5/5] io_uring/bpf: add basic kfunc helpers

[syzbot] [bpf?] WARNING in do_check
 2025-06-13 16:10 UTC  (3+ messages)

[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-06-13 15:58 UTC  (10+ messages)

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-06-13 15:02 UTC  (8+ messages)
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[RFC PATCH bpf-next 0/3] bpf: Free the leaked special fields in hash map
 2025-06-13 13:57 UTC  (8+ messages)
` [RFC PATCH bpf-next 2/3] bpf: Implement bpf mem allocator dtor for "

[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
 2025-06-13 11:18 UTC  (9+ messages)
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst

[syzbot] [bpf?] KASAN: slab-use-after-free Read in do_check
 2025-06-13  9:07 UTC  (5+ messages)
` [PATCH bpf-next] bpf: Remove redundant free_verifier_state()/pop_stack()
    ` [PATCH bpf-next v2] "

[PATCH bpf 0/7] bpf: deny trampoline attachment if args can not be located exactly on stack
 2025-06-13  8:59 UTC  (12+ messages)
` [PATCH bpf 1/7] bpf/x86: use define for max regs count used for arguments
` [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
` [PATCH bpf 3/7] bpf/riscv: "
` [PATCH bpf 4/7] bpf/s390: "
` [PATCH bpf 5/7] bpf/powerpc64: use define for max regs count used for arguments
` [PATCH bpf 6/7] bpf/powerpc64: prevent trampoline attachment when args location on stack is uncertain
` [PATCH bpf 7/7] selftests/bpf: ensure that functions passing structs on stack can not be hooked

[PATCH v2] xdp: tracing: Hide some xdp events under CONFIG_BPF_SYSCALL
 2025-06-13  8:47 UTC  (5+ messages)

[PATCH iwl-next v2 00/17] libeth: add libeth_xdp helper lib
 2025-06-13  7:52 UTC  (19+ messages)
` [PATCH iwl-next v2 01/17] libeth, libie: clean symbol exports up a little
  ` [Intel-wired-lan] "
` [PATCH iwl-next v2 02/17] libeth: convert to netmem
` [PATCH iwl-next v2 03/17] libeth: support native XDP and register memory model
` [PATCH iwl-next v2 04/17] libeth: xdp: add XDP_TX buffers sending
` [PATCH iwl-next v2 05/17] libeth: xdp: add .ndo_xdp_xmit() helpers
` [PATCH iwl-next v2 06/17] libeth: xdp: add XDPSQE completion helpers
` [PATCH iwl-next v2 07/17] libeth: xdp: add XDPSQ locking helpers
` [PATCH iwl-next v2 08/17] libeth: xdp: add XDPSQ cleanup timers
` [PATCH iwl-next v2 09/17] libeth: xdp: add helpers for preparing/processing &libeth_xdp_buff
` [PATCH iwl-next v2 10/17] libeth: xdp: add XDP prog run and verdict result handling
` [PATCH iwl-next v2 11/17] libeth: xdp: add templates for building driver-side callbacks
` [PATCH iwl-next v2 12/17] libeth: xdp: add RSS hash hint and XDP features setup helpers
` [PATCH iwl-next v2 13/17] libeth: xsk: add XSk XDP_TX sending helpers
` [PATCH iwl-next v2 14/17] libeth: xsk: add XSk xmit functions
` [PATCH iwl-next v2 15/17] libeth: xsk: add XSk Rx processing support
` [PATCH iwl-next v2 16/17] libeth: xsk: add XSkFQ refill and XSk wakeup helpers
` [PATCH iwl-next v2 17/17] libeth: xdp, xsk: access adjacent u32s as u64 where applicable

[PATCH bpf-next] bpf: Mark dentry->d_inode as trusted_or_null
 2025-06-13  7:24 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] veristat: memory accounting for bpf programs
 2025-06-13  7:09 UTC  (12+ messages)
` [PATCH bpf-next v2 1/2] bpf: include verifier memory allocations in memcg statistics
` [PATCH bpf-next v2 2/2] veristat: memory accounting for bpf programs

[PATCH] xdp: Remove unused events xdp_redirect_map and xdp_redirect_map_err
 2025-06-13  2:50 UTC  (4+ messages)

[PATCH bpf-next] bpf: clear user buf when bpf_d_path failed
 2025-06-13  2:37 UTC  (7+ messages)

[PATCH] potential negative index dereference fix in get_exec_path()
 2025-06-13  2:20 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] bpf: Fix a few test failures with 64K page size
 2025-06-13  2:20 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
` [PATCH bpf-next v3 2/3] selftests/bpf: Fix two net related test failures with 64K page size
` [PATCH bpf-next v3 3/3] selftests/bpf: Fix xdp_do_redirect failure with 64KB "

[PATCH bpf-next] selftests/bpf: Fix some incorrect inline asm codes
 2025-06-13  2:04 UTC  (12+ messages)

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-13  1:13 UTC  (8+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "

[PATCH v4 bpf-next 0/5] bpf path iterator
 2025-06-13  0:10 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v4 bpf-next 3/5] bpf: Introduce path iterator

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-12 23:30 UTC  (4+ messages)

[PATCH bpf-next v1 1/4] bpf: Save struct_ops instance pointer in bpf_prog_aux
 2025-06-12 23:08 UTC  (2+ messages)

[PATCH bpf-next] bpf: Initialize "tmp" in propagate_liveness
 2025-06-12 23:00 UTC  (4+ messages)

[PATCH net-next v3 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-12 22:52 UTC  (6+ messages)
` [PATCH net-next v3 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap

[PATCH bpf-next] selftests/bpf: more precise cpu_mitigations state detection
 2025-06-12 21:19 UTC  (2+ messages)

Loading custom BPF programs at early boot (initrd)
 2025-06-12 20:35 UTC  (2+ messages)

[PATCH v2] .gitignore: ignore compile_commands.json globally
 2025-06-12 20:28 UTC  (3+ messages)

[PATCH v4 0/5] perf: generate events for BPF metadata
 2025-06-12 19:49 UTC  (6+ messages)
` [PATCH v4 1/5] perf: detect support for libbpf's emit_strings option
` [PATCH v4 2/5] perf: collect BPF metadata from existing BPF programs
` [PATCH v4 3/5] perf: collect BPF metadata from new programs
` [PATCH v4 4/5] perf: display the new PERF_RECORD_BPF_METADATA event
` [PATCH v4 5/5] perf: add test for PERF_RECORD_BPF_METADATA collection

[PATCH v3 0/5] perf: generate events for BPF metadata
 2025-06-12 19:45 UTC  (5+ messages)

[PATCH net-next v5 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-12 19:00 UTC  (14+ messages)
` [PATCH net-next v5 01/12] net: Allow const args for of page_to_netmem()
` [PATCH net-next v5 02/12] net: Add skb_can_coalesce for netmem
` [PATCH net-next v5 03/12] page_pool: Add page_pool_dev_alloc_netmems helper
` [PATCH net-next v5 04/12] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next v5 05/12] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next v5 06/12] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next v5 07/12] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next v5 08/12] net/mlx5e: Convert over to netmem
` [PATCH net-next v5 09/12] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next v5 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next v5 11/12] net/mlx5e: Support ethtool tcp-data-split settings
` [PATCH net-next v5 12/12] net/mlx5e: Add TX support for netmems

[PATCH bpf-next] docs/bpf: Default cpu version changed from v1 to v3 in llvm 20
 2025-06-12 17:40 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: fix signedness bug in redir_partial()
 2025-06-12 17:20 UTC  (2+ messages)

[PATCH] xdp: tracing: Hide some xdp events under CONFIG_BPF_SYSCALL
 2025-06-12 15:53 UTC  (2+ messages)

[PATCH net V1] veth: prevent NULL pointer dereference in veth_xdp_rcv
 2025-06-12 15:20 UTC  (2+ messages)

[PATCH v3 bpf-next 0/5] bpf path iterator
 2025-06-12 12:31 UTC  (11+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH 1/2] context_tracking: Provide helper to determine if we're in IRQ
 2025-06-12 11:37 UTC  (5+ messages)
` [PATCH 2/2] rcu: Fix lockup when RCU reader used while IRQ exiting

[PATCH net] net: ti: icssg-prueth: Fix packet handling for XDP_TX
 2025-06-12  9:45 UTC 

[PATCH] selftests/bpf: fix signedness bug in redir_partial()
 2025-06-12  7:57 UTC  (2+ messages)

[PATCH] bpf, verifier: Improve precision for BPF_ADD and BPF_SUB
 2025-06-12  6:36 UTC  (3+ messages)

[Build Error Report] Implicit Function declaration for bpf-next tree
 2025-06-12  5:41 UTC  (2+ messages)

[PATCH bpf-next 00/25] bpf: tracing multi-link support
 2025-06-12  3:18 UTC  (7+ messages)

[GIT PULL] BPF fixes for 6.16-rc2
 2025-06-12  2:45 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf: Fix a few test failures with 64K page size
 2025-06-12  1:59 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
` [PATCH bpf-next v2 2/3] selftests/bpf: Fix two net related test failures with 64K page size

[PATCH v9 00/11] perf: Support the deferred unwinding infrastructure
 2025-06-11  1:34 UTC  (2+ messages)
` [PATCH v9 11/11] perf: Support deferred user callchains for per CPU events


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