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:	Tue, 24 Sep 2013 18:42:10 -0700
From:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:	linux-kernel@...r.kernel.org
Cc:	mingo@...nel.org, laijs@...fujitsu.com, dipankar@...ibm.com,
	akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
	josh@...htriplett.org, niv@...ibm.com, tglx@...utronix.de,
	peterz@...radead.org, rostedt@...dmis.org, dhowells@...hat.com,
	edumazet@...gle.com, darren@...art.com, fweisbec@...il.com,
	sbw@....edu
Subject: [PATCH tip/core/rcu 0/10] Grace-period-related changes for 3.13

Hello!

This series contains updates to RCU's grace-period processsing, mostly
to improve debuggability of RCU itself.

1.	Add consistency checks to the grace-period initialization logic.

2.	Prevent spurious-wakeup DoS attack on rcu_gp_kthread.

3.	Flag lockless accesses to ->gp_flags with ACCESS_ONCE().

4-6.	Add event tracing to various aspects of RCU grace period processing.

7.	Distinguish between NOCB and non-NOCB rcu_callback trace events.

8.	Add event tracing to track rcu_nocb_kthread() sleeping and awakening.

9.	Avoid sparse warnings in rcu_nocb_wake trace event.

10.	Make RCU use resched_cpu() instead of the current set_need_resched(),
	courtesy of Peter Zijlstra.

							Thanx, Paul


 b/include/trace/events/rcu.h |   80 +++++++++++++++++++++++++++++++++++--------
 b/kernel/rcutiny.c           |    2 -
 b/kernel/rcutree.c           |   71 ++++++++++++++++++++++++++++++++------
 b/kernel/rcutree_plugin.h    |   35 ++++++++++++++++--
 b/kernel/sched/core.c        |   10 +----
 5 files changed, 160 insertions(+), 38 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ