[PATCH v2 1/2] jump_labels: Allow array initialisers

Will Deacon will.deacon at arm.com
Tue Sep 6 11:11:46 PDT 2016


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 <Dave.Martin at arm.com>
> Cc: Peter Zijlstra <peterz at infradead.org>
> Cc: Jason Baron <jbaron at akamai.com>
> Cc: Jonathan Corbet <corbet at lwn.net>
> Signed-off-by: Catalin Marinas <catalin.marinas at arm.com>
> ---
>  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



More information about the linux-arm-kernel mailing list