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]
Message-ID: <20230105005105.GA1772125@paulmck-ThinkPad-P17-Gen-1>
Date:   Wed, 4 Jan 2023 16:51:05 -0800
From:   "Paul E. McKenney" <paulmck@...nel.org>
To:     rcu@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org, kernel-team@...a.com,
        rostedt@...dmis.org
Subject: [PATCH rcu 0/6] RCU CPU stall-warning updates for v6.3

Hello!

This series contains RCU CPU stall-warning updates:

1.	Fix the return type of kstat_cpu_irqs_sum(), courtesy of Zhen Lei.

2.	Add helper kstat_cpu_softirqs_sum(), courtesy of Zhen Lei.

3.	Add helper nr_context_switches_cpu(), courtesy of Zhen Lei.

4.	Add RCU stall diagnosis information, courtesy of Zhen Lei.

5.	Align the output of RCU CPU stall warning messages, courtesy of
	Zhen Lei.

6.	Allow up to five minutes expedited RCU CPU stall-warning timeouts.

						Thanx, Paul

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

 b/Documentation/admin-guide/kernel-parameters.txt |    6 ++++
 b/include/linux/kernel_stat.h                     |    2 -
 b/kernel/rcu/Kconfig.debug                        |   13 +++++++++
 b/kernel/rcu/rcu.h                                |    1 
 b/kernel/rcu/tree.c                               |   18 ++++++++++++
 b/kernel/rcu/tree.h                               |   19 +++++++++++++
 b/kernel/rcu/tree_stall.h                         |   31 ++++++++++++++++++++++
 b/kernel/rcu/update.c                             |    2 +
 b/kernel/sched/core.c                             |    5 +++
 include/linux/kernel_stat.h                       |   12 ++++++++
 kernel/rcu/Kconfig.debug                          |    2 -
 kernel/rcu/tree_stall.h                           |    6 ++--
 12 files changed, 112 insertions(+), 5 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ