BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-02 00:22:46 to 2025-05-05 21:29:52 UTC [more...]

[PATCH bpf-next] bpf: Replace offsetof() with struct_size()
 2025-05-05 21:30 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: remove sockmap_ktls disconnect_after_delete test
 2025-05-05 21:30 UTC  (2+ messages)

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

[PATCH] bpf: add bpf_msleep_interruptible()
 2025-05-05 21:19 UTC  (9+ messages)

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

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-05 21:04 UTC  (14+ messages)
` [PATCH v3 1/4] security: "
` [PATCH v3 2/4] hornet: Introduce sign-ebpf
` [PATCH v3 3/4] hornet: Add a light skeleton data extractor script
` [PATCH v3 4/4] selftests/hornet: Add a selftest for the Hornet LSM

[PATCH v2 0/3] memcg: decouple memcg and objcg stocks
 2025-05-05 20:49 UTC  (10+ messages)
` [PATCH v2 3/3] memcg: no irq disable for memcg stock lock

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-05-05 20:13 UTC  (2+ messages)

[PATCH bpf] bpf: Scrub packet on bpf_redirect_peer
 2025-05-05 20:01 UTC  (3+ messages)

[PATCH 0/6] mm: Reentrant kmalloc
 2025-05-05 18:46 UTC  (3+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH bpf-next v3 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-05 18:38 UTC  (4+ 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-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-05 18:31 UTC  (7+ messages)
` [PATCH bpf-next v3 02/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v3 08/11] bpf: Fall back to nospec for Spectre v1

[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
 2025-05-05 17:08 UTC  (12+ messages)
` [PATCH v2 1/7] asm-generic: barrier: add smp_cond_load_relaxed_timewait()
` [PATCH v2 2/7] asm-generic: barrier: add wait_policy handlers
` [PATCH v2 3/7] arm64: barrier: enable waiting in smp_cond_load_relaxed_timewait()
` [PATCH v2 4/7] arm64: barrier: add coarse wait for smp_cond_load_relaxed_timewait()
` [PATCH v2 5/7] arm64: barrier: add fine "
` [PATCH v2 6/7] asm-generic: barrier: add smp_cond_load_acquire_timewait()
` [PATCH v2 7/7] bpf: rqspinlock: add rqspinlock policy handler for arm64

[PATCH v2 0/6] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-05 17:07 UTC  (13+ messages)
` [PATCH v2 1/6] dma-buf: Rename and expose debugfs symbols
` [PATCH v2 2/6] bpf: Add dmabuf iterator
` [PATCH v2 3/6] bpf: Add open coded "
` [PATCH v2 4/6] selftests/bpf: Add test for dmabuf_iter
` [PATCH v2 5/6] selftests/bpf: Add test for open coded dmabuf_iter
` [RFC PATCH v2 6/6] RFC: dma-buf: Remove DMA-BUF statistics

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

[PATCH v5 net-next 00/15] AccECN protocol patch series
 2025-05-05 15:59 UTC  (7+ messages)
` [PATCH v5 net-next 03/15] tcp: AccECN core
` [PATCH v5 net-next 04/15] tcp: accecn: AccECN negotiation

[BUG] ixgbe: Detected Tx Unit Hang (XDP)
 2025-05-05 15:23 UTC  (9+ messages)

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-05 15:45 UTC  (16+ messages)
` [PATCH v5 22/25] module: Remove outdated comment about text_size

[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
 2025-05-05 12:35 UTC  (10+ messages)
` [PATCH RFC bpf-next v2 01/17] trait: limited KV store for packet metadata

[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
 2025-05-05  9:38 UTC  (22+ messages)

[PATCH 6.12.y] bpf: Fix BPF_INTERNAL namespace import
 2025-05-05  8:55 UTC  (2+ messages)

[PATCH rfc 00/12] mm: BPF OOM
 2025-05-05  8:08 UTC  (11+ messages)
` [PATCH rfc 10/12] mm: introduce bpf_out_of_memory() bpf kfunc

[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
 2025-05-04 20:19 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation

[PATCH] bpftool: build bpf bits with -std=gnu11
 2025-05-04 10:24 UTC  (5+ messages)

[syzbot] [bpf?] WARNING in __bpf_prog_ret0_warn
 2025-05-04  3:47 UTC 

[PATCH v3] powerpc/bpf: fix JIT code size calculation of bpf trampoline
 2025-05-04  3:21 UTC  (2+ messages)

selftests/sched_ext: testing on BPF CI
 2025-05-03  5:41 UTC  (3+ messages)

[RFC] BPF fault/jitter-injection framework
 2025-05-03  2:10 UTC  (2+ messages)

pull-request: bpf-next 2025-05-02
 2025-05-03  1:07 UTC 

[PATCH bpf-next 0/8] bpf, riscv64: Support load-acquire and store-release instructions
 2025-05-03  1:03 UTC  (3+ messages)

[PATCH bpf-next/net v2 0/5] Fix bpf qdisc bugs and clean up
 2025-05-02 23:54 UTC  (8+ messages)
` [PATCH bpf-next/net v2 1/5] bpf: net_sched: Fix bpf qdisc init prologue when set as default qdisc
` [PATCH bpf-next/net v2 2/5] selftests/bpf: Test setting and creating bpf qdisc "
` [PATCH bpf-next/net v2 3/5] bpf: net_sched: Make some Qdisc_ops ops mandatory
` [PATCH bpf-next/net v2 4/5] selftests/bpf: Test attaching a bpf qdisc with incomplete operators
` [PATCH bpf-next/net v2 5/5] selftests/bpf: Cleanup bpf qdisc selftests

[PATCH net-next V1] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
 2025-05-02 23:17 UTC  (2+ messages)

[PATCH RFC v3 0/2] Task local data API
 2025-05-02 22:25 UTC  (14+ messages)
` [PATCH RFC v3 1/2] selftests/bpf: Introduce task local data

[PATCH bpf-next v2 0/3] Introduce kfuncs for memory reads into dynptrs
 2025-05-02 21:34 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] helpers: make few bpf helpers public
` [PATCH bpf-next v2 2/3] bpf: implement dynptr copy kfuncs
` [PATCH bpf-next v2 3/3] selftests/bpf: introduce tests for "

[PATCH v7 bpf-next 0/7] bpf: udp: Exactly-once socket iteration
 2025-05-02 21:31 UTC  (13+ messages)
` [PATCH v7 bpf-next 1/7] bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
` [PATCH v7 bpf-next 2/7] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v7 bpf-next 3/7] bpf: udp: Get rid of st_bucket_done
` [PATCH v7 bpf-next 4/7] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v7 bpf-next 5/7] bpf: udp: Avoid socket skips and repeats during iteration
` [PATCH v7 bpf-next 6/7] selftests/bpf: Return socket cookies from sock_iter_batch progs
` [PATCH v7 bpf-next 7/7] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators

BUG in pahole?: strange error in tests/flexible_arrays.sh
 2025-05-02 20:39 UTC  (3+ messages)

[PATCH bpf-next/net v1 0/5] Fix bpf qdisc bugs and cleanup
 2025-05-02 19:33 UTC  (11+ messages)
` [PATCH bpf-next/net v1 1/5] bpf: net_sched: Fix bpf qdisc init prologue when set as default qdisc
` [PATCH bpf-next/net v1 2/5] selftests/bpf: Test setting and creating bpf qdisc "
` [PATCH bpf-next/net v1 5/5] selftests/bpf: Cleanup bpf qdisc selftests

[PATCH v4 bpf-next] bpf: fix uninitialized values in BPF_{CORE,PROBE}_READ
 2025-05-02 19:30 UTC 

Looking for feedback on kfuncs for dentry_path_raw, get_dentry_from_kiocb
 2025-05-02 18:33 UTC  (4+ messages)

[PATCH net-next v2 1/4] net: phylink: add ability to block carrier up
 2025-05-02 17:54 UTC  (7+ messages)
` [PATCH net-next v2 2/4] net: stmmac: call phylink_carrier_*() in XDP functions
` [PATCH net-next v2 3/4] net: stmmac: remove _RE and _TE in (start|stop)_(tx|rx)() methods
` [PATCH net-next v2 4/4] net: stmmac: leave enabling _RE and _TE to stmmac_mac_link_up()

[PATCH v6 bpf-next 0/7] bpf: udp: Exactly-once socket iteration
 2025-05-02 16:10 UTC  (7+ messages)
` [PATCH v6 bpf-next 4/7] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v6 bpf-next 5/7] bpf: udp: Avoid socket skips and repeats during iteration

[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
 2025-05-02 14:25 UTC  (7+ messages)
` [PATCH bpf-next 1/4] "

[PATCH] perf: Completely remove possibility to override MAX_NR_CPUS
 2025-05-02 13:02 UTC 

[PATCH bpf-next 0/2] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-02 10:19 UTC  (4+ messages)
` [PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf

[PATCH net 0/4] Bug fixes from XDP patch series
 2025-05-02  9:31 UTC  (11+ messages)
` [PATCH net 2/4] net: ti: icssg-prueth: Report BQL before sending XDP packets
` [PATCH net 3/4] net: ti: icssg-prueth: Fix race condition for traffic from different network sockets
` [PATCH net 4/4] net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue access

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-02  8:47 UTC  (7+ messages)
` [PATCH 22/22] man2: Add uprobe syscall page

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-05-02  8:31 UTC  (4+ messages)

[PATCH dwarves v1] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems
 2025-05-02  7:03 UTC  (2+ messages)
` [PATCH dwarves v2] "

[net-next] ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT setup
 2025-05-02  1: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