From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S940962AbcIFSLo (ORCPT ); Tue, 6 Sep 2016 14:11:44 -0400 Received: from foss.arm.com ([217.140.101.70]:33076 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936449AbcIFSLm (ORCPT ); Tue, 6 Sep 2016 14:11:42 -0400 Date: Tue, 6 Sep 2016 19:11:46 +0100 From: Will Deacon To: Catalin Marinas Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, corbet@lwn.net, peterz@infradead.org, jbaron@akamai.com, Suzuki.Poulose@arm.com Subject: Re: [PATCH v2 1/2] jump_labels: Allow array initialisers Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473096348-19548-2-git-send-email-catalin.marinas@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Cheers, Will