From mboxrd@z Thu Jan 1 00:00:00 1970 From: peterz@infradead.org (Peter Zijlstra) Date: Tue, 6 Sep 2016 20:50:42 +0200 Subject: [PATCH v2 1/2] jump_labels: Allow array initialisers In-Reply-To: <20160906181146.GD29382@arm.com> References: <1473096348-19548-1-git-send-email-catalin.marinas@arm.com> <1473096348-19548-2-git-send-email-catalin.marinas@arm.com> <20160906181146.GD29382@arm.com> Message-ID: <20160906185042.GN10153@twins.programming.kicks-ass.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 06, 2016 at 07:11:46PM +0100, Will Deacon wrote: > On Mon, Sep 05, 2016 at 06:25:47PM +0100, Catalin Marinas wrote: > > The static key API is currently designed around single variable > > definitions. There are cases where an array of static keys is desirable, > > so extend the API to allow this rather than using the internal static > > key implementation directly. > > > > Suggested-by: Dave P Martin > > Cc: Peter Zijlstra > > Cc: Jason Baron > > Cc: Jonathan Corbet > > Signed-off-by: Catalin Marinas > > --- > > Documentation/static-keys.txt | 9 +++++++++ > > include/linux/jump_label.h | 12 ++++++++++++ > > 2 files changed, 21 insertions(+) > > This looks pretty straightforward to me, and I'd like to take it via > the arm64 tree given that your subsequent patch depends on it. > > Peter -- are you ok with this? Acked-by: Peter Zijlstra (Intel)