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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 25 Oct 2009 19:27:46 -0700
From:	Josh Triplett <josh@...htriplett.org>
To:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Cc:	linux-kernel@...r.kernel.org, mingo@...e.hu, laijs@...fujitsu.com,
	dipankar@...ibm.com, akpm@...ux-foundation.org,
	mathieu.desnoyers@...ymtl.ca, dvhltc@...ibm.com, niv@...ibm.com,
	tglx@...utronix.de, peterz@...radead.org, rostedt@...dmis.org,
	Valdis.Kletnieks@...edu, dhowells@...hat.com, avi@...hat.com,
	mtosatti@...hat.com
Subject: Re: [PATCH tip/core/rcu 0/6] rcu: Tiny RCU, expedited RCU,
 rcutorture fixes, lockdep simplification

On Sun, Oct 25, 2009 at 07:02:53PM -0700, Paul E. McKenney wrote:
> Updated patches for post 2.6.32:
> 
> o	RCU the Bloatwatch Edition, v8
> 
> o	Add synchronize_rcu_expedited().
> 
> o	Add rcutorture tests for synchronize_rcu_expedited().
> 
> o	Update RCU documentation for synchronize_rcu_expedited().
> 
> o	Make rcutorture list the torture types it knows about when
> 	complaining about the one specified.
> 
> o	Simplify creation of the separate lockdep class for the
> 	root rcu_node structure's lock.
> 
> 
>  b/Documentation/RCU/whatisRCU.txt |    3 
>  b/include/linux/hardirq.h         |   24 +++
>  b/include/linux/rcupdate.h        |    6 
>  b/include/linux/rcutiny.h         |   97 ++++++++++++
>  b/include/linux/srcu.h            |    1 
>  b/init/Kconfig                    |    9 +
>  b/kernel/Makefile                 |    1 
>  b/kernel/rcupdate.c               |    4 
>  b/kernel/rcutiny.c                |  295 +++++++++++++++++++++++++++++++++++++-
>  b/kernel/rcutorture.c             |   26 ++-
>  b/kernel/rcutree.c                |    5 
>  b/kernel/rcutree.h                |    3 
>  b/kernel/srcu.c                   |   75 ++++++---
>  kernel/rcutorture.c               |    7 
>  14 files changed, 519 insertions(+), 37 deletions(-)

For all 6 patches:
Acked-by: Josh Triplett <josh@...htriplett.org>
--
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