Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Paul Gortmaker
[Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular] On 25/08/2015 (Tue 15:37) Paul E. McKenney wrote: > On Tue, Aug 25, 2015 at 02:11:09PM -0400, Paul Gortmaker wrote: > > [Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular] On > > 25/08/2015 (

Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Paul E. McKenney
On Tue, Aug 25, 2015 at 02:11:09PM -0400, Paul Gortmaker wrote: > [Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular] On > 25/08/2015 (Tue 09:29) Josh Triplett wrote: > > > On Tue, Aug 25, 2015 at 11:23:17AM -0400, Paul Gortmaker wrote: > > > The Kconf

Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Paul Gortmaker
[Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular] On 25/08/2015 (Tue 09:29) Josh Triplett wrote: > On Tue, Aug 25, 2015 at 11:23:17AM -0400, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > init/Kconfig:

Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Josh Triplett
On Tue, Aug 25, 2015 at 11:23:17AM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > init/Kconfig:config TREE_RCU_TRACE > init/Kconfig: def_bool RCU_TRACE && ( TREE_RCU || PREEMPT_RCU ) > > ...meaning that it currently is not being built as a

[PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: init/Kconfig:config TREE_RCU_TRACE init/Kconfig: def_bool RCU_TRACE && ( TREE_RCU || PREEMPT_RCU ) ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned,

Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Josh Triplett
On Tue, Aug 25, 2015 at 11:23:17AM -0400, Paul Gortmaker wrote: The Kconfig currently controlling compilation of this code is: init/Kconfig:config TREE_RCU_TRACE init/Kconfig: def_bool RCU_TRACE ( TREE_RCU || PREEMPT_RCU ) ...meaning that it currently is not being built as a module by

[PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: init/Kconfig:config TREE_RCU_TRACE init/Kconfig: def_bool RCU_TRACE ( TREE_RCU || PREEMPT_RCU ) ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so

Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Paul Gortmaker
[Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular] On 25/08/2015 (Tue 09:29) Josh Triplett wrote: On Tue, Aug 25, 2015 at 11:23:17AM -0400, Paul Gortmaker wrote: The Kconfig currently controlling compilation of this code is: init/Kconfig:config TREE_RCU_TRACE init

Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Paul E. McKenney
On Tue, Aug 25, 2015 at 02:11:09PM -0400, Paul Gortmaker wrote: [Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular] On 25/08/2015 (Tue 09:29) Josh Triplett wrote: On Tue, Aug 25, 2015 at 11:23:17AM -0400, Paul Gortmaker wrote: The Kconfig currently controlling compilation

Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular

2015-08-25 Thread Paul Gortmaker
[Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular] On 25/08/2015 (Tue 15:37) Paul E. McKenney wrote: On Tue, Aug 25, 2015 at 02:11:09PM -0400, Paul Gortmaker wrote: [Re: [PATCH] kernel: make rcu/tree_trace.c explicitly non-modular] On 25/08/2015 (Tue 09:29) Josh Triplett