BPF List
 help / color / mirror / Atom feed
 messages from 2025-09-19 08:53:01 to 2025-09-21 00:30:07 UTC [more...]

[PATCH bpf-next] libbpf: Silence newly-added and unused sections
 2025-09-21  0:30 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: Fix selftest verifier_arena_large failure
 2025-09-20 23:00 UTC  (3+ messages)

[PATCH v3 bpf-next 00/13] BPF indirect jumps
 2025-09-20 22:32 UTC  (30+ messages)
` [PATCH v3 bpf-next 05/13] bpf: support instructions arrays with constants blinding
` [PATCH v3 bpf-next 07/13] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v3 bpf-next 08/13] bpf, x86: add support for indirect jumps
` [PATCH v3 bpf-next 10/13] libbpf: fix formatting of bpf_object__append_subprog_code
` [PATCH v3 bpf-next 11/13] libbpf: support llvm-generated indirect jumps
` [PATCH v3 bpf-next 13/13] selftests/bpf: add selftests for "

[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
 2025-09-20 22:17 UTC  (3+ messages)

[PATCH bpf-next v9 1/3] bpf: refactor max_depth computation in bpf_get_stack()
 2025-09-20 20:02 UTC  (3+ messages)

[PATCH bpf-next] bpf, x86: No bpf_arch_text_poke() for kernel text
 2025-09-20 16:00 UTC  (4+ messages)

[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-20 15:54 UTC  (5+ messages)

[PATCH bpf-next v3 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
 2025-09-20 15:52 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case

[PATCH v4 00/21] Legacy hardware/cache events as json
 2025-09-20 15:16 UTC  (6+ messages)
` [PATCH v4 20/21] perf parse-events: Add HW_CYCLES_STR as default cycles event string

[PATCH] x86/ibt: make is_endbr() notrace
 2025-09-20 13:39 UTC  (12+ messages)
` [PATCH] tracing: fgraph: Protect return handler from recursion loop

[PATCH RFC bpf-next 0/6] Add the the capability to load HW RX checsum in eBPF programs
 2025-09-20 12:20 UTC  (7+ messages)
` [PATCH RFC bpf-next 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH RFC bpf-next 2/6] net: xdp: Add xmo_rx_checksum callback
` [PATCH RFC bpf-next 3/6] veth: Add xmo_rx_checksum callback to veth driver
` [PATCH RFC bpf-next 4/6] net: ice: Add xmo_rx_checksum callback
` [PATCH RFC bpf-next 5/6] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH RFC bpf-next 6/6] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog

[PATCH bpf-next v3 0/3] Signed loads from Arena
 2025-09-20 10:37 UTC  (3+ messages)
` [PATCH bpf-next v3 2/3] bpf, arm64: Add support for signed arena loads

[PATCH v10 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-09-20  6:22 UTC  (10+ messages)
` [PATCH v10 bpf-next/net 1/6] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v10 bpf-next/net 2/6] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v10 bpf-next/net 3/6] net-memcg: Introduce net.core.memcg_exclusive sysctl
` [PATCH v10 bpf-next/net 4/6] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v10 bpf-next/net 5/6] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_EXCLUSIVE
` [PATCH v10 bpf-next/net 6/6] selftest: bpf: Add test for SK_MEMCG_EXCLUSIVE

[RFC PATCH] memcg: introduce kfuncs for fetching memcg stats
 2025-09-20  5:17 UTC 

[PATCH v16 00/10] unwind_user: Deferred unwinding infrastructure
 2025-09-20  1:00 UTC  (5+ messages)
` [PATCH v16 06/10] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v16 09/10] unwind deferred: Use SRCU unwind_deferred_task_work()

[PATCHSET RFC] sched_ext: Implement cgroup sub-scheduler support
 2025-09-20  0:59 UTC  (47+ messages)
` [PATCH 01/46] sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()
` [PATCH 02/46] sched_ext: Improve SCX_KF_DISPATCH comment
` [PATCH 03/46] sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()
` [PATCH 04/46] sched_ext: Use bitfields for boolean warning flags
` [PATCH 05/46] sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()
` [PATCH 06/46] sched_ext: Make qmap dump operation non-destructive
` [PATCH 07/46] tools/sched_ext: scx_qmap: Make debug output quieter by default
` [PATCH 08/46] sched_ext: Separate out scx_kick_cpu() and add @sch to it
` [PATCH 09/46] sched_ext: Add the @sch parameter to __bstr_format()
` [PATCH 10/46] sched_ext: Add the @sch parameter to ext_idle helpers
` [PATCH 11/46] sched_ext: Drop kf_cpu_valid()
` [PATCH 12/46] sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()
` [PATCH 13/46] sched_ext: Drop scx_kf_exit() and scx_kf_error()
` [PATCH 14/46] sched_ext: Misc updates around scx_sched instance pointer
` [PATCH 15/46] sched_ext: Keep dying tasks on a separate list
` [PATCH 16/46] sched_ext: Implement cgroup subtree iteration for scx_task_iter
` [PATCH 17/46] sched_ext: Add @kargs to scx_fork()
` [PATCH 18/46] sched/core: Swap the order between sched_post_fork() and cgroup_post_fork()
` [PATCH 19/46] cgroup: Expose some cgroup helpers
` [PATCH 20/46] sched_ext: Update p->scx.disallow warning in scx_init_task()
` [PATCH 21/46] sched_ext: Minor reorganization of enable/disable path
` [PATCH 22/46] sched_ext: Factor out scx_claim_exit() from scx_disable()
` [PATCH 23/46] sched_ext: Introduce cgroup sub-sched support
` [PATCH 24/46] HACK_NOT_FOR_UPSTREAM: BPF: Implement prog grouping hack
` [PATCH 25/46] sched_ext: Introduce scx_task_sched[_rcu]()
` [PATCH 26/46] sched_ext: Introduce scx_prog_sched()
` [PATCH 27/46] sched_ext: Ignore insertions of not-owned tasks into DSQs
` [PATCH 28/46] sched_ext: scx_dsq_move() should validate the task belongs to the right scheduler
` [PATCH 29/46] sched_ext: Refactor task init/exit helpers
` [PATCH 30/46] sched_ext: Make scx_prio_less() handle multiple schedulers
` [PATCH 31/46] sched_ext: Move bypass_depth into scx_sched
` [PATCH 32/46] sched_ext: Make bypass mode sub-sched aware
` [PATCH 33/46] sched_ext: Factor out scx_dispatch_sched()
` [PATCH 34/46] sched_ext: When calling ops.dispatch() @prev must be on the same scx_sched
` [PATCH 35/46] sched_ext: Dispatch from all scx_sched instances
` [PATCH 36/46] sched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into scx_sched
` [PATCH 37/46] sched_ext: Make watchdog sub-sched aware
` [PATCH 38/46] sched_ext: Convert scx_dump_state() spinlock to raw spinlock
` [PATCH 39/46] sched_ext: Support dumping multiple schedulers and add scheduler identification
` [PATCH 40/46] sched_ext: Implement cgroup sub-sched enabling and disabling
` [PATCH 41/46] HACK_NOT_FOR_UPSTREAM: sched_ext: Work around @aux__prog prototype mismatch
` [PATCH 42/46] sched_ext: Wrap global DSQs in per-node structure
` [PATCH 43/46] sched_ext: Add bypass DSQ for sub-schedulers
` [PATCH 44/46] sched_ext: Factor out scx_link_sched() and scx_unlink_sched()
` [PATCH 45/46] sched_ext: Add rhashtable lookup for sub-schedulers
` [PATCH 46/46] sched_ext: Add basic building blocks for nested sub-scheduler dispatching

[PATCH dwarves v1] btf_encoder: move ambiguous_addr flag to elf_function
 2025-09-20  0:43 UTC  (2+ messages)

[PATCH v2 bpf-next 00/13] BPF indirect jumps
 2025-09-20  0:30 UTC  (3+ messages)
` [PATCH v2 bpf-next 03/13] bpf, x86: add new map type: instructions array

[PATCH v5 0/5] barrier: Add smp_cond_load_*_timeout()
 2025-09-19 23:41 UTC  (8+ messages)
` [PATCH v5 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v5 2/5] arm64: "

[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
 2025-09-19 23:34 UTC  (7+ messages)

[PATCH] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21
 2025-09-19 23:21 UTC  (3+ messages)
` [PATCH] bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21 v2

[PATCH bpf-next v6 0/7] Add kfunc bpf_xdp_pull_data
 2025-09-19 23:09 UTC  (8+ messages)
` [PATCH bpf-next v6 1/7] bpf: Clear pfmemalloc flag when freeing all fragments
` [PATCH bpf-next v6 2/7] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v6 3/7] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v6 4/7] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v6 5/7] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v6 6/7] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v6 7/7] selftests: drv-net: Pull data before parsing headers

[PATCH bpf-next v4 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
 2025-09-19 22:40 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] bpftool: Fix UAF in get_delegate_value

[PATCH bpf-next v7 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
 2025-09-19 22:31 UTC  (5+ messages)
` [PATCH bpf-next v7 4/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps

[PATCH bpf-next] selftests/bpf: fix build with new LLVM
 2025-09-19 22:29 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] net/smc: Introduce smc_hs_ctrl
 2025-09-19 22:22 UTC  (3+ messages)
` [PATCH bpf-next v2 3/4] libbpf: fix error when st-prefix_ops and ops from differ btf

[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
 2025-09-19 22:15 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
` [PATCH bpf-next v2 2/3] selftests/bpf: Add test for overwrite "
` [PATCH bpf-next v2 3/3] selftests/bpf/benchs: Add producer and overwrite bench for "

[PATCH net-next 00/20] netkit: Support for io_uring zero-copy and AF_XDP
 2025-09-19 21:31 UTC  (21+ messages)
` [PATCH net-next 01/20] net, ynl: Add bind-queue operation
` [PATCH net-next 02/20] net: Add peer to netdev_rx_queue
` [PATCH net-next 03/20] net: Add ndo_queue_create callback
` [PATCH net-next 04/20] net: Add ndo_{peer,unpeer}_queues callback
` [PATCH net-next 05/20] net, ynl: Implement netdev_nl_bind_queue_doit
` [PATCH net-next 06/20] net, ynl: Add peer info to queue-get response
` [PATCH net-next 07/20] net, ethtool: Disallow mapped real rxqs to be resized
` [PATCH net-next 08/20] net: Proxy net_mp_{open,close}_rxq for mapped queues
` [PATCH net-next 09/20] xsk: Move NETDEV_XDP_ACT_ZC into generic header
` [PATCH net-next 10/20] xsk: Move pool registration into single function
` [PATCH net-next 11/20] xsk: Add small helper xp_pool_bindable
` [PATCH net-next 12/20] xsk: Change xsk_rcv_check to check netdev/queue_id from pool
` [PATCH net-next 13/20] xsk: Proxy pool management for mapped queues
` [PATCH net-next 14/20] netkit: Add single device mode for netkit
` [PATCH net-next 15/20] netkit: Document fast vs slowpath members via macros
` [PATCH net-next 16/20] netkit: Implement rtnl_link_ops->alloc
` [PATCH net-next 17/20] netkit: Implement ndo_queue_create
` [PATCH net-next 18/20] netkit: Add io_uring zero-copy support for TCP
` [PATCH net-next 19/20] netkit: Add xsk support for af_xdp applications
` [PATCH net-next 20/20] tools, ynl: Add queue binding ynl sample application

[PATCH bpf v3 0/9] Fixes for LPM trie
 2025-09-19 21:28 UTC  (3+ messages)
` [PATCH bpf v3 6/9] bpf: Switch to bpf mem allocator "

[PATCH bpf-next v6 0/8] bpf: Introduce deferred task context execution
 2025-09-19 20:43 UTC  (8+ messages)
` [PATCH bpf-next v6 7/8] bpf: task work scheduling kfuncs

[PATCH bpf-next v2] bpf: introduce kfunc flags for dynptr types
 2025-09-19 18:36 UTC  (3+ messages)

[PATCH bpf-next v5 0/7] Add kfunc bpf_xdp_pull_data
 2025-09-19 18:21 UTC  (8+ messages)
` [PATCH bpf-next v5 1/7] bpf: Clear pfmemalloc flag when freeing all fragments
` [PATCH bpf-next v5 2/7] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v5 3/7] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v5 4/7] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v5 5/7] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v5 6/7] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v5 7/7] selftests: drv-net: Pull data before parsing headers

[PATCH bpf-next v4 0/6] Add kfunc bpf_xdp_pull_data
 2025-09-19 18:13 UTC  (8+ messages)
` [PATCH bpf-next v4 1/6] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v4 2/6] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v4 3/6] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v4 4/6] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v4 5/6] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v4 6/6] selftests: drv-net: Pull data before parsing headers

[PATCH bpf-next v3 00/12] bpf: replace path-sensitive with path-insensitive live stack analysis
 2025-09-19 16:40 UTC  (2+ messages)

[syzbot] [bpf?] WARNING in do_check (2)
 2025-09-19 15:13 UTC  (3+ messages)

[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
 2025-09-19 13:00 UTC  (11+ messages)

[PATCH bpf-next 0/5] selftests/bpf: Extend sockmap_redir to test no-redir SK_DROP/SK_PASS
 2025-09-19 11:29 UTC  (11+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: sockmap_redir: Fix OOB handling
` [PATCH bpf-next 3/5] selftests/bpf: sockmap_redir: Rename functions
` [PATCH bpf-next 4/5] selftests/bpf: sockmap_redir: Let test specify skel's redirect_type
` [PATCH bpf-next 5/5] selftests/bpf: sockmap_redir: Support no-redirect SK_DROP/SK_PASS

[PATCH bpf-next v2 2/4] net/smc: bpf: Introduce generic hook for handshake flow
 2025-09-19  9:25 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