BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-09 12:10:10 to 2025-05-12 20:51:51 UTC [more...]

[PATCH bpf-next v1 00/11] BPF Standard Streams
 2025-05-12 20:51 UTC  (29+ messages)
` [PATCH bpf-next v1 01/11] bpf: Introduce bpf_dynptr_from_mem_slice
` [PATCH bpf-next v1 03/11] bpf: Add function to extract program source info
` [PATCH bpf-next v1 08/11] bpf: Report arena faults to BPF stderr
` [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

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

[PATCH net-next,v3] net: mana: Add handler for hardware servicing events
 2025-05-12 19:57 UTC 

[PATCH bpf-next] selftests/bpf: Fix "expression result unused" warnings
 2025-05-12 19:29 UTC  (7+ messages)

[PATCH] HID: bpf: abort dispatch if device destroyed
 2025-05-12 19:17 UTC  (2+ messages)

[PATCH 0/4] memcg: nmi-safe kmem charging
 2025-05-12 19:12 UTC  (11+ messages)
` [PATCH 1/4] memcg: add infra for nmi safe memcg stats
` [PATCH 2/4] memcg: add nmi-safe update for MEMCG_KMEM
` [PATCH 3/4] memcg: nmi-safe slab stats updates
` [PATCH 4/4] memcg: make objcg charging nmi safe

[PATCH bpf-next 0/2] Fix verifier test failures in verbose mode
 2025-05-12 17:50 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: test_verifier verbose causes erroneous failures
` [PATCH bpf-next 2/2] selftests/bpf: test_verifier verbose log overflows

[PATCH 0/6] mm: Reentrant kmalloc
 2025-05-12 17:16 UTC  (11+ messages)
` [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 bpf-next 1/2] bpf: Do not include r10 in precision backtracking bookkeeping
 2025-05-12 16:26 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test with r10 in conditional jmp

[PATCH v8 00/18] unwind_user: perf: x86: Deferred unwinding infrastructure
 2025-05-12 16:17 UTC  (26+ messages)
` [PATCH v8 01/18] unwind_user: Add user space unwinding API
` [PATCH v8 02/18] unwind_user: Add frame pointer support
` [PATCH v8 03/18] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v8 04/18] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v8 05/18] unwind_user: Add compat mode frame pointer support
` [PATCH v8 06/18] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v8 07/18] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v8 08/18] unwind_user/deferred: Add unwind cache
` [PATCH v8 09/18] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v8 10/18] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v8 11/18] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v8 12/18] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v8 13/18] unwind: Clear unwind_mask on exit back to user space
` [PATCH v8 14/18] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v8 15/18] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v8 16/18] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v8 17/18] perf: Simplify get_perf_callchain() user logic
` [PATCH v8 18/18] perf: Skip user unwind if the task is a kernel thread

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

[PATCH net-next,v2] net: mana: Add handler for hardware servicing events
 2025-05-12 15:00 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] bpf: Fix bpf_prog nested call in trace_mmap_lock_acquire_returned
 2025-05-12 14:59 UTC 

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

[syzbot] [bpf?] [trace?] WARNING in get_bpf_raw_tp_regs
 2025-05-12 13:13 UTC  (2+ messages)

[PATCH bpf-next] s390/bpf: Store backchain even for leaf progs
 2025-05-12 12:26 UTC 

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-05-12 11:15 UTC  (5+ messages)
` [PATCH 2/2] btf: Add the option to include global variable types

[RESEND PATCH] selftests/bpf: Fix bpf selftest build warning
 2025-05-12  9:23 UTC  (2+ messages)

[RFC bpf-next 0/3] bpf: handle 0-sized structs properly
 2025-05-12  9:17 UTC  (3+ messages)

[RESEND PATCH] selftests/bpf: Fix bpf selftest build error
 2025-05-12  9:11 UTC 

linux-next: build warning after merge of the bpf-next tree
 2025-05-12  8:49 UTC 

[PATCH dwarves v1] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems
 2025-05-12  8:41 UTC  (6+ messages)
` [PATCH dwarves v2] "

[PATCH] selftests/bpf: Fix bpf selftest build error
 2025-05-12  6:40 UTC  (6+ messages)

[PATCH 6.1.y] bpf: support deferring bpf_link dealloc to after RCU grace period
 2025-05-12  3:18 UTC 

[PATCH bpf-next 1/2] bpf: Warn with new bpf_unreachable() kfunc maybe due to uninitialized var
 2025-05-12  0:30 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test with bpf_unreachable() kfunc

[syzbot] [bpf?] KASAN: vmalloc-out-of-bounds Write in vrealloc_noprof (2)
 2025-05-12  0:16 UTC 

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-11  2:14 UTC  (12+ messages)

[PATCH v4] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-10 20:37 UTC 

[PATCH v1 bpf] libbpf: use proper errno value in linker
 2025-05-10 18:28 UTC  (3+ messages)

[PATCH v1 bpf-next] libbpf: Use proper errno value in nlattr
 2025-05-10 18:20 UTC 

[PATCH] net: fix unix socket bpf implementation: ensure reliable wake-up signaling
 2025-05-10 14:40 UTC  (2+ messages)

[PATCH v3] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-10 13:23 UTC 

[PATCH bpf-next v3 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-10 12:36 UTC  (4+ messages)

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

[PATCH v2 bpf-next] bpf, docs: document open-coded BPF iterators
 2025-05-10  6:00 UTC  (2+ messages)

[PATCH net-next v5 0/3] Refactoring designware VLAN code
 2025-05-10  0:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: allow skipping docs compilation
 2025-05-10  0:24 UTC 

[PATCH bpf-next v5 00/17] bpf: Support new insns from cpu v4
 2025-05-10  0:01 UTC  (9+ messages)
` [PATCH bpf-next v5 07/17] bpf: Support new 32bit offset jmp instruction

[PATCH bpf-next v4 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-09 22:27 UTC  (18+ messages)
` [PATCH bpf-next v4 2/5] bpf: Add dmabuf iterator
` [PATCH bpf-next v4 3/5] bpf: Add open coded "
` [PATCH bpf-next v4 4/5] selftests/bpf: Add test for dmabuf_iter
` [PATCH bpf-next v4 5/5] selftests/bpf: Add test for open coded dmabuf_iter

[PATCH bpf-next v4 0/4] bpf: Add kfuncs for read-only string operations
 2025-05-09 22:03 UTC  (13+ 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 v6 net-next 00/15] AccECN protocol patch series
 2025-05-09 21:18 UTC  (16+ messages)
` [PATCH v6 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v6 net-next 02/15] tcp: fast path functions later
` [PATCH v6 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v6 net-next 04/15] tcp: AccECN core
` [PATCH v6 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v6 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v6 net-next 07/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v6 net-next 08/15] tcp: sack option handling improvements
` [PATCH v6 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v6 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v6 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v6 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v6 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v6 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v6 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH v2] perf lock contention: Add -J/--inject-delay option
 2025-05-09 20:15 UTC  (2+ messages)

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

[PATCH bpf-next v1] bpf, x86: Add support for signed arena loads
 2025-05-09 19:49 UTC 

[PATCH v2] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-05-09 19:06 UTC  (3+ messages)

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-09 18:43 UTC  (3+ messages)

[PATCH bpf-next v4] scripts/bpf_doc.py: implement json output format
 2025-05-09 18:40 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] bpf: Allow some trace helpers for all prog types
 2025-05-09 18:10 UTC  (2+ messages)

[PATCH bpf-next v9 0/2] Support kCFI + BPF on arm64
 2025-05-09 18:03 UTC  (2+ messages)

[PATCH bpf-next] bpf: Always WARN_ONCE on verifier bugs
 2025-05-09 17:58 UTC  (4+ messages)

[PATCH bpf-next v2 0/8] bpf, riscv64: Support load-acquire and store-release instructions
 2025-05-09 17:20 UTC  (2+ messages)

[PATCH] selftests/bpf: Fix bpf selftest build warning
 2025-05-09 16:25 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] Introduce kfuncs for memory reads into dynptrs
 2025-05-09 15:56 UTC  (4+ messages)
` [PATCH bpf-next v4 2/3] bpf: implement dynptr copy kfuncs

[PATCH bpf-next 0/3] bpf: Retrieve ref_ctr_offset from uprobe perf link
 2025-05-09 15:54 UTC  (6+ messages)
` [PATCH bpf-next 3/3] bpftool: Display ref_ctr_offset for uprobe link info

[RFC/PATCH] perf lock contention: Add -J/--inject-delay option
 2025-05-09 15:48 UTC  (5+ messages)

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

[PATCH net-next V2] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
 2025-05-09 14:36 UTC 

[PATCH v1 bpf-next 3/5] af_unix: Remove redundant scm->fp check in __scm_destroy()
 2025-05-09 14:13 UTC  (2+ messages)

[PATCH net-next V1] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
 2025-05-09 13:48 UTC  (3+ messages)

[linux-next][selftests/bpf] Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h'
 2025-05-09 12:45 UTC  (2+ messages)

[linux-next] selftests/bpf fails to build
 2025-05-09 12:10 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