messages from 2026-08-19 18:16:18 to 2026-08-21 10:32:11 UTC [more...]
[PATCH net v3 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
2026-08-21 10:31 UTC (5+ messages)
` [PATCH net v3 3/3] net: stmmac: document oversized AF_XDP frame handling
[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 bpf-next v3] bpf: Fix stack out-of-bounds write in cgroup link update
2026-08-21 10:26 UTC (4+ messages)
[PATCH net-next 00/14] skb extension for BPF metadata
2026-08-21 9:27 UTC (2+ messages)
[PATCH net] octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setup
2026-08-21 9:06 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 (4+ 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 (15+ 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 (15+ 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 (8+ messages)
` [PATCH net-next v3 1/4] selftests/xsk: add UMEM users refcount and centralize socket teardown
[PATCH RFC v3 00/13] sysctl: add module aliases
2026-08-20 21:22 UTC (29+ 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
[PATCH v2] selftests/bpf: convert lirc_mode2 to prog_tests and extend coverage
2026-08-20 21:11 UTC (2+ messages)
[RFC] running bpftool build tests in CI
2026-08-20 20:12 UTC (4+ 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 (4+ 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 (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add reg-invariants test for "
[PATCH] selftests/bpf: convert lirc_mode2 to prog_tests and extend coverage
2026-08-20 18:46 UTC (3+ 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)
[PATCH bpf-next] bpf: sched_ext: Mark ops argument container pointer fields as trusted
2026-08-20 17:50 UTC (5+ messages)
[PATCH v3 0/5] x86: Support shstk via prctl
2026-08-20 15:44 UTC (11+ messages)
` [PATCH v3 1/5] selftests/x86: fix Makefile dependencies
` [PATCH v3 2/5] selftests/x86: fix fork bug
` [PATCH v3 3/5] selftests/x86: add shadow stack lock test
` [PATCH v3 4/5] x86/shstk: support via prctl
` [PATCH v3 5/5] selftests/x86: add generic prctl shadow stack test
[PATCH v9 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-08-20 17:15 UTC (4+ messages)
[PATCH bpf-next v1 0/2] Reject invalid LDSX instruction in disassembler
2026-08-20 17:00 UTC (5+ 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 net] xsk: reset the mac header in the generic Tx path
2026-08-20 16:53 UTC (2+ messages)
[PATCH] x86/bpf: make arch_bpf_trampoline_size allocate from EXECMEM_MODULE_DATA
2026-08-20 16:00 UTC (2+ messages)
[PATCH bpf v2] bpf: Fix NULL pointer dereference in bpf_sock_from_file
2026-08-20 15:44 UTC (2+ messages)
[GIT PULL] BPF changes for 7.3
2026-08-20 15:41 UTC (2+ messages)
[PATCH net v2] net/mlx5e: Prevent stale XSK buffer release on refill retry
2026-08-20 15:15 UTC
[PATCH bpf v2] bpf: keep trampoline progs alive until image release
2026-08-20 15:13 UTC (5+ messages)
BUG: bpf: task hung in lock_sock_nested during sockmap free
2026-08-20 15:12 UTC (3+ messages)
[PATCH v2] bpf: Annotate bpf_obj_memcpy with data_race
2026-08-20 14:30 UTC (3+ messages)
[PATCH bpf-next v2 0/3] bpf: Add user memory access kfuncs for linux_binprm
2026-08-20 14:21 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v2 2/3] bpf: Add user memory access kfuncs for linux_binprm
` [PATCH bpf-next v2 3/3] selftests/bpf: Test linux_binprm user memory kfuncs
[PATCH bpf v2] bpf: guard uprobes against private-stack corruption
2026-08-20 13:43 UTC (2+ messages)
[PATCH net-next, v3] net/mlx5: Use dma_wmb() for completion queue doorbell updates
2026-08-20 13:25 UTC (2+ messages)
[PATCH] selftests/bpf: tc_tunnel - validate decap tunnel state without false-pass gaps
2026-08-20 13:19 UTC (3+ messages)
[RFC bpf-next 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
2026-08-20 12:38 UTC (4+ messages)
` [RFC bpf-next 1/2] bpf, mips: Factor register moves into helpers
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-08-20 11:11 UTC (17+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
[PATCH bpf] bpf: array: reject max_entries > INT_MAX to prevent signed-iterator overflow
2026-08-20 9:22 UTC (2+ messages)
` [PATCH v2 "
[PATCH bpf-next v4 0/2] bpf: BPF-driven proactive memcg reclaim
2026-08-20 7:05 UTC (7+ 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 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
[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in print_bpf_insn (2)
2026-08-20 1:33 UTC
[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 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 (4+ messages)
` [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)
page: next (older) | 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