BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-19 15:52:23 to 2026-08-20 06:24:37 UTC [more...]

[PATCH bpf-next v4 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-08-20  6:24 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] mm/bpf: Add bpf_proactive_reclaim kfuncs
` [PATCH bpf-next v4 2/2] selftests/bpf: add memcg async reclaim test

[PATCH bpf-next] bpf: sched_ext: Mark ops argument container pointer fields as trusted
 2026-08-20  6:16 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] Reject invalid LDSX instruction in disassembler
 2026-08-20  5:23 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf: Reject invalid LDSX instruction in disassembly
` [PATCH bpf-next v1 2/2] selftests/bpf: Test invalid DW LDSX diagnostics

[PATCH bpf-next v3 0/2] bpf, riscv: Add support for signed arena loads
 2026-08-20  4:12 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Enable arena LDSX tests for riscv64

[PATCH bpf v2] bpf: keep trampoline progs alive until image release
 2026-08-20  3:35 UTC  (3+ messages)

[RFC PATCH bpf-next v3 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-20  3:28 UTC  (11+ 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

[PATCH net-next v3 0/4] selftests/xsk: improve shared-UMEM coverage
 2026-08-20  2:47 UTC  (3+ messages)
` [PATCH net-next v3 1/4] selftests/xsk: add UMEM users refcount and centralize socket teardown

[PATCH bpf-next] bpf: Track linked scalars across a "rX <<= 32; rX >>= 32" zero extension
 2026-08-20  2:33 UTC  (2+ messages)

BUG: bpf: task hung in lock_sock_nested during sockmap free
 2026-08-20  2:28 UTC  (2+ messages)

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in print_bpf_insn (2)
 2026-08-20  1:33 UTC 

[PATCH bpf-next v1 0/4] bpftool, selftests: Add tests for C dump and fix a dropped type
 2026-08-20  0:51 UTC  (7+ 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 v2 0/2] block: expose blkcg io.stat to BPF
 2026-08-19 23:59 UTC  (10+ messages)
` [PATCH v2 1/2] block: add BPF kfuncs to read blkcg io.stat

[PATCH] selftests/bpf: tc_tunnel - validate decap tunnel state without false-pass gaps
 2026-08-19 21:34 UTC  (2+ messages)

[PATCH v2 0/2] cgroup: expose cpu.stat to BPF
 2026-08-19 20:55 UTC  (7+ messages)
` [PATCH v2 1/2] cgroup: add BPF kfuncs to read a cpu cgroup's stats

[RFC] running bpftool build tests in CI
 2026-08-19 20:46 UTC  (2+ messages)

[PATCH v2] docs/sched_ext: document that cgroup CPU knobs are scheduler-dependent
 2026-08-19 19:48 UTC  (2+ messages)

[PATCH bpf] bpf: Fix NULL pointer dereference in bpf_sock_from_file
 2026-08-19 19:44 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf, arena: fix range_tree consistency on allocation failure
 2026-08-19 19:11 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] bpf, arena: fix range_tree_clear inconsistency on kmalloc_nolock failure
` [PATCH bpf-next v3 2/3] bpf, arena: fix range_tree_set "
` [PATCH bpf-next v3 3/3] bpf, arena: check range_tree_set return in arena_free_pages and arena_free_worker

[linus:master] [x86/bugs] a3af84b0fa: stress-ng.seccomp.ops_per_sec 95.7% regression
 2026-08-19 18:59 UTC  (3+ messages)

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-08-19 18:35 UTC  (27+ messages)
` [PATCH RFC v3 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v3 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v3 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v3 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v3 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v3 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v3 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v3 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v3 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v3 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v3 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v3 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-19 18:22 UTC  (12+ messages)

[RFC] bpf: account ring buffer backing pages separately from Lost RAM
 2026-08-19 17:24 UTC  (4+ messages)
      ` [External Mail]Re: "

[PATCH] bpf: Annotate bpf_obj_memcpy with data_race
 2026-08-19 16:49 UTC  (2+ messages)

[PATCH RFC v2 00/13] sysctl: add module aliases
 2026-08-19 16:29 UTC  (22+ messages)
` [PATCH RFC v2 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v2 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v2 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v2 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v2 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols

[PATCH bpf-next v7 08/10] selftests/bpf: Add C tests for 16-byte returns in R0:R2
 2026-08-19 16:15 UTC  (3+ messages)

[PATCH bpf-next v7 00/10] bpf: Support aggregate return values up to 16 bytes
 2026-08-19 16:12 UTC  (17+ messages)
` [PATCH bpf-next v7 04/10] bpf: Handle R2 as a return register in precision backtracking
` [PATCH bpf-next v7 05/10] bpf: Account R2 of register-pair returns in live register analysis
` [PATCH bpf-next v7 06/10] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v7 07/10] bpf: Enable aggregate return types up to 16 bytes

[PATCH net v3 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
 2026-08-19 16:05 UTC  (4+ messages)
` [PATCH net v3 1/3] xsk: align TX metadata layout across ABIs
` [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 net v2] net/sched: add get_fill_size callbacks for actions missing them
 2026-08-19 15:57 UTC  (2+ messages)

[PATCH bpf-next v7 03/10] bpf: Wire up JIT support for 16-byte kfunc returns
 2026-08-19 15:52 UTC  (3+ messages)


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