Files
Corey Minyard b40aec33ee ipmi: Don't initialize anything in the core until something uses it
commit 913a89f009 upstream.

The IPMI driver was recently modified to use SRCU, but it turns out
this uses a chunk of percpu memory, even if IPMI is never used.

So modify thing to on initialize on the first use.  There was already
code to sort of handle this for handling init races, so piggy back
on top of that, and simplify it in the process.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reported-by: Tejun Heo <tj@kernel.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: stable@vger.kernel.org # 4.18
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-01-26 09:32:44 +01:00
..
2018-03-14 19:13:47 +01:00
2018-06-05 11:24:55 -07:00
…
2018-07-03 13:01:57 +02:00
…
…
…
2018-05-16 07:23:35 +02:00
…
2018-06-12 16:19:22 -07:00
2018-08-02 17:16:03 +02:00
…
…
…