BPF List
 help / color / mirror / Atom feed
 messages from 2026-08-19 08:53:32 to 2026-08-19 18:59:17 UTC [more...]

[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  (14+ messages)
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state

[PATCH bpf-next v3 0/3] bpf, arena: fix range_tree consistency on allocation failure
 2026-08-19 17:30 UTC  (7+ 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

[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  (21+ messages)
` [PATCH bpf-next v7 02/10] bpf: Add helpers to describe the R0:R2 return register pair
` [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)

[PATCH net] xdp: fix zero-copy frame layout
 2026-08-19 15:49 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: fix REG INVARIANTS VIOLATION on speculative pointer arithmetic
 2026-08-19 13:49 UTC  (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add reg-invariants test for "

[PATCH 0/4] Stop TIF_NOTIFY_SIGNAL from interrupting work that can't be restarted
 2026-08-19 12:50 UTC  (2+ messages)

bpf: Is the nmi_uaccess_okay() check needed for bpf_send_signal_task()?
 2026-08-19 12:43 UTC 

[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
 2026-08-19 12:22 UTC 

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

[PATCH bpf-next v2 1/2] bpf, riscv: Add support for signed arena loads
 2026-08-19 12:06 UTC  (3+ messages)

[PATCH net v3] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-08-19 11:29 UTC  (3+ messages)

[RFC PATCH bpf-next v3 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-19  9:50 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

[PATCH bpf-next v2 0/2] bpf, riscv: Add support for signed arena loads
 2026-08-19  8:53 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Enable arena LDSX tests for riscv64


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