Message ID | 20201216133014.GT3092@hirez.programming.kicks-ass.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RFC] jump_label/static_call: Add MAINTAINERS | expand |
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@infradead.org> > > 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@infradead.org> > --- > MAINTAINERS | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16766,6 +16766,18 @@ M: Ion Badulescu <ionut@badula.org> > S: Odd Fixes > F: drivers/net/ethernet/adaptec/starfire* > > +STATIC BRANCH/CALL > +M: Peter Zijlstra <peterz@infradead.org> > +M: Josh Poimboeuf <jpoimboe@redhat.com> > +M: Jason Baron <jbaron@akamai.com> > +R: Steven Rostedt <rostedt@goodmis.org> > +R: Ard Biesheuvel <ardb@kernel.org> > +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? > +F: include/linux/jump_label*.h > +F: include/linux/static_call*.h > +F: kernel/jump_label.c > +F: kernel/static_call.c > + > STEC S1220 SKD DRIVER > M: Damien Le Moal <Damien.LeMoal@wdc.com> > L: linux-block@vger.kernel.org
On Wed, 16 Dec 2020 14:42:49 +0100 Peter Zijlstra <peterz@infradead.org> 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@infradead.org> > > > > 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@infradead.org> > > --- > > MAINTAINERS | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -16766,6 +16766,18 @@ M: Ion Badulescu <ionut@badula.org> > > S: Odd Fixes > > F: drivers/net/ethernet/adaptec/starfire* > > > > +STATIC BRANCH/CALL > > +M: Peter Zijlstra <peterz@infradead.org> > > +M: Josh Poimboeuf <jpoimboe@redhat.com> > > +M: Jason Baron <jbaron@akamai.com> > > +R: Steven Rostedt <rostedt@goodmis.org> > > +R: Ard Biesheuvel <ardb@kernel.org> > > +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? Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> -- Steve > > > +F: include/linux/jump_label*.h > > +F: include/linux/static_call*.h > > +F: kernel/jump_label.c > > +F: kernel/static_call.c > > + > > STEC S1220 SKD DRIVER > > M: Damien Le Moal <Damien.LeMoal@wdc.com> > > L: linux-block@vger.kernel.org
On Wed, Dec 16, 2020 at 02:42:49PM +0100, Peter Zijlstra wrote: > > +STATIC BRANCH/CALL > > +M: Peter Zijlstra <peterz@infradead.org> > > +M: Josh Poimboeuf <jpoimboe@redhat.com> > > +M: Jason Baron <jbaron@akamai.com> > > +R: Steven Rostedt <rostedt@goodmis.org> > > +R: Ard Biesheuvel <ardb@kernel.org> > > +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? > > > +F: include/linux/jump_label*.h > > +F: include/linux/static_call*.h > > +F: kernel/jump_label.c > > +F: kernel/static_call.c Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
On Wed, 16 Dec 2020 at 14:42, Peter Zijlstra <peterz@infradead.org> 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@infradead.org> > > > > 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@infradead.org> > > --- > > MAINTAINERS | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -16766,6 +16766,18 @@ M: Ion Badulescu <ionut@badula.org> > > S: Odd Fixes > > F: drivers/net/ethernet/adaptec/starfire* > > > > +STATIC BRANCH/CALL > > +M: Peter Zijlstra <peterz@infradead.org> > > +M: Josh Poimboeuf <jpoimboe@redhat.com> > > +M: Jason Baron <jbaron@akamai.com> > > +R: Steven Rostedt <rostedt@goodmis.org> > > +R: Ard Biesheuvel <ardb@kernel.org> > > +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@kernel.org>
On 12/16/20 8:42 AM, Peter Zijlstra wrote: > On Wed, Dec 16, 2020 at 02:30:14PM +0100, Peter Zijlstra wrote: >> >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -16766,6 +16766,18 @@ M: Ion Badulescu <ionut@badula.org> >> S: Odd Fixes >> F: drivers/net/ethernet/adaptec/starfire* >> >> +STATIC BRANCH/CALL >> +M: Peter Zijlstra <peterz@infradead.org> >> +M: Josh Poimboeuf <jpoimboe@redhat.com> >> +M: Jason Baron <jbaron@akamai.com> >> +R: Steven Rostedt <rostedt@goodmis.org> >> +R: Ard Biesheuvel <ardb@kernel.org> >> +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? > >> +F: include/linux/jump_label*.h >> +F: include/linux/static_call*.h >> +F: kernel/jump_label.c >> +F: kernel/static_call.c >> + >> STEC S1220 SKD DRIVER >> M: Damien Le Moal <Damien.LeMoal@wdc.com> >> L: linux-block@vger.kernel.org Thanks Peter. Acked-by: Jason Baron <jbaron@akamai.com>
--- a/MAINTAINERS +++ b/MAINTAINERS @@ -16766,6 +16766,18 @@ M: Ion Badulescu <ionut@badula.org> S: Odd Fixes F: drivers/net/ethernet/adaptec/starfire* +STATIC BRANCH/CALL +M: Peter Zijlstra <peterz@infradead.org> +M: Josh Poimboeuf <jpoimboe@redhat.com> +M: Jason Baron <jbaron@akamai.com> +R: Steven Rostedt <rostedt@goodmis.org> +R: Ard Biesheuvel <ardb@kernel.org> +S: Supported +F: include/linux/jump_label*.h +F: include/linux/static_call*.h +F: kernel/jump_label.c +F: kernel/static_call.c + STEC S1220 SKD DRIVER M: Damien Le Moal <Damien.LeMoal@wdc.com> L: linux-block@vger.kernel.org