lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 18 Apr 2022 17:20:08 -0700
From:   "Paul E. McKenney" <paulmck@...nel.org>
To:     rcu@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org, kernel-team@...com,
        rostedt@...dmis.org
Subject: [PATCH rcu 0/2] Expedited grace-period updates for v5.19

Hello!

This series contains updates to RCU expedited grace periods, most
notably providing milliseconds-scale soft real-time response from
synchronize_rcu_expedited().  This is also the first time in almost
30 years of RCU that someone other than me has pushed for a reduction
in the RCU CPU stall-warning timeout, in this case by more than three
orders of magnitude from 21 seconds to 20 milliseconds.  This tighter
timeout applies only to expedited grace periods.

1.	Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT, courtesy of Uladzislau
	Rezki.

2.	Move expedited grace period (GP) work to RT kthread_worker,
	courtesy of Kalesh Singh.

						Thanx, Paul

------------------------------------------------------------------------

 b/Documentation/RCU/stallwarn.rst                 |   18 ++
 b/Documentation/admin-guide/kernel-parameters.txt |    9 +
 b/kernel/rcu/Kconfig                              |   14 ++
 b/kernel/rcu/Kconfig.debug                        |   13 +
 b/kernel/rcu/rcu.h                                |    2 
 b/kernel/rcu/tree.c                               |   51 +++++++
 b/kernel/rcu/tree.h                               |    5 
 b/kernel/rcu/tree_exp.h                           |    4 
 b/kernel/rcu/tree_stall.h                         |   26 +++
 b/kernel/rcu/update.c                             |    2 
 kernel/rcu/rcu.h                                  |    5 
 kernel/rcu/tree_exp.h                             |  147 +++++++++++++++++-----
 12 files changed, 260 insertions(+), 36 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ