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

2020-12-16 Thread Jason Baron
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 >> S: Odd Fixes >> F: drivers/net/ethernet/adaptec/starfire* >> >> +STATIC BRANCH/CALL >

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

2020-12-16 Thread Josh Poimboeuf
On Wed, Dec 16, 2020 at 02:42:49PM +0100, Peter Zijlstra wrote: > > +STATIC BRANCH/CALL > > +M: Peter Zijlstra > > +M: Josh Poimboeuf > > +M: Jason Baron > > +R: Steven Rostedt > > +R: Ard Biesheuvel > > +S: Supported > > F:arch/*/include/asm/jump_label*.h > F:arch/*/include/asm/stati

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

2020-12-16 Thread Ard Biesheuvel
On Wed, 16 Dec 2020 at 14:42, Peter Zijlstra 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

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

2020-12-16 Thread Steven Rostedt
On Wed, 16 Dec 2020 14:42:49 +0100 Peter Zijlstra 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 agre

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

2020-12-16 Thread Peter Zijlstra
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 ent

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

2020-12-16 Thread Peter Zijlstra
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: Ad