messages from 2026-08-18 20:33:47 to 2026-08-19 07:34:40 UTC [more...]
[PATCH] x86/bpf: make arch_bpf_trampoline_size allocate from EXECMEM_MODULE_DATA
2026-08-19 7:34 UTC (5+ messages)
[PATCH bpf-next v3 0/2] bpf: BPF-driven proactive memcg reclaim
2026-08-19 7:16 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] mm/bpf: Add bpf_proactive_reclaim kfuncs
` [PATCH bpf-next v3 2/2] selftests/bpf: add memcg async reclaim test
[PATCH bpf-next v7 00/10] bpf: Support aggregate return values up to 16 bytes
2026-08-19 6:50 UTC (20+ messages)
` [PATCH bpf-next v7 01/10] bpf: Factor check_global_ret_scalar_reg() out of the global return check
` [PATCH bpf-next v7 02/10] bpf: Add helpers to describe the R0:R2 return register pair
` [PATCH bpf-next v7 03/10] bpf: Wire up JIT support for 16-byte kfunc returns
` [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 bpf-next v7 08/10] selftests/bpf: Add C tests for 16-byte returns in R0:R2
` [PATCH bpf-next v7 09/10] selftests/bpf: Add inline-asm and subprog tests for R0:R2 returns
` [PATCH bpf-next v7 10/10] Documentation/bpf: Document up to 16-byte kfunc return values in R0:R2
[linus:master] [x86/bugs] a3af84b0fa: stress-ng.seccomp.ops_per_sec 95.7% regression
2026-08-19 6:20 UTC
[RFC bpf-next 0/6] bpf: track scalar equality across the low 32 bits
2026-08-19 6:18 UTC (13+ messages)
` [RFC bpf-next 1/6] bpf: turn bpf_reg_state->precise into a flags field [NFC]
` [RFC bpf-next 2/6] bpf: move the linked-scalar flags into bpf_reg_state->flags [NFC]
` [RFC bpf-next 3/6] bpf: support low-32 subreg scalar linking for zero-extending movs
` [RFC bpf-next 4/6] selftests/bpf: cover low-32 subreg-equal link "
` [RFC bpf-next 5/6] bpf: support low-32 subreg scalar linking for sign-extending movs
LLVM regression in memcpy struct bpf_sock_ops->remote_ip6 to struct in6_addr
2026-08-19 6:01 UTC (2+ messages)
[PATCH v1] LoongArch: Fix __smp_mb__{before,after}_atomic()
2026-08-19 4:32 UTC (5+ messages)
[PATCH bpf-next v6 00/10] bpf: Support aggregate return values up to 16 bytes
2026-08-19 3:41 UTC (5+ messages)
` [PATCH bpf-next v6 02/10] bpf: Add helpers to describe the R0:R2 return register pair
[PATCH bpf-next 0/2] bpf, riscv: Add support for signed arena loads
2026-08-19 3:41 UTC (4+ messages)
` [PATCH bpf-next 1/2] "
[PATCH net v4] xsk: fix NULL pointer dereference in __xsk_rcv()
2026-08-19 3:10 UTC (3+ messages)
[RFC PATCH bpf-next v1 0/1] Enable BPF JIT hardening by default when x86_64 CFI is enabled
2026-08-19 3:07 UTC (5+ messages)
` [RFC PATCH bpf-next v1 1/1] bpf: Enable "
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-19 2:51 UTC (6+ messages)
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path
[PATCH RFC v2 00/13] sysctl: add module aliases
2026-08-19 2:48 UTC (27+ messages)
` [PATCH RFC v2 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [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 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v2 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v2 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v2 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v2 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v2 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols
[PATCH v9 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-08-19 2:47 UTC (3+ messages)
[PATCH net-next v3 0/4] selftests/xsk: improve shared-UMEM coverage
2026-08-19 2:44 UTC (5+ messages)
` [PATCH net-next v3 1/4] selftests/xsk: add UMEM users refcount and centralize socket teardown
` [PATCH net-next v3 2/4] selftests/xsk: skip TX setup after RX configuration failure
` [PATCH net-next v3 3/4] selftests/xsk: expand XSKMAP capacity and add length-based XDP program
` [PATCH net-next v3 4/4] selftests/xsk: add shared-UMEM callback framework and initial test cases
[PATCH bpf-next v2] selftests/bpf: Avoid flaky resize value test for percpu data
2026-08-19 1:44 UTC (3+ messages)
[PATCH v2] docs/sched_ext: document that cgroup CPU knobs are scheduler-dependent
2026-08-19 1:21 UTC
[RFC bpf-next 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
2026-08-19 1:16 UTC (4+ messages)
` [RFC bpf-next 1/2] bpf, mips: Factor register moves into helpers
` [RFC bpf-next 2/2] bpf, mips: Add support for BPF_MOVSX in the JITs
[PATCH RFC] sched_ext: warn when cpu.max is set but the BPF scheduler doesn't implement bandwidth control
2026-08-19 0:57 UTC (3+ messages)
[PATCH bpf-next v3 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
2026-08-19 0:51 UTC (7+ messages)
` [PATCH bpf-next v3 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v3 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a test for arena fault-in under memory.max
[PATCH v2 0/2] cgroup: expose cpu.stat to BPF
2026-08-18 23:59 UTC (6+ messages)
` [PATCH v2 1/2] cgroup: add BPF kfuncs to read a cpu cgroup's stats
[PATCH v2 0/2] block: expose blkcg io.stat to BPF
2026-08-18 23:01 UTC (6+ messages)
` [PATCH v2 1/2] block: add BPF kfuncs to read blkcg io.stat
[PATCH bpf-next 2/3] bpf: Add user memory access kfuncs for linux_binprm
2026-08-18 21:34 UTC (3+ messages)
[PATCH bpf-next] bpf, verifier: Invalidate dynptr slices on skb_ext COW reallocation
2026-08-18 21:24 UTC
[PATCH bpf-next v2 0/2] bpf: Reject mixed arena and ordinary atomic paths
2026-08-18 21:03 UTC (7+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover mixed arena and stack atomics
[PATCH bpf v2] bpf: guard uprobes against private-stack corruption
2026-08-18 20:47 UTC (2+ messages)
[PATCH bpf] bpf: guard classic uprobes against private-stack corruption
2026-08-18 20:46 UTC (2+ messages)
[PATCH bpf-next 0/2] lsm: give BPF programs a way to query locked_down state
2026-08-18 20:41 UTC (7+ 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