Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1477750

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

From Peter Zijlstra <peterz@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2 1/2] jump_labels: Allow array initialisers
Date 2016-09-06 21:00 +0200
Message-ID <setLb-5Jg-1@gated-at.bofh.it> (permalink)
References <se5Sy-6Mh-15@gated-at.bofh.it> <se5SA-6Mh-55@gated-at.bofh.it> <set8u-5vV-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] arm64: Use static keys for CPU features Catalin Marinas <catalin.marinas@arm.com> - 2016-09-05 19:30 +0200
  [PATCH v2 1/2] jump_labels: Allow array initialisers Catalin Marinas <catalin.marinas@arm.com> - 2016-09-05 19:30 +0200
    Re: [PATCH v2 1/2] jump_labels: Allow array initialisers Will Deacon <will.deacon@arm.com> - 2016-09-06 20:20 +0200
      Re: [PATCH v2 1/2] jump_labels: Allow array initialisers Peter Zijlstra <peterz@infradead.org> - 2016-09-06 21:00 +0200
  [PATCH v2 2/2] arm64: Use static keys for CPU features Catalin Marinas <catalin.marinas@arm.com> - 2016-09-05 19:30 +0200
    Re: [PATCH v2 2/2] arm64: Use static keys for CPU features Jason Baron <jbaron@akamai.com> - 2016-09-07 19:10 +0200
      Re: [PATCH v2 2/2] arm64: Use static keys for CPU features Catalin Marinas <catalin.marinas@arm.com> - 2016-09-08 15:50 +0200

csiph-web