From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul E. McKenney" Subject: Re: [PATCH 1/2] kernel/SRCU: provide a static initializer Date: Tue, 29 May 2018 10:26:11 -0700 Message-ID: <20180529172611.GL3803@linux.vnet.ibm.com> References: <20180525101958.13277-1-bigeasy@linutronix.de> <20180525101958.13277-2-bigeasy@linutronix.de> <20180529120443.GE3803@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Sebastian Andrzej Siewior , Linux PM , Linux Kernel Mailing List , "Rafael J. Wysocki" , Viresh Kumar , Thomas Gleixner List-Id: linux-pm@vger.kernel.org On Tue, May 29, 2018 at 07:14:49PM +0200, Rafael J. Wysocki wrote: > On Tue, May 29, 2018 at 2:04 PM, Paul E. McKenney > wrote: > > On Tue, May 29, 2018 at 10:09:51AM +0200, Rafael J. Wysocki wrote: > >> On Fri, May 25, 2018 at 12:19 PM, Sebastian Andrzej Siewior > >> wrote: > >> > There are macros for static initializer for the three out of four > >> > possible notifier types, that are: > >> > ATOMIC_NOTIFIER_HEAD() > >> > BLOCKING_NOTIFIER_HEAD() > >> > RAW_NOTIFIER_HEAD() > >> > > >> > This patch provides a static initilizer for the forth type to make it > >> > complete. > >> > > >> > Cc: "Paul E. McKenney" > >> > Signed-off-by: Sebastian Andrzej Siewior > >> > >> I cannot apply this without an ACK from Paul. > > > > I have both queued, but if you would prefer to take them, then for the > > SRCU piece: > > > > Tested-by: Paul E. McKenney > > Reviewed-by: Paul E. McKenney > > Thanks! > > I'll route them along with the other cpufreq material then. Please let me know when you have them queued so that I can remove them from -rcu. Thanx, Paul