Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2024-05-20 18:48:54 to 2024-06-07 06:27:21 UTC [more...]

[RCU] zombie task hung in synchronize_rcu_expedited
 2024-06-07  6:25 UTC  (6+ messages)

[PATCH rcu 0/9] Miscellaneous fixes for v6.11
 2024-06-07  1:51 UTC  (19+ messages)
` [PATCH rcu 1/9] rcu: Add lockdep_assert_in_rcu_read_lock() and friends
` [PATCH rcu 2/9] rcu: Reduce synchronize_rcu() delays when all wait heads are in use
` [PATCH rcu 3/9] rcu/tree: Reduce wake up for synchronize_rcu() common case
` [PATCH rcu 4/9] rcu: Disable interrupts directly in rcu_gp_init()
` [PATCH rcu 5/9] srcu: Disable interrupts directly in srcu_gp_end()
` [PATCH rcu 6/9] rcu: Add rcutree.nocb_patience_delay to reduce nohz_full OS jitter
` [PATCH rcu 7/9] MAINTAINERS: Add Uladzislau Rezki as RCU maintainer
` [PATCH rcu 8/9] rcu: Eliminate lockless accesses to rcu_sync->gp_count
` [PATCH rcu 9/9] rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-06-06  0:03 UTC  (3+ messages)

[PATCH rcu 0/6] Grace-period memory-barrier adjustments for v6.11
 2024-06-05 18:44 UTC  (9+ messages)
` [PATCH rcu 1/6] rcu: Remove full ordering on second EQS snapshot
` [PATCH rcu 2/6] rcu: Remove superfluous full memory barrier upon first "
` [PATCH rcu 3/6] rcu/exp: "
` [PATCH rcu 4/6] rcu: Remove full memory barrier on boot time eqs sanity check
` [PATCH rcu 5/6] rcu: Remove full memory barrier on RCU stall printout
` [PATCH rcu 6/6] rcu/exp: Remove redundant full memory barrier at the end of GP

[PATCH rcu 0/2] RCU documentation updates for v6.11
 2024-06-05 18:36 UTC  (7+ messages)
` [PATCH rcu 1/2] doc: Update Tasks RCU and Tasks Rude RCU description in Requirements.rst
` [PATCH rcu 2/2] doc: Clarify rcu_assign_pointer() and rcu_dereference() ordering

[PATCH rcu 0/4] Torture-test updates for v6.11
 2024-06-05 18:02 UTC  (7+ messages)
` [PATCH rcu 1/4] rcutorture: Make rcutorture support srcu double call test
` [PATCH rcu 2/4] rcutorture: Fix rcu_torture_fwd_cb_cr() data race
` [PATCH rcu 3/4] rcutorture: Add missing MODULE_DESCRIPTION() macros
` [PATCH rcu 4/4] tools/rcu: Add rcu-updaters.sh script

[PATCH v2] rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()
 2024-06-05  3:07 UTC  (2+ messages)

[PATCH rcu 0/2] RCU Tasks updates for v6.11
 2024-06-04 22:35 UTC  (3+ messages)
` [PATCH rcu 1/2] Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"
` [PATCH rcu 2/2] rcu/tasks: Fix stale task snaphot for Tasks Trace

[PATCH rcu 0/4] Callback-offloading patches for v6.11
 2024-06-04 22:28 UTC  (5+ messages)
` [PATCH rcu 1/4] rcu/nocb: Fix segcblist state machine comments about bypass
` [PATCH rcu 2/4] rcu/nocb: Fix segcblist state machine stale comments about timers
` [PATCH rcu 3/4] rcu/nocb: Use kthread parking instead of ad-hoc implementation
` [PATCH rcu 4/4] rcu/nocb: Remove buggy bypass lock contention mitigation

[PATCH rcu 0/4] Torture-test updates for v6.11
 2024-06-04 22:17 UTC  (5+ messages)
` [PATCH torture 1/4] torture: Add MODULE_DESCRIPTION()
` [PATCH torture 2/4] locktorture: "
` [PATCH torture 3/4] scftorture: "
` [PATCH torture 4/4] scftorture: Make torture_type static

[PATCH 0/6] rcu: Remove several redundant memory barriers
 2024-06-04 14:00 UTC  (5+ messages)
` [PATCH 5/6] rcu: Remove full memory barrier on RCU stall printout

patch idea: convert trivial call_rcu users to kfree_rcu
 2024-06-04 11:26 UTC  (18+ messages)
` [cocci] "

[PATCH] rcutorture: Skip debug object testing for cur_ops without ->debug_objects set
 2024-06-04  3:30 UTC  (8+ messages)

[PATCH] rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()
 2024-06-04  3:16 UTC  (4+ messages)

[PATCH V2] rcutorture: Add CFcommon.arch for the various arch's need
 2024-06-01  4:35 UTC  (2+ messages)

arm-linux-gnueabihf-ld: kernel/rcu/update.o:update.c:(.text+0x1cc4): more undefined references to `__bad_cmpxchg' follow
 2024-05-31 19:42 UTC  (13+ messages)

And the v6.11 pull request will come from me
 2024-05-31  0:34 UTC  (7+ messages)
` Updated -next branch and repo for RCU commits

[PATCH 00/11] rcu/nocb: (De-)offloading on offline CPUs
 2024-05-30 13:45 UTC  (12+ messages)
` [PATCH 01/11] rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN()
` [PATCH 02/11] rcu/nocb: Move nocb field at the end of state struct
` [PATCH 03/11] rcu/nocb: Assert no callbacks while nocb kthread allocation fails
` [PATCH 04/11] rcu/nocb: Introduce nocb mutex
` [PATCH 05/11] rcu/nocb: (De-)offload callbacks on offline CPUs only
` [PATCH 06/11] rcu/nocb: Remove halfway (de-)offloading handling from bypass
` [PATCH 07/11] rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s QS reporting
` [PATCH 08/11] rcu/nocb: Remove halfway (de-)offloading handling from rcu_core
` [PATCH 09/11] rcu/nocb: Remove SEGCBLIST_RCU_CORE
` [PATCH 10/11] rcu/nocb: Remove SEGCBLIST_KTHREAD_CB
` [PATCH 11/11] rcu/nocb: Simplify (de-)offloading state machine

About the conflict between XFS inode recycle and VFS rcu-walk
 2024-05-28 15:51 UTC  (15+ messages)

[PATCH printk v6 00/30] wire up write_atomic() printing
 2024-05-28 13:35 UTC  (5+ messages)
` [PATCH printk v6 29/30] rcu: Mark emergency sections in rcu stalls

[PATCHv4 net-next 00/14] ipvs: per-net tables and optimizations
 2024-05-28  8:02 UTC  (15+ messages)
` [PATCHv4 net-next 01/14] rculist_bl: add hlist_bl_for_each_entry_continue_rcu
` [PATCHv4 net-next 02/14] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
` [PATCHv4 net-next 03/14] ipvs: some service readers can use RCU
` [PATCHv4 net-next 04/14] ipvs: use single svc table
` [PATCHv4 net-next 05/14] ipvs: do not keep dest_dst after dest is removed
` [PATCHv4 net-next 06/14] ipvs: use more counters to avoid service lookups
` [PATCHv4 net-next 07/14] ipvs: add resizable hash tables
` [PATCHv4 net-next 08/14] ipvs: use resizable hash table for services
` [PATCHv4 net-next 09/14] ipvs: switch to per-net connection table
` [PATCHv4 net-next 10/14] ipvs: show the current conn_tab size to users
` [PATCHv4 net-next 11/14] ipvs: no_cport and dropentry counters can be per-net
` [PATCHv4 net-next 12/14] ipvs: use more keys for connection hashing
` [PATCHv4 net-next 13/14] ipvs: add ip_vs_status info
` [PATCHv4 net-next 14/14] ipvs: add conn_lfactor and svc_lfactor sysctl vars

[PATCH] drm/radeon/r100: enhance error handling in r100_cp_init_microcode
 2024-05-28  1:45 UTC  (4+ messages)

[PATCH 0/6] Cleanup cpumask.h inclusion in core headers
 2024-05-28  0:56 UTC  (7+ messages)
` [PATCH 1/6] MAINTAINERS: add linux/nodemask_types.h to BITMAP API
` [PATCH 2/6] sched: avoid using ilog2() in sched.h
` [PATCH 3/6] cpumask: split out include/linux/cpumask_types.h
` [PATCH 4/6] sched: drop sched.h dependency on cpumask
` [PATCH 5/6] cpumask: cleanup core headers inclusion
` [PATCH 6/6] cpumask: make core headers including cpumask_types.h where possible

[PATCH AUTOSEL 4.19] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
 2024-05-26  9:43 UTC 

[PATCH AUTOSEL 5.4] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
 2024-05-26  9:43 UTC 

[PATCH AUTOSEL 5.10 2/5] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
 2024-05-26  9:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 3/5] rcutorture: Fix invalid context warning when enable srcu barrier testing

[PATCH AUTOSEL 5.15 3/7] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
 2024-05-26  9:43 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 4/7] rcutorture: Make stall-tasks directly exit when rcutorture tests end
` [PATCH AUTOSEL 5.15 5/7] rcutorture: Fix invalid context warning when enable srcu barrier testing

[PATCH AUTOSEL 6.1 5/9] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
 2024-05-26  9:43 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 6/9] rcutorture: Make stall-tasks directly exit when rcutorture tests end
` [PATCH AUTOSEL 6.1 7/9] rcutorture: Fix invalid context warning when enable srcu barrier testing

[PATCH AUTOSEL 6.6 07/11] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
 2024-05-26  9:42 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 08/11] rcutorture: Make stall-tasks directly exit when rcutorture tests end
` [PATCH AUTOSEL 6.6 09/11] rcutorture: Fix invalid context warning when enable srcu barrier testing

[PATCH AUTOSEL 6.8 07/14] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
 2024-05-26  9:42 UTC  (3+ messages)
` [PATCH AUTOSEL 6.8 08/14] rcutorture: Make stall-tasks directly exit when rcutorture tests end
` [PATCH AUTOSEL 6.8 09/14] rcutorture: Fix invalid context warning when enable srcu barrier testing

[PATCH AUTOSEL 6.9 07/15] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
 2024-05-26  9:41 UTC  (3+ messages)
` [PATCH AUTOSEL 6.9 08/15] rcutorture: Make stall-tasks directly exit when rcutorture tests end
` [PATCH AUTOSEL 6.9 09/15] rcutorture: Fix invalid context warning when enable srcu barrier testing

[PATCH] rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation
 2024-05-24 14:05 UTC 

[PATCH printk v5 00/30] wire up write_atomic() printing
 2024-05-21 14:03 UTC  (3+ messages)
` [PATCH printk v5 29/30] rcu: Mark emergency sections in rcu stalls

[PATCH 0/2] rcu/tasks: Fix stale task snapshot
 2024-05-21 13:38 UTC  (7+ messages)
` [PATCH 2/2] rcu/tasks: Further comment ordering around current task snapshot on TASK-TRACE

[PATCH V2 00/11] rcu/x86: Use per-cpu rcu preempt count
 2024-05-20 20:03 UTC  (2+ messages)


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