BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-06 09:15:53 to 2025-05-07 19:43:31 UTC [more...]

[PATCH bpf-next v2] scripts/bpf_doc.py: implement json output format
 2025-05-07 19:43 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: Retrieve ref_ctr_offset from uprobe perf link
 2025-05-07 19:35 UTC  (12+ 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 net-next v3] xdp: Add helpers for head length, headroom, and metadata length
 2025-05-07 19:04 UTC  (10+ messages)

[PATCH bpf-next] bpf, docs: document open-coded BPF iterators
 2025-05-07 18:20 UTC  (4+ messages)

[PATCH bpf-next v3 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-07 18:18 UTC  (12+ 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

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

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-07 17:48 UTC  (5+ messages)

[PATCH bpf-next v3 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-07 17:37 UTC  (10+ 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

[RFC][PATCH] tracing/sched: Use __string() instead of fixed lengths for task->comm
 2025-05-07 17:34 UTC 

[PATCH net-next] vhost/net: align variable names with XDP terminology
 2025-05-07 17:31 UTC  (3+ messages)

[PATCH v3 0/3] Add support for long task name
 2025-05-07 17:23 UTC  (7+ messages)
` [PATCH v3 1/3] exec: Remove obsolete comments
` [PATCH v3 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v3 3/3] exec: Add support for 64 byte 'tsk->real_comm'

[PATCH bpf-next v1 00/11] BPF Standard Streams
 2025-05-07 17:17 UTC  (12+ messages)
` [PATCH bpf-next v1 01/11] bpf: Introduce bpf_dynptr_from_mem_slice
` [PATCH bpf-next v1 02/11] bpf: Introduce BPF standard streams
` [PATCH bpf-next v1 03/11] bpf: Add function to extract program source info
` [PATCH bpf-next v1 04/11] bpf: Add function to find program from stack trace
` [PATCH bpf-next v1 05/11] bpf: Add dump_stack() analogue to print to BPF stderr
` [PATCH bpf-next v1 06/11] bpf: Report may_goto timeout "
` [PATCH bpf-next v1 07/11] bpf: Report rqspinlock deadlocks/timeout "
` [PATCH bpf-next v1 08/11] bpf: Report arena faults "
` [PATCH bpf-next v1 09/11] libbpf: Add bpf_stream_printk() macro
` [PATCH bpf-next v1 10/11] bpftool: Add support for dumping streams
` [PATCH bpf-next v1 11/11] selftests/bpf: Add tests for prog streams

[RFC PATCH bpf-next/net v1 00/13] BPF Standard Streams
 2025-05-07 17:13 UTC  (4+ messages)
` [RFC PATCH bpf-next/net v1 12/13] bpftool: Add support for dumping streams

[RESEND PATCH v2 0/2] sched_ext: rename var for slice refill event and add helper
 2025-05-07 16:59 UTC  (5+ 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 net-next] net: mana: Add handler for hardware servicing events
 2025-05-07 15:58 UTC 

[PATCH net-next] tun: use xdp_get_frame_len()
 2025-05-07 16:19 UTC 

[PATCH net-next] vhost/net: use xdp_get_frame_len()
 2025-05-07 16:19 UTC 

[PATCH net-next 0/4] tun: optimize SKB allocation with NAPI cache
 2025-05-07 13:25 UTC  (8+ 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 0/6] mm: Reentrant kmalloc
 2025-05-07 13:02 UTC  (28+ 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 4/6] locking/local_lock: Introduce local_lock_irqsave_check()
` [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 v3 0/4] memcg: decouple memcg and objcg stocks
 2025-05-07 11:46 UTC  (7+ 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

[syzbot] [bpf?] BUG: soft lockup in bpf_prog_free_deferred
 2025-05-07  9:41 UTC 

[PATCH bpf-next] scripts/bpf_doc.py: implement json output for helpers
 2025-05-07  9:31 UTC  (5+ messages)

[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
 2025-05-07  6:52 UTC  (7+ messages)
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe

[PATCH bpf-next v2 0/8] bpf, riscv64: Support load-acquire and store-release instructions
 2025-05-07  6:42 UTC  (12+ 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
` [PATCH bpf-next v2 8/8] selftests/bpf: Enable non-arena load-acquire/store-release selftests for riscv64

[PATCH bpf-next v4 0/4] bpf: Add kfuncs for read-only string operations
 2025-05-07  6:40 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] bpf: Teach vefier to handle const ptrs as args to kfuncs
` [PATCH bpf-next v4 2/4] uaccess: Define pagefault lock guard
` [PATCH bpf-next v4 3/4] bpf: Add kfuncs for read-only string operations
` [PATCH bpf-next v4 4/4] selftests/bpf: Add tests for string kfuncs

[PATCH net-next v5 0/3] Refactoring designware VLAN code
 2025-05-07  6:38 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v5 2/3] net: stmmac: stmmac_vlan: rename VLAN functions and symbol to generic symbol
` [PATCH net-next v5 3/3] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping

[RESEND PATCH bpf-next v4 1/2] bpf, sockmap: Introduce tracing capability for sockmap
 2025-05-07  5:08 UTC  (5+ messages)

[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] bpftool: build bpf bits with -std=gnu11
 2025-05-06 23:34 UTC  (10+ messages)

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

[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] "

[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 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  (10+ messages)

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-05-06 17:49 UTC  (11+ messages)
` [PATCH v5 net-next 03/15] tcp: AccECN core
` [PATCH v5 net-next 09/15] tcp: accecn: AccECN option

[PATCH v2 bpf-next 0/8] bpf: Support bpf rbtree traversal and list peeking
 2025-05-06 17:30 UTC  (2+ messages)

[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 v1 bpf-next 0/5] af_unix: Allow BPF LSM to scrub SCM_RIGHTS at sendmsg()
 2025-05-06 14:57 UTC  (3+ 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


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