messages from 2026-08-20 18:27:41 to 2026-08-21 13:42:00 UTC [more...]
[PATCH bpf-next v3] bpf: Fix stack out-of-bounds write in cgroup link update
2026-08-21 13:41 UTC (5+ messages)
[RFC] running bpftool build tests in CI
2026-08-21 12:32 UTC (5+ messages)
[PATCH net v3 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
2026-08-21 12:22 UTC (6+ messages)
` [PATCH net v3 2/3] xsk: honor XDP_TX_METADATA in zero-copy path
` [PATCH net v3 3/3] net: stmmac: document oversized AF_XDP frame handling
[PATCH v2 net] octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setup
2026-08-21 10:55 UTC
[PATCH net] octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setup
2026-08-21 10:54 UTC (3+ messages)
[PATCH bpf-next v4 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
2026-08-21 10:31 UTC (8+ messages)
` [PATCH bpf-next v4 1/4] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next v4 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v4 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v4 4/4] selftests/bpf: Add a test for arena fault-in under memory.max
[PATCH net-next 00/14] skb extension for BPF metadata
2026-08-21 9:27 UTC (2+ messages)
[PATCH bpf-next v4 0/3] Simplify min()/max(), contains() and normalize() cnum implementation
2026-08-21 8:00 UTC (2+ messages)
[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
2026-08-21 7:58 UTC (3+ messages)
[PATCH bpf-next v3 0/3] bpf, mips: Add signed div/mod support
2026-08-21 6:21 UTC (4+ messages)
[PATCH bpf-next v2] bpf: Rewrite "rX <<= 32; rX >>= 32" into "wX = wX" to keep linked scalars
2026-08-21 5:30 UTC (2+ messages)
[RFC PATCH bpf-next v3 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
2026-08-21 3:51 UTC (7+ messages)
` [RFC PATCH bpf-next v3 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [RFC PATCH bpf-next v3 2/2] selftests/bpf: add tests for selective kmod BTF loading
[RFC bpf-next 0/2] bpf, mips: Add BPF_MEMSX support to the JITs
2026-08-21 2:46 UTC (3+ messages)
` [RFC bpf-next 1/2] bpf, mips: Factor narrow loads out of emit_ldx()
` [RFC bpf-next 2/2] bpf, mips: Add BPF_MEMSX support to the JITs
[PATCH] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
2026-08-21 2:32 UTC (3+ messages)
[ANN] bpf development stats for 7.3
2026-08-21 1:34 UTC
[PATCH v2] perf/bpf: Fix data races in BPF perf event handling
2026-08-21 1:20 UTC (3+ messages)
[PATCH bpf-next v1 0/4] bpftool, selftests: Add tests for C dump and fix a dropped type
2026-08-21 0:18 UTC (13+ messages)
` [PATCH bpf-next v1 1/4] selftests/bpf: NUL-terminate bpftool command output
` [PATCH bpf-next v1 2/4] selftests/bpf: Add tests for bpftool btf dump format c
` [PATCH bpf-next v1 3/4] bpftool: Don't drop a type in the sorted C dump
` [PATCH bpf-next v1 4/4] selftests/bpf: Check that sorting preserves types in bpftool dump
[PATCH v3] selftests/bpf: convert lirc_mode2 to prog_tests and extend coverage
2026-08-20 22:34 UTC (3+ messages)
[PATCH v2 0/2] bpf: reject stack-argument callback subprograms
2026-08-20 22:32 UTC (4+ messages)
` [PATCH v2 1/2] "
[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
2026-08-20 22:19 UTC (9+ messages)
` [PATCH v3 1/4] cgroup: add BPF kfuncs to read a cpu cgroup's stats
` [PATCH v3 2/4] selftests/bpf: add cgroup_iter_cpu test for cpu cgroup kfuncs
` [PATCH v3 3/4] block: add BPF kfuncs to read blkcg io.stat
` [PATCH v3 4/4] selftests/bpf: add test for blkcg io.stat BPF kfuncs
[PATCH net-next v3 0/4] selftests/xsk: improve shared-UMEM coverage
2026-08-20 21:29 UTC (5+ messages)
[PATCH RFC v3 00/13] sysctl: add module aliases
2026-08-20 21:22 UTC (3+ messages)
[PATCH v2] selftests/bpf: convert lirc_mode2 to prog_tests and extend coverage
2026-08-20 21:11 UTC (2+ messages)
[PATCH v2 0/2] cgroup: expose cpu.stat to BPF
2026-08-20 20:05 UTC (8+ messages)
` [PATCH v2 1/2] cgroup: add BPF kfuncs to read a cpu cgroup's stats
[PATCH net v2] net/sched: add get_fill_size callbacks for actions missing them
2026-08-20 19:30 UTC (2+ messages)
[PATCH 0/6] selftests/bpf: Fixes and improvements for libarena
2026-08-20 19:28 UTC (5+ messages)
` [PATCH 3/6] selftests/bpf: libarena: Disable IRQs during allocation
[PATCH bpf-next] bpf: Track linked scalars across a "rX <<= 32; rX >>= 32" zero extension
2026-08-20 18:55 UTC (3+ messages)
[PATCH] bpf: Fix infinite loop in pcpu_freelist push with one possible CPU
2026-08-20 18:50 UTC (2+ messages)
[PATCH bpf 1/2] bpf: fix REG INVARIANTS VIOLATION on speculative pointer arithmetic
2026-08-20 18:50 UTC (4+ messages)
[PATCH] selftests/bpf: convert lirc_mode2 to prog_tests and extend coverage
2026-08-20 18:46 UTC (2+ messages)
[PATCH net-next v3 1/4] selftests/xsk: add UMEM users refcount and centralize socket teardown
2026-08-20 18:42 UTC (2+ messages)
[PATCH net-next v3 4/4] selftests/xsk: add shared-UMEM callback framework and initial test cases
2026-08-20 18:42 UTC (2+ messages)
[PATCH net-next v3 2/4] selftests/xsk: skip TX setup after RX configuration failure
2026-08-20 18:27 UTC (2+ messages)
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox