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:   Fri, 1 Dec 2017 11:41:39 -0800
From:   "Paul E. McKenney" <paulmck@...ux.vnet.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
Subject: [PATCH tip/core/rcu 0/6] Miscellaneous fixes for v4.16

Hello!

This series provides miscellaneous fixes:

1.	Prohibit call_srcu() use under raw spinlocks.  This feature is
	not currently used and causes trouble for the -rt guys.

2.	Change printk() %p to %pK in SRCU.

3.	Change printk() %p to %pK in RCU.

4.	Hide trace event rcu_nocb_wake when not used, courtesy of Steven
	Rostedt.

5.	Add comment giving debug strategy for double call_rcu().

6.	Remove have_rcu_nocb_mask from tree_plugin.h, courtesy of
	Rakib Mullick.

							Thanx, Paul

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

 include/linux/srcutree.h   |    8 +--
 include/trace/events/rcu.h |    2 
 kernel/rcu/srcutree.c      |  111 +++++++++++++++++++++++++++------------------
 kernel/rcu/tree.c          |    9 ++-
 kernel/rcu/tree_plugin.h   |   13 ++---
 kernel/rcu/update.c        |    2 
 6 files changed, 88 insertions(+), 57 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ