On Wed, Sep 17, 2014 at 06:49:03PM +0200, Paul Bolle wrote: > Hi Paul, > > On Tue, 2014-09-16 at 13:41 -0700, Paul E. McKenney wrote: > > rcu: unify boost and kthread priorities > > > > Rename CONFIG_RCU_BOOST_PRIO to CONFIG_RCU_KTHREAD_PRIO and use this > > value for both the per-CPU kthreads (rcuc/N) and the rcu boosting > > threads (rcub/n). > > > > Also, create the module_parameter rcutree.kthread_prio to be used on > > the kernel command line at boot to set a new value (rcutree.kthread_prio=N). > > > > Signed-off-by: Clark Williams <clark.willi...@gmail.com> > > [ paulmck: Ported to rcu/dev. ] > > Signed-off-by: Paul E. McKenney <paul...@linux.vnet.ibm.com> > > This landed in today's linux-next (ie, next-20140917) as commit > 04a96e05bda6 ("rcu: unify boost and kthread priorities"). > > > diff --git a/Documentation/kernel-parameters.txt > > b/Documentation/kernel-parameters.txt > >[...] > > diff --git a/init/Kconfig b/init/Kconfig > >[...] > > diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h > >[...] > > There's a reference to CONFIG_RCU_BOOST_PRIO in > tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt. It needs > updating too, doesn't it?
Good catch! Also the one in tools/testing/selftests/rcutorture/configs/rcu/TREE03. Fixed both, thank you! Thanx, Paul -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/