messages from 2026-08-31 10:59:03 to 2026-09-01 06:49:01 UTC [more...]
[PATCH 1/4] bpf: Cancel special fields in resizable hashtab on recycle
2026-09-01 6:49 UTC (9+ messages)
` [PATCH bpf-next v3 0/4] "
` [PATCH bpf-next v3 1/4] "
` [PATCH bpf-next v3 2/4] bpf: Fix use-after-free of program BTF in mem-alloc destructor
` [PATCH bpf-next v3 3/4] selftests/bpf: Test rhtab kptr recycle from NMI context
` [PATCH bpf-next v3 4/4] selftests/bpf: Test rhtab special-field combinations
[PATCH 0/2] sched_ext: fix wraparound-unsafe vtime orderings
2026-09-01 6:47 UTC (7+ messages)
` [PATCH 1/2] sched_ext: fix vtime priority queue inversion on wide vtime spread
` [PATCH 2/2] sched_ext/scx_flatcg: make cgv_node_less() wraparound-safe
[PATCH bpf 1/2] bpf: backtracking shouldn't clear outer frame R1-R5 for callbacks
2026-09-01 6:20 UTC (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: test case for unsafe pruning of bpf_loop checkpoints
[PATCH v15 00/16] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-09-01 4:53 UTC (36+ messages)
` [PATCH v15 01/16] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v15 02/16] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v15 03/16] arm64/delay: move, fixup usecs_to_cycles()
` [PATCH v15 04/16] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v15 05/16] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v15 06/16] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v15 07/16] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v15 08/16] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v15 09/16] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v15 10/16] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v15 11/16] sched: add need-resched timed wait interface
` [PATCH v15 12/16] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
` [PATCH v15 13/16] arm64/delay: enable testing smp_cond_load_relaxed_timeout()
` [PATCH v15 14/16] barrier: add tests for smp_cond_load_*_timeout()
` [PATCH v15 15/16] barrier: timeout validity checks for smp_cond_load_relaxed_timeout()
` [PATCH v15 16/16] barrier: timeout validity checks for smp_cond_load_acquire_timeout()
[PATCH bpf] bpf: Hash lock addresses in rqspinlock violation reports
2026-09-01 4:21 UTC
[PATCH bpf-next v6 0/2] libbpf: Improve BPF load performance by selectively loading module BTFs
2026-09-01 3:56 UTC (9+ messages)
` [PATCH bpf-next v6 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [PATCH bpf-next v6 2/2] selftests/bpf: add tests for selective module BTF loading
[PATCH bpf-next v3 0/7] bpf: Add user memory access kfuncs for mm_struct
2026-09-01 3:50 UTC (5+ messages)
` [PATCH bpf-next v3 3/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v3 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
[PATCH] sched_ext: don't deliver duplicate ops.cgroup_set_idle() for same value
2026-09-01 3:22 UTC (2+ messages)
[PATCH bpf-next v5 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-01 2:59 UTC (5+ messages)
` [PATCH bpf-next v5 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
[PATCH bpf-next v5 1/2] bpf: Validate program attach type during link update
2026-09-01 2:50 UTC (3+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Cover attach type checks in "
[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-01 2:33 UTC (4+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
` [PATCH bpf-next v6 2/2] selftests/bpf: Add memcg async reclaim test
[PATCH bpf] bpf: Fix program BTF use-after-free in sleepable programs
2026-09-01 2:14 UTC (2+ messages)
[PATCH bpf-next v4] xsk: Fix circular locking dependency between &net->xdp.lock, &xs->mutex, and netdev_lock_ops
2026-09-01 0:51 UTC (2+ messages)
[PATCH v3 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
2026-09-01 0:46 UTC (3+ messages)
[PATCH net] xsk: set network header on skb at generic transmit
2026-09-01 0:02 UTC (2+ messages)
[PATCH net v2] page_pool: keep frag_offset aligned for odd-sized requests
2026-09-01 0:00 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: allow terminal gotox instructions
2026-08-31 23:26 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test "
[BUG] bpf: x86 timed may_goto corrupts private-stack JIT state
2026-08-31 22:57 UTC (3+ messages)
[PATCH bpf-next] bpf: crypto: Use AES-CBC and AES-ECB libraries
2026-08-31 22:43 UTC (6+ messages)
[PATCH bpf-next 0/7] Add new way to add BPF LSM hooks
2026-08-31 22:42 UTC (20+ messages)
` [PATCH bpf-next 1/7] bpf: Allow BPF LSM programs to attach to more hooks
` [PATCH bpf-next 2/7] net, bpf: Add a generic netlink hook on msg_rcv
` [PATCH bpf-next 3/7] net, bpf: Add bpf hooks for ethtool control path
` [PATCH bpf-next 4/7] selftests/bpf: Extract some helpers from tests to the netlink library
` [PATCH bpf-next 5/7] selftests/bpf: Add netdevsim helper library
` [PATCH bpf-next 6/7] selftests/bpf: Add tests for the generic netlink BPF hook
` [PATCH bpf-next 7/7] selftests/bpf: Add tests for BPF ethtool hooks
[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
2026-08-31 22:16 UTC (2+ messages)
[PATCH v3 0/2] sched_ext: pass the initial cpu.idle state in scx_cgroup_init_args
2026-08-31 21:59 UTC (2+ messages)
[PATCH bpf v3 0/5] bpf: Fix NULL-ptr-derefs when showing a void BTF type
2026-08-31 21:12 UTC (18+ messages)
` [PATCH bpf v3 1/5] bpf: Reject key-less BTF for hash maps
` [PATCH bpf v3 2/5] bpf: Fix NULL-ptr-deref when showing a void BTF type
` [PATCH bpf v3 3/5] bpf: Fix NULL-ptr-deref in btf_var_show()
` [PATCH bpf v3 4/5] selftests/bpf: Add test for key-less BTF hash map
` [PATCH bpf v3 5/5] selftests/bpf: Add test for showing a void BTF type
[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
2026-08-31 21:07 UTC (10+ messages)
[PATCH 6.12.y v4 0/3] bpf: fix dynptr release handling
2026-08-31 20:15 UTC (4+ messages)
[PATCH v2 00/15] BPF interface for applying Landlock rulesets
2026-08-31 19:53 UTC (19+ messages)
` [PATCH v2 01/15] lsm: Add the LSM policy object lifetime hooks
` [PATCH v2 02/15] lsm: Add the bprm_apply_policy_object LSM hook
` [PATCH v2 03/15] lsm: Move the lsm_for_each_hook() macro to security/lsm.h
` [PATCH v2 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
` [PATCH v2 05/15] lsm: Add the bpf_lsm_policy_from_fd kfunc
` [PATCH v2 06/15] lsm: Add the bpf_lsm_policy_acquire kfunc
` [PATCH v2 07/15] lsm: Add the bpf_lsm_policy_apply_bprm kfunc
` [PATCH v2 08/15] lsm: Document the LSM policy object interface
` [PATCH v2 09/15] selftests/bpf: Add tests for the LSM policy object kfuncs
` [PATCH v2 10/15] landlock: Expose the ruleset fd lookup to the rest of Landlock
` [PATCH v2 11/15] landlock: Factor the credential restriction out of landlock_restrict_self()
` [PATCH v2 12/15] landlock: Free rulesets after an RCU grace period
` [PATCH v2 13/15] landlock: Implement the LSM policy object hooks
` [PATCH v2 14/15] selftests/bpf: Test the LSM policy object kfuncs with Landlock
` [PATCH v2 15/15] landlock: Document the BPF policy interface
[PATCHv5 net-next] tcp: Add TCP ROCCET congestion control module
2026-08-31 18:57 UTC (2+ messages)
[PATCH bpf v2 1/2] bpf: bound resizable hash map iteration
2026-08-31 17:53 UTC (3+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: add RHASH iteration stress test
[PATCH v2] mm: memcontrol: raise MEMCG_MAX for charges that fail without reclaiming
2026-08-31 17:52 UTC (2+ messages)
[PATCH AUTOSEL 6.18-5.15] libbpf: Also reset {insn,data}_cur on realloc failure
2026-08-31 17:12 UTC (8+ messages)
` [PATCH AUTOSEL 6.18-6.1] libbpf: Add __NR_bpf definition for LoongArch
` [PATCH AUTOSEL 6.18-6.12] bpftool: Pass host flags to bootstrap libbpf
` [PATCH AUTOSEL 6.18] bpf, sockmap: reject a packet-modifying SK_SKB stream parser
` [PATCH AUTOSEL 6.18-5.10] bpf: NUL-terminate replaced sysctl value
` [PATCH AUTOSEL 6.18] selftests/bpf: Avoid static LLVM linking for cross builds
[PATCH net-next v9 0/2] Explicit TSO segment count
2026-08-31 16:52 UTC (3+ messages)
` [PATCH net-next v9 1/2] tcp: Replace min_tso_segs() with tso_segs() CC callback
` [PATCH net-next v9 2/2] bpf: make tcp_tso_autosize() available to BPF congestion controls
[PATCH bpf-next v4 1/2] bpf: Validate program attach type during link update
2026-08-31 14:50 UTC (4+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover attach type checks in "
[PATCH] libbpf: Fix debian kernel version information parsing
2026-08-31 14:33 UTC (2+ messages)
[PATCH bpf-next v2 1/4] libbpf: Move section-defined program flags to prog_flags
2026-08-31 14:32 UTC (9+ messages)
` [PATCH bpf-next v2 2/4] bpf: selftests: Check for flag presence in bpf_program__flags()
` [PATCH bpf-next v2 3/4] bpftool: Set BPF_F_XDP_DEV_BOUND_ONLY flag non-destructively
` [PATCH bpf-next v2 4/4] selftests/bpf: Set BPF program flags non-destructively
[PATCH v10 net-next 0/2] octeontx2-pf: mqprio bandwidth offload for NIX TX schedulers
2026-08-31 13:10 UTC (3+ messages)
` [PATCH v10 net-next 1/2] net/sched: mqprio: pass qdisc handle to offload drivers
` [PATCH v10 net-next 2/2] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
[PATCH bpf-next 0/3] bpf, x86: Add jit dry run mode
2026-08-31 12:54 UTC (5+ messages)
` [PATCH bpf-next 1/3] bpf, x86: Split x86_call_depth_emit_accounting in two functions
` [PATCH bpf-next 2/3] bpf, x86: Introduce JIT emission context
` [PATCH bpf-next 3/3] bpf, x86: Add support for jit dry run
[PATCH bpf-next v1 1/2] bpf: allow terminal gotox instructions
2026-08-31 12:34 UTC (4+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Add compiler-layout terminal gotox test
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