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:   Sun, 11 Nov 2018 11:28:39 -0800
From:   "Paul E. McKenney" <paulmck@...ux.ibm.com>
To:     linux-kernel@...r.kernel.org
Cc:     mingo@...nel.org, jiangshanlai@...il.com, dipankar@...ibm.com,
        akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
        josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
        rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
        fweisbec@...il.com, oleg@...hat.com, joel@...lfernandes.org
Subject: [PATCH tip/core/rcu 0/14] Miscellaneous fixes for v4.21/v5.0

Hello!

This series contains miscellaneous fixes:

1.	Stop expedited grace periods from relying on stop-machine.

2.	Update IBM maintainers' email addresses from @linux.vnet.ibm.com
	to @linux.ibm.com.

3.	Avoid double multiply by HZ in rcu_check_gp_start_stall().

4.	Parameterize rcu_check_gp_start_stall() to allow common code
	between RCU CPU stall warnings and warnings about slow-to-start
	grace periods.

5.	Add state name to show_rcu_gp_kthreads() output.

6.	Add jiffies-since-GP-activity to show_rcu_gp_kthreads().

7.	Adjust the comment of function rcu_is_watching, courtesy of
	Zhouyi Zhou.

8.	Trace end of grace period before end of grace period.

9.	Speed up expedited GPs when interrupting RCU reader.

10.	Replace this_cpu_ptr() with __this_cpu_read() in
	rcu_preempt_need_deferred_qs()

11.	Avoid signed integer overflow in rcu_preempt_deferred_qs().

12.	Add Joel Fernandes as RCU reviewer in MAINTAINERS file.

13.	Create table of obsolete APIs in checkpatch.pl and apply to RCU,
	courtesy of Joe Perches.

14.	Make checkpatch.pl suggest lockdep instead of asserting
	!spin_is_locked().

							Thanx, Paul

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

 MAINTAINERS              |   73 +++++++++++++++++++++--------------------------
 include/linux/sched.h    |    4 +-
 kernel/rcu/tree.c        |   53 ++++++++++++++++++----------------
 kernel/rcu/tree_exp.h    |   10 ++++--
 kernel/rcu/tree_plugin.h |   37 ++++++++++++++++-------
 scripts/checkpatch.pl    |   35 ++++++++++++++++++++++
 6 files changed, 132 insertions(+), 80 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ