BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-01 02:26:57 to 2025-05-03 01:08:07 UTC [more...]

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 v2 0/3] memcg: decouple memcg and objcg stocks
 2025-05-02 23:40 UTC  (8+ messages)
` [PATCH v2 1/3] memcg: separate local_trylock for memcg and obj
` [PATCH v2 2/3] memcg: completely decouple memcg and obj stocks
` [PATCH v2 3/3] memcg: no irq disable for memcg stock lock

[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  (15+ messages)
` [PATCH RFC v3 1/2] selftests/bpf: Introduce task local data

selftests/sched_ext: testing on BPF CI
 2025-05-02 21:40 UTC  (2+ messages)

[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

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-02 21:00 UTC  (6+ 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

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

[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
 2025-05-02 20:05 UTC  (10+ 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 bpf-next/net v1 0/5] Fix bpf qdisc bugs and cleanup
 2025-05-02 19:33 UTC  (14+ 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 3/5] bpf: net_sched: Make some Qdisc_ops ops mandatory
` [PATCH bpf-next/net v1 4/5] selftests/bpf: selftests/bpf: Test attaching a bpf qdisc with incomplete operators
` [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 

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-02 18:57 UTC  (23+ messages)
` [PATCH bpf-next v3 01/11] selftests/bpf: Fix caps for __xlated/jited_unpriv
` [PATCH bpf-next v3 02/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v3 03/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v3 04/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v3 05/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v3 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next v3 07/11] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v3 08/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v3 09/11] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access
` [PATCH bpf-next v3 11/11] bpf: Fall back to nospec for sanitization-failures

[PATCH bpf-next v2] selftests/bpf: remove sockmap_ktls disconnect_after_delete test
 2025-05-02 18:52 UTC 

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

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

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-02 17:57 UTC  (13+ 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 rfc 00/12] mm: BPF OOM
 2025-05-02 17:26 UTC  (5+ messages)

[PATCH bpf-next v2 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-05-02 17:15 UTC  (6+ 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 v6 bpf-next 0/7] bpf: udp: Exactly-once socket iteration
 2025-05-02 16:10 UTC  (11+ messages)
` [PATCH v6 bpf-next 3/7] bpf: udp: Get rid of st_bucket_done
` [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 v6 bpf-next 7/7] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators

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

[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
 2025-05-02 13:34 UTC  (19+ messages)

[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  (6+ messages)
` [PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf
` [PATCH bpf-next 2/2] selftests: bpf: add a test for mmapable vmlinux BTF

[PATCH] bpftool: build bpf bits with -std=gnu11
 2025-05-02  9:53 UTC  (3+ messages)

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

[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
 2025-05-02  5:26 UTC  (2+ messages)

[RFC] BPF fault/jitter-injection framework
 2025-05-02  4:10 UTC 

[net-next] ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT setup
 2025-05-02  1:10 UTC  (2+ messages)

[PATCH] perf trace: Support --summary-mode=cgroup
 2025-05-01 22:53 UTC 

[PATCH bpf] bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels
 2025-05-01 22:30 UTC  (4+ messages)

[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
 2025-05-01 22:10 UTC  (4+ messages)
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe

[PATCH bpf-next] selftests/bpf: add btf dedup test covering module BTF dedup
 2025-05-01 21:10 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Allow XDP_REDIRECT for XDP dev-bound programs
 2025-05-01 21:00 UTC  (2+ messages)

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

[PATCH v3 bpf-next] bpf: fix uninitialized values in BPF_{CORE,PROBE}_READ
 2025-05-01 17:47 UTC  (2+ messages)

[PATCH bpf-next] bpf: Replace offsetof() with struct_size()
 2025-05-01 17:40 UTC  (2+ messages)

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

[PATCH 0/6] mm: Reentrant kmalloc
 2025-05-01  3:27 UTC  (7+ 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 net-next v2] xdp: Add helpers for head length, headroom, and metadata length
 2025-05-01  2:26 UTC  (6+ messages)


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