BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-14 13:31:03 to 2026-08-14 20:56:20 UTC [more...]

[PATCH] sched_ext/scx_flatcg: expire cached hweights on weight changes
 2026-08-14 20:56 UTC  (4+ messages)

[PATCH bpf v2 0/2] bpf, x86: fix per-CPU address resolution into an extended register
 2026-08-14 20:49 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf, x86: Fix "
` [PATCH bpf v2 2/2] selftests/bpf: Check per-CPU address resolution per register

[PATCH bpf-next 0/6] workqueue: introduce BPF iterators for workqueues, worker pools and pending work
 2026-08-14 20:45 UTC  (4+ messages)

[PATCH bpf-next 0/5] bpf: Followups for global percpu data series
 2026-08-14 20:40 UTC  (11+ messages)
` [PATCH bpf-next 1/5] bpf: Drop duplicate blank line in verifier
` [PATCH bpf-next 2/5] libbpf: Avoid unnecessary mmap resize for percpu data maps
` [PATCH bpf-next 3/5] bpftool: Update comments about skel "
` [PATCH bpf-next 4/5] selftests/bpf: Avoid flaky resize value test for percpu data
` [PATCH bpf-next 5/5] selftests/bpf: Improve readability in iter "

[PATCH RFC bpf-next v2 08/18] bpf: Implement iterator APIs for resizable hashtab
 2026-08-14 20:38 UTC  (6+ messages)

[PATCH net-next V2] net/mlx5: Use dma_wmb() for completion queue doorbell updates
 2026-08-14 20:06 UTC  (2+ messages)

[BUG] libbpf: OOB access when relocating a terminal LDIMM64
 2026-08-14 20:00 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-14 19:57 UTC  (3+ messages)
` [RFC PATCH bpf-next v2 1/2] libbpf: support selective kernel module BTF loading via .kmod_btfs section

[PATCH] bpf, x86: Fix per-CPU address resolution into an extended register
 2026-08-14 19:45 UTC  (3+ messages)

[PATCH bpf-next v12 10/10] selftests/bpf: Verify bpf_iter for global percpu data
 2026-08-14 19:34 UTC  (4+ messages)

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-14 19:14 UTC  (11+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN

[PATCH] mm/secretmem: properly account locked pages
 2026-08-14 19:10 UTC  (2+ messages)

[PATCH] sched_ext: don't BUG_ON a destroyed DSQ in process_deferred_reenq_users
 2026-08-14 18:56 UTC  (2+ messages)

[PATCH 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-08-14 18:37 UTC  (3+ messages)

[PATCH bpf-next v12 00/10] bpf: Introduce global percpu data
 2026-08-14 18:00 UTC  (5+ messages)
` [PATCH bpf-next v12 06/10] bpftool: Generate skeleton for "

[PATCH bpf v1] selftests/bpf: Fix selftest build after filter.h update
 2026-08-14 17:35 UTC 

[PATCH v7 net-next 0/2] Explicit TSO segment count
 2026-08-14 17:30 UTC  (3+ messages)
` [PATCH v7 net-next 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback
` [PATCH v7 net-next 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls

[PATCH v2 2/2] selftests/x86: add generic prctl shadow stack test
 2026-08-14 17:21 UTC  (2+ messages)

[PATCH v2 1/2] x86/shstk: support via prctl
 2026-08-14 17:21 UTC  (2+ messages)

[PATCH v3 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
 2026-08-14 17:21 UTC  (2+ messages)

[PATCH v3 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
 2026-08-14 17:21 UTC  (2+ messages)

[PATCH v7 bpf-next] bpf: Populate mmap-able array map memory lazily
 2026-08-14 17:06 UTC  (2+ messages)

[PATCH v3 4/4] selftests/sched_ext: build BPF schedulers via the shared lib.bpf.mk
 2026-08-14 17:05 UTC  (2+ messages)

[PATCH v3 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
 2026-08-14 17:05 UTC  (2+ messages)

[PATCH bpf-next v7 5/5] selftests/bpf: Add ksock test for async callback guard
 2026-08-14 17:02 UTC  (3+ messages)

[PATCH bpf-next v7 3/5] selftests/bpf: Add ksock kfunc test
 2026-08-14 16:59 UTC  (3+ messages)

[PATCH bpf-next] riscv, bpf: Fix missing sign-ext for signed 1-byte and 2-byte kfunc args
 2026-08-14 16:40 UTC  (2+ messages)

[PATCH bpf-next] selftest/bpf: make pyperf600 a success again
 2026-08-14 16:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Use ping_command() for IPv6 pings in lwt_ip_encap
 2026-08-14 16:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix arm64 KASAN false positive after bpf_throw
 2026-08-14 16:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Move tracing_multi_bench_attach to bench
 2026-08-14 14:54 UTC  (4+ messages)

[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-08-14 14:53 UTC  (3+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: make sure allocation in arch_bpf_trampoline_size() is writable

[PATCH v2 bpf 3/4] bpf: Read producer_pos before overwrite_pos in ringbuf_avail_data_sz()
 2026-08-14 14:09 UTC  (2+ messages)

[PATCH bpf] bpf: Enforce cgroup storage map consistency for freplace attach
 2026-08-14 13:46 UTC  (2+ messages)

[PATCH v2 bpf 1/4] bpf: Fix pending_pos walk on 32-bit ring position wrap
 2026-08-14 13:31 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