linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RCU simplification and RT needs
@ 2017-06-05 20:35 Paul E. McKenney
  2017-06-06  6:15 ` AW: " eg Engleder Gerhard
  2017-06-06  7:57 ` Daniel Bristot de Oliveira
  0 siblings, 2 replies; 4+ messages in thread
From: Paul E. McKenney @ 2017-06-05 20:35 UTC (permalink / raw)
  To: linux-rt-users; +Cc: tglx, bigeasy, anna-maria, williams, mingo, rostedt

Hello!

At Linus's request, I am simplifying the Linux-kernel RCU implementation,
which includes removing code that implements features and options that
are no longer needed.  This is not a half-hearted effort.  In fact,
I expect that my submission to the next merge window will be a net
removal of more than 2500 lines of code.

But wait, there is more!  ;-)

Although the following two features are not being axed in v4.13, they
will be in v4.14 unless someone makes a convincing case for them:

1.	The ability to build a CONFIG_RCU_NOCB_CPUS=y kernel without
	also specifying CONFIG_NO_HZ_FULL.

	Unless someone speaks for this configuration option,
	CONFIG_RCU_NOCB_CPUS will be slaved off of CONFIG_NO_HZ_FULL,
	and the rcu_nocbs= boot parameter will be dropped.  (RCU would
	instead use the nohz_full= boot parameter to determine which
	CPUs get their callbacks offloaded.)

2.	The ability to specify polling for callback-offloaded CPUs.  This
	means that the rcu_nocb_poll= boot parameter will be dropped,
	and the CPU doing call_rcu() would do explicit wakeups, when
	needed, to get the corresponding rcuo kthread on the job.

	I have no evidence that anyone has ever used this option, other
	than me running the occasional rcutorture test.

So, anyone need either of these?  If not, out they go!  ;-)

							Thanx, Paul


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-06 12:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05 20:35 RCU simplification and RT needs Paul E. McKenney
2017-06-06  6:15 ` AW: " eg Engleder Gerhard
2017-06-06  7:57 ` Daniel Bristot de Oliveira
2017-06-06 12:58   ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).