public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-26 17:31:32 to 2026-03-05 10:59:19 UTC [more...]

[PATCH v2] rcu: Latch normal synchronize_rcu() path on flood
 2026-03-05 10:59 UTC  (3+ messages)

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-03-05  7:00 UTC  (10+ messages)

[PATCH 0/4] rcu: Fix lazy-preemption regression in torture-test suites
 2026-03-05  0:01 UTC  (7+ messages)
` [PATCH 1/4] rcutorture: Update due to x86 not supporting none/voluntary preemption
  ` [PATCH v2 "
    ` [PATCH v3 "
` [PATCH 2/4] rcuscale: "
` [PATCH 3/4] refscale: "
` [PATCH 4/4] scftorture: "

[PATCH RFC v1 0/4] rcu/nocb: Clean ups and rcutorture test configs
 2026-03-04 17:05 UTC  (9+ messages)
` [PATCH RFC v1 1/4] rcu/nocb: Consolidate rcu_nocb_cpu_offload/deoffload functions
` [PATCH RFC v1 2/4] rcu/nocb: Extract nocb_bypass_needs_flush() to reduce duplication
` [PATCH RFC v1 3/4] rcutorture: Add NOCB01 config for RCU_LAZY torture testing
` [PATCH RFC v1 4/4] rcutorture: Add NOCB02 config for nocb poll mode testing

[PATCH 6.6.y] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
 2026-03-04  2:57 UTC 

[PATCH 6.1.y] rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
 2026-03-04  2:49 UTC 

[PATCH 0/11] rcu: Miscellaneous patches for v7.1
 2026-03-03 23:50 UTC  (12+ messages)
` [PATCH 01/11] rcutorture: Add a textbook-style trivial preemptible RCU
` [PATCH 02/11] kvm-check-branches.sh: Remove in favor of kvm-series.sh
` [PATCH 03/11] torture: Make hangs more visible in torture.sh output
` [PATCH 04/11] rcutorture: Adjust scenarios for default lazy preemption
` [PATCH 05/11] torture: Print informative message for test without recheck file
` [PATCH 06/11] rcutorture: Fix numeric "test" comparison in srcu_lockdep.sh
` [PATCH 07/11] refscale: Ditch ref_scale_shutdown in favor of torture_shutdown_init()
` [PATCH 08/11] rcuscale: Ditch rcu_scale_shutdown "
` [PATCH 09/11] srcu: Fix SRCU read flavor macro comments
` [PATCH 10/11] srcu: Fix s/they disables/they disable/ typo in srcu_read_unlock_fast()
` [PATCH 11/11] rcu-tasks: Document that RCU Tasks Trace grace periods now imply RCU grace periods

[PATCHv2 nf-next 0/5] IPVS changes, part 3 of 4 - per-net tables
 2026-03-03 21:04 UTC  (6+ messages)
` [PATCHv2 nf-next 1/5] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCHv2 nf-next 2/5] ipvs: add resizable hash tables
` [PATCHv2 nf-next 3/5] ipvs: use resizable hash table for services
` [PATCHv2 nf-next 4/5] ipvs: switch to per-net connection table
` [PATCHv2 nf-next 5/5] ipvs: use more keys for connection hashing

[PATCH nf-next 0/5] IPVS changes, part 3 of 4 - per-net tables
 2026-03-03 20:27 UTC  (11+ messages)
` [PATCH nf-next 1/5] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCH nf-next 2/5] ipvs: add resizable hash tables
` [PATCH nf-next 3/5] ipvs: use resizable hash table for services
` [PATCH nf-next 4/5] ipvs: switch to per-net connection table
` [PATCH nf-next 5/5] ipvs: use more keys for connection hashing

[BUG] RCU stall / hung rcu_gp: process_srcu blocked in synchronize_rcu_normal triggered by perf trace teardown on 7.0.0-rc1
 2026-03-02 17:37 UTC  (4+ messages)

[PATCH v3 0/2] cpuhp: Improve SMT switch time via lock batching and RCU expedition
 2026-03-02 11:47 UTC  (5+ messages)
` [PATCH v3 1/2] cpuhp: Optimize SMT switch operation by batching lock acquisition
` [PATCH v3 2/2] cpuhp: Expedite RCU grace periods during SMT operations

[PATCH RFC] rcutorture: Fully test lazy RCU
 2026-03-01 10:11 UTC  (4+ messages)

[RFC PATCH 0/7] Introduce HasField infrastructure
 2026-02-27 15:00 UTC  (12+ messages)
` [RFC PATCH 1/7] rust: types: Introduce HasField trait and derive macro
` [RFC PATCH 2/7] rust: time: hrtimer: Make `HasField` a super-trait of `HasHrTimer`
` [RFC PATCH 3/7] rust: workqueue: Add HasField support for Work
` [RFC PATCH 4/7] drivers: android: binder: Replace `impl_has_work!` with `#[derive(HasField)]`
` [RFC PATCH 5/7] rust: sync: Completion: "
` [RFC PATCH 6/7] rust: work: Remove `impl_has_work!`
` [RFC PATCH 7/7] rust: sync: rcu: Introduce RcuHead

[PATCH v2] rcu-tasks: Remove unnecessary smp_store_release() in cblist_init_generic()
 2026-02-25 16:00 UTC  (2+ messages)

[RFC PATCH 0/7] k[v]free_rcu() improvements
 2026-02-25  5:55 UTC  (33+ messages)
` [RFC PATCH 1/7] mm/slab: introduce k[v]free_rcu() with struct rcu_ptr
` [RFC PATCH 2/7] mm: use rcu_ptr instead of rcu_head
` [RFC PATCH 3/7] mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()
` [RFC PATCH 4/7] mm/slab: free a bit in enum objexts_flags
` [RFC PATCH 5/7] mm/slab: move kfree_rcu_cpu[_work] definitions
` [RFC PATCH 6/7] mm/slab: introduce kfree_rcu_nolock()
` [RFC PATCH 7/7] mm/slab: make kfree_rcu_nolock() work with sheaves

[RFC PATCH v5 0/2] Hazard Pointers
 2026-02-23 20:44 UTC  (3+ messages)
` [RFC PATCH v5 1/2] hazptr: Implement "
` [RFC PATCH v5 2/2] hazptr: Add refscale test

[RFC PATCH v4 0/4] Hazard Pointers
 2026-02-23 19:40 UTC  (6+ messages)
` [RFC PATCH v4 4/4] hazptr: Migrate per-CPU slots to backup slot on context switch

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-23  0:33 UTC  (9+ messages)
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH RFC 00/12] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-02-20 19:07 UTC  (16+ messages)
` [PATCH RFC 01/12] sched/isolation: Remove __init restriction from housekeeping cores
` [PATCH RFC 02/12] sched/isolation: Introduce reconfiguration notifier chain
` [PATCH RFC 03/12] genirq: Implement dynamic migration for Managed IRQs
` [PATCH RFC 04/12] rcu: Sync RCU housekeeping mask on notification
` [PATCH RFC 05/12] sched/core: Dynamic update housekeeping_cpumask(HK_TYPE_DOMAIN)
` [PATCH RFC 06/12] watchdog: Allow runtime toggle of hardlockup detector on CPUs
` [PATCH RFC 07/12] workqueue: Dynamic housekeeping mask update support
` [PATCH RFC 08/12] kcompactd: Add housekeeping notifier for dynamic mask update
` [PATCH RFC 09/12] sched/isolation: Separate housekeeping types and add sysfs interface
` [PATCH RFC 10/12] tick/nohz: Implement dynamic nohz_full state update
` [PATCH RFC 11/12] sched/isolation: Implement SMT sibling auto-isolation and safety check
` [PATCH RFC 12/12] sched/isolation: Bridge isolcpus and support runtime tick offload init

rcu stalls during fstests runs for xfs
 2026-02-20 19:01 UTC  (14+ messages)

[PATCH v2 0/2] cpuhp: Improve SMT switch time via lock batching and RCU expedition
 2026-02-16 17:10 UTC  (9+ messages)
` [PATCH v2 1/2] cpuhp: Optimize SMT switch operation by batching lock acquisition
` [PATCH v2 2/2] cpuhp: Expedite RCU grace periods during SMT operations

[GIT PULL] RCU changes for v7.0
 2026-02-10  0:50 UTC  (2+ messages)

[BUG] rcu detected stall in shmem_file_write_iter
 2026-02-09  7:34 UTC  (5+ messages)
    ` 回复: "

[PATCH] cpuhp: Expedite synchronize_rcu during CPU hotplug operations
 2026-02-03  6:31 UTC  (6+ messages)
` [PATCH] cpuhp: Expedite synchronize_rcu during SMT switch

[PATCH] rcu: mark lockdep_assert_rcu_helper() __always_inline
 2026-02-02 15:53 UTC  (3+ messages)

[PATCH] rcu: Latch normal synchronize_rcu() path on flood
 2026-02-02 11:25 UTC  (7+ messages)

[PATCH] cpuhp: Expedite synchronize_rcu during CPU hotplug operations
 2026-02-02  8:46 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update my email address to @kernel.org
 2026-01-30  4:41 UTC  (7+ messages)

[PATCH] srcu: Fix warning to permit SRCU-fast readers in NMI handlers
 2026-01-30  2:39 UTC  (2+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-27 10:21 UTC  (11+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 15/36] srcu: Support Clang's "


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