Re: [RFC][PATCH] jump_label/static_call: Add MAINTAINERS

From: Ard Biesheuvel
Date: Wed Dec 16 2020 - 11:20:40 EST


On Wed, 16 Dec 2020 at 14:42, Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
>
> On Wed, Dec 16, 2020 at 02:30:14PM +0100, Peter Zijlstra wrote:
> >
> > FWIW, I recently noticed we're not being Cc'ed on patches for this
> > stuff, so how about we do something like the below?
> >
> > Anybody holler if they don't agree with the letter assigned, or if they
> > feel they've been left out entirely and want in on the 'fun' :-)
> >
> > ---
> > Subject: jump_label/static_call: Add MAINTAINERS
> > From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> >
> > These files don't appear to have a MAINTAINERS entry and as such
> > patches miss being seen by people who know this code.
> >
> > Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> > ---
> > MAINTAINERS | 12 ++++++++++++
> > 1 file changed, 12 insertions(+)
> >
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16766,6 +16766,18 @@ M: Ion Badulescu <ionut@xxxxxxxxxx>
> > S: Odd Fixes
> > F: drivers/net/ethernet/adaptec/starfire*
> >
> > +STATIC BRANCH/CALL
> > +M: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> > +M: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
> > +M: Jason Baron <jbaron@xxxxxxxxxx>
> > +R: Steven Rostedt <rostedt@xxxxxxxxxxx>
> > +R: Ard Biesheuvel <ardb@xxxxxxxxxx>
> > +S: Supported
>
> F: arch/*/include/asm/jump_label*.h
> F: arch/*/include/asm/static_call*.h
> F: arch/*/kernel/jump_label.c
> F: arch/*/kernel/static_call.c
>
> These too?
>

Yes, that makes sense.

Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx>