BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-05 22:50:40 to 2025-05-07 03:43:29 UTC [more...]

[PATCH bpf-next v2 0/8] bpf, riscv64: Support load-acquire and store-release instructions
 2025-05-07  3:43 UTC  (8+ messages)
` [PATCH bpf-next v2 1/8] bpf/verifier: Handle BPF_LOAD_ACQ instructions in insn_def_regno()
` [PATCH bpf-next v2 2/8] bpf, riscv64: Introduce emit_load_*() and emit_store_*()
` [PATCH bpf-next v2 3/8] bpf, riscv64: Support load-acquire and store-release instructions
` [PATCH bpf-next v2 4/8] bpf, riscv64: Skip redundant zext instruction after load-acquire
` [PATCH bpf-next v2 5/8] selftests/bpf: Use CAN_USE_LOAD_ACQ_STORE_REL when appropriate
` [PATCH bpf-next v2 6/8] selftests/bpf: Avoid passing out-of-range values to __retval()
` [PATCH bpf-next v2 7/8] selftests/bpf: Verify zero-extension behavior in load-acquire tests

[RESEND PATCH bpf-next v4 1/2] bpf, sockmap: Introduce tracing capability for sockmap
 2025-05-07  3:37 UTC  (5+ messages)
` [RESEND PATCH bpf-next v4 2/2] bpf: Move the BPF net tracepoint definitions to net directory

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-05-07  3:36 UTC  (10+ messages)

[RESEND PATCH v2 0/2] sched_ext: rename var for slice refill event and add helper
 2025-05-07  2:05 UTC  (4+ messages)
` [RESEND PATCH v2 1/2] sched_ext: change the variable name for slice refill event
` [RESEND PATCH v2 2/2] sched_ext: add helper for refill task with default slice

[PATCH bpf-next 0/3] bpf: Retrieve ref_ctr_offset from uprobe perf link
 2025-05-07  2:26 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Add support to retrieve ref_ctr_offset for "
` [PATCH bpf-next 2/3] selftests/bpf: Add link info test for ref_ctr_offset retrieval
` [PATCH bpf-next 3/3] bpftool: Display ref_ctr_offset for uprobe link info

[PATCH 0/6] mm: Reentrant kmalloc
 2025-05-07  2:23 UTC  (24+ messages)
` [PATCH 1/6] mm: Rename try_alloc_pages() to alloc_pages_nolock()
` [PATCH 2/6] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH 3/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH 5/6] mm: Allow GFP_ACCOUNT and GFP_COMP to be used in alloc_pages_nolock()
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH bpf-next 0/8] bpf, riscv64: Support load-acquire and store-release instructions
 2025-05-07  0:23 UTC  (15+ messages)
` [PATCH bpf-next 1/8] bpf/verifier: Handle BPF_LOAD_ACQ instructions in insn_def_regno()
` [PATCH bpf-next 3/8] bpf, riscv64: Support load-acquire and store-release instructions
` [PATCH bpf-next 5/8] selftests/bpf: Use CAN_USE_LOAD_ACQ_STORE_REL when appropriate
` [PATCH bpf-next 6/8] selftests/bpf: Avoid passing out-of-range values to __retval()
` [PATCH bpf-next 7/8] selftests/bpf: Verify zero-extension behavior in load-acquire tests
` [PATCH bpf-next 8/8] selftests/bpf: Enable non-arena load-acquire/store-release selftests for riscv64

[PATCH v3 bpf-next 0/2] bpf: Allow some trace helpers for all prog types
 2025-05-07  0:22 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/2] "
` [PATCH v3 sched_ext 2/2] sched_ext: Remove bpf_scx_get_func_proto

[PATCH bpf-next v3 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-07  0:10 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] dma-buf: Rename debugfs symbols
` [PATCH bpf-next v3 2/5] bpf: Add dmabuf iterator
` [PATCH bpf-next v3 3/5] bpf: Add open coded "
` [PATCH bpf-next v3 4/5] selftests/bpf: Add test for dmabuf_iter
` [PATCH bpf-next v3 5/5] selftests/bpf: Add test for open coded dmabuf_iter

[PATCH bpf-next] bpf, docs: document open-coded BPF iterators
 2025-05-06 23:41 UTC  (2+ messages)

[PATCH] bpftool: build bpf bits with -std=gnu11
 2025-05-06 23:34 UTC  (10+ messages)

[PATCH v3 0/4] memcg: decouple memcg and objcg stocks
 2025-05-06 22:55 UTC  (5+ messages)
` [PATCH 1/4] memcg: simplify consume_stock
` [PATCH 2/4] memcg: separate local_trylock for memcg and obj
` [PATCH 3/4] memcg: completely decouple memcg and obj stocks
` [PATCH 4/4] memcg: no irq disable for memcg stock lock

[PATCH bpf-next] scripts/bpf_doc.py: implement json output for helpers
 2025-05-06 22:25 UTC  (4+ messages)

[PATCH bpf-next] libbpf: improve BTF dedup handling of "identical" BTF types
 2025-05-06 21:43 UTC  (6+ messages)

[PATCH bpf-next v3 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-06 21:39 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] btf: allow mmap of vmlinux btf
` [PATCH bpf-next v3 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
` [PATCH bpf-next v3 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs

[PATCH bpf] bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels
 2025-05-06 21:10 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
 2025-05-06 21:01 UTC  (8+ messages)
` [PATCH bpf-next 1/4] "

[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
 2025-05-06 19:30 UTC  (6+ messages)
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe

[PATCH bpf v2 1/2] bpf: Scrub packet on bpf_redirect_peer
 2025-05-06 19:19 UTC  (4+ messages)
` [PATCH bpf v2 2/2] bpf: Clarify handling of mark and tstamp by redirect_peer

[PATCH net-next 0/4] tun: optimize SKB allocation with NAPI cache
 2025-05-06 19:11 UTC  (7+ messages)
` [PATCH net-next 1/4] tun: rcu_deference xdp_prog only once per batch
` [PATCH net-next 2/4] tun: optimize skb allocation in tun_xdp_one
` [PATCH net-next 3/4] tun: use napi_build_skb in __tun_build_skb
` [PATCH net-next 4/4] tun: use napi_consume_skb in tun_do_read

[PATCH net v2 0/3] Bug fixes from XDP patch series
 2025-05-06 18:22 UTC  (7+ messages)
` [PATCH net v2 1/3] net: ti: icssg-prueth: Set XDP feature flags for ndev
` [PATCH net v2 2/3] net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue access
` [PATCH net v2 3/3] net: ti: icssg-prueth: Report BQL before sending XDP packets

[PATCH v1 bpf-next 0/5] af_unix: Allow BPF LSM to scrub SCM_RIGHTS at sendmsg()
 2025-05-06 18:19 UTC  (16+ messages)
` [PATCH v1 bpf-next 4/5] bpf: Add kfunc to scrub SCM_RIGHTS at security_unix_may_send()

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-05-06 17:49 UTC  (20+ messages)
` [PATCH v5 net-next 03/15] tcp: AccECN core
` [PATCH v5 net-next 07/15] tcp: allow embedding leftover into option padding
` [PATCH v5 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v5 net-next 10/15] tcp: accecn: AccECN option send control

[PATCH net-next v3] xdp: Add helpers for head length, headroom, and metadata length
 2025-05-06 17:43 UTC  (2+ messages)

[PATCH v2 bpf-next 0/8] bpf: Support bpf rbtree traversal and list peeking
 2025-05-06 17:30 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/8] bpf: Check KF_bpf_rbtree_add_impl for the "case KF_ARG_PTR_TO_RB_NODE"
` [PATCH v2 bpf-next 2/8] bpf: Simplify reg0 marking for the rbtree kfuncs that return a bpf_rb_node pointer
` [PATCH v2 bpf-next 3/8] bpf: Add bpf_rbtree_{root,left,right} kfunc
` [PATCH v2 bpf-next 4/8] bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}
` [PATCH v2 bpf-next 5/8] selftests/bpf: Add tests for bpf_rbtree_{root,left,right}
` [PATCH v2 bpf-next 6/8] bpf: Simplify reg0 marking for the list kfuncs that return a bpf_list_node pointer
` [PATCH v2 bpf-next 7/8] bpf: Add bpf_list_{front,back} kfunc
` [PATCH v2 bpf-next 8/8] selftests/bpf: Add test for bpf_list_{front,back}

[PATCH bpf-next v2 0/3] Introduce kfuncs for memory reads into dynptrs
 2025-05-06 16:11 UTC  (10+ messages)
` [PATCH bpf-next v2 2/3] bpf: implement dynptr copy kfuncs
` [PATCH bpf-next v2 3/3] selftests/bpf: introduce tests for "

[PATCH net-next v2 2/4] net: stmmac: call phylink_carrier_*() in XDP functions
 2025-05-06 15:25 UTC  (6+ messages)

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-06 14:01 UTC  (6+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode

[PATCH v1 bpf-next 4/5] bpf: Add kfunc to scrub SCM_RIGHTS at security_unix_may_send()
 2025-05-06  8:56 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: Allow some trace helpers for all prog types
 2025-05-06  6:19 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] fentry supports function optimized by complier
 2025-05-06  3:17 UTC  (5+ messages)
` [RFC PATCH bpf-next 2/2] bpf: Get fentry func addr from user when BTF info invalid

[RFC] BPF fault/jitter-injection framework
 2025-05-06  3:12 UTC  (3+ messages)

[PATCH] bpf: add bpf_msleep_interruptible()
 2025-05-06  2:29 UTC  (10+ messages)

[PATCH v1] cgroup/cpuset: remove kernfs active break
 2025-05-06  1:36 UTC  (5+ messages)

[RFCv2 0/7] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-05-06  0:37 UTC  (6+ messages)
` [RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec

[PATCH v2 0/6] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-06  0:24 UTC  (7+ messages)
` [PATCH v2 2/6] bpf: Add dmabuf iterator

pull-request: bpf-next 2025-05-02
 2025-05-06  0:01 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 75/79] bpftool: Fix readlink usage in get_fd_type
 2025-05-05 23:21 UTC 

[PATCH AUTOSEL 5.10 067/114] libbpf: Fix out-of-bound read
 2025-05-05 23:18 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 077/114] bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
` [PATCH AUTOSEL 5.10 079/114] eth: mlx4: don't try to complete XDP frames in netpoll
` [PATCH AUTOSEL 5.10 108/114] bpftool: Fix readlink usage in get_fd_type

[PATCH AUTOSEL 5.15 093/153] libbpf: Fix out-of-bound read
 2025-05-05 23:13 UTC  (5+ messages)
` [PATCH AUTOSEL 5.15 104/153] bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
` [PATCH AUTOSEL 5.15 107/153] eth: mlx4: don't try to complete XDP frames in netpoll
` [PATCH AUTOSEL 5.15 118/153] libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic
` [PATCH AUTOSEL 5.15 146/153] bpftool: Fix readlink usage in get_fd_type

[PATCH AUTOSEL 6.1 050/212] bpf: Return prog btf_id without capable check
 2025-05-05 23:06 UTC  (6+ messages)
` [PATCH AUTOSEL 6.1 128/212] libbpf: Fix out-of-bound read
` [PATCH AUTOSEL 6.1 142/212] bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
` [PATCH AUTOSEL 6.1 148/212] eth: mlx4: don't try to complete XDP frames in netpoll
` [PATCH AUTOSEL 6.1 165/212] libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic
` [PATCH AUTOSEL 6.1 202/212] bpftool: Fix readlink usage in get_fd_type

[PATCH AUTOSEL 6.6 061/294] bpf: Return prog btf_id without capable check
 2025-05-05 22:56 UTC  (8+ messages)
` [PATCH AUTOSEL 6.6 068/294] bpf: Allow pre-ordering for bpf cgroup progs
` [PATCH AUTOSEL 6.6 165/294] libbpf: Fix out-of-bound read
` [PATCH AUTOSEL 6.6 183/294] bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
` [PATCH AUTOSEL 6.6 190/294] bpf: don't do clean_live_states when state->loop_entry->branches > 0
` [PATCH AUTOSEL 6.6 191/294] eth: mlx4: don't try to complete XDP frames in netpoll
` [PATCH AUTOSEL 6.6 213/294] libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic
` [PATCH AUTOSEL 6.6 277/294] bpftool: Fix readlink usage in get_fd_type

[PATCH AUTOSEL 6.12 312/486] eth: mlx4: don't try to complete XDP frames in netpoll
 2025-05-05 22:39 UTC  (6+ messages)
` [PATCH AUTOSEL 6.12 341/486] libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic
` [PATCH AUTOSEL 6.12 379/486] net/mlx5: XDP, Enable TX side XDP multi-buffer support
` [PATCH AUTOSEL 6.12 456/486] bpf: Use kallsyms to find the function name of a struct_ops's stub function
` [PATCH AUTOSEL 6.12 457/486] bpftool: Fix readlink usage in get_fd_type
` [PATCH AUTOSEL 6.12 486/486] kernfs: Use RCU to access kernfs_node::parent


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