diff options
author | Linus Torvalds | 2020-12-27 09:06:10 -0800 |
---|---|---|
committer | Linus Torvalds | 2020-12-27 09:06:10 -0800 |
commit | 6be5f58215f1dcbd697a695ad5db9986c28c50c3 (patch) | |
tree | 4a987abf93880357f67609c992dd203ac8eb2fbc /MAINTAINERS | |
parent | 2eeefc60ad70ffb7a5daf9f47aef5b1ebd1f39ad (diff) | |
parent | 91ea62d58bd661827c328a2c6c02a87fa4aae88b (diff) |
Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fixes from Ingo Molnar:
"Misc fixes/updates:
- Fix static keys usage in module __init sections
- Add separate MAINTAINERS entry for static branches/calls
- Fix lockdep splat with CONFIG_PREEMPTIRQ_EVENTS=y tracing"
* tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
softirq: Avoid bad tracing / lockdep interaction
jump_label/static_call: Add MAINTAINERS
jump_label: Fix usage in module __init
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 154c87032bae..546aa66428c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16917,6 +16917,22 @@ 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 +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 |