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:	Thu, 16 Jun 2011 17:00:19 -0700
From:	"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To:	linux-kernel@...r.kernel.org
Cc:	mingo@...e.hu, laijs@...fujitsu.com, dipankar@...ibm.com,
	akpm@...ux-foundation.org, mathieu.desnoyers@...ymtl.ca,
	josh@...htriplett.org, niv@...ibm.com, tglx@...utronix.de,
	peterz@...radead.org, rostedt@...dmis.org, Valdis.Kletnieks@...edu,
	dhowells@...hat.com, eric.dumazet@...il.com, darren@...art.com,
	patches@...aro.org
Subject: [PATCH rcu/urgent] Banishing kthreads

This patchset banishes RCU kthreads from non-RCU_BOOST kernel threads.
The two patches are as follows:

1.	Minimal patch that #ifdefs out the kthread code.

2.	Code-movement patch that puts the code #ifdefed out above
	under existing #ifdefs in kernel/rcutree_plugin.h.

For a testing-only version of this patchset from git, please see the
following subject-to-rebase branch:

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/urgent

								Thanx, Paul

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

 b/kernel/rcutree.c        |   59 +++++--
 b/kernel/rcutree.h        |    8 
 b/kernel/rcutree_plugin.h |   41 +++-
 b/kernel/rcutree_trace.c  |   32 ++-
 kernel/rcutree.c          |  383 ---------------------------------------------
 kernel/rcutree.h          |    5 
 kernel/rcutree_plugin.h   |  384 ++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 489 insertions(+), 423 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