From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756707AbcIFSut (ORCPT ); Tue, 6 Sep 2016 14:50:49 -0400 Received: from merlin.infradead.org ([205.233.59.134]:40104 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756411AbcIFSus (ORCPT ); Tue, 6 Sep 2016 14:50:48 -0400 Date: Tue, 6 Sep 2016 20:50:42 +0200 From: Peter Zijlstra To: Will Deacon Cc: Catalin Marinas , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, corbet@lwn.net, jbaron@akamai.com, Suzuki.Poulose@arm.com Subject: Re: [PATCH v2 1/2] jump_labels: Allow array initialisers Message-ID: <20160906185042.GN10153@twins.programming.kicks-ass.net> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160906181146.GD29382@arm.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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)