aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zijlstra <[email protected]>2020-12-16 14:19:22 +0100
committerPeter Zijlstra <[email protected]>2020-12-18 16:53:12 +0100
commit441fa3409769180df2fd12fcada35441435a120c (patch)
tree581fbce26d9ee9791a1cadfd6353a5a9b0c8599c
parent55d2eba8e7cd439c11cdb204898c2d384227629b (diff)
jump_label/static_call: Add MAINTAINERS
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) <[email protected]> Acked-by: Steven Rostedt (VMware) <[email protected]> Acked-by: Ard Biesheuvel <[email protected]> Acked-by: Josh Poimboeuf <[email protected]> Acked-by: Jason Baron <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r--MAINTAINERS16
1 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 281de213ef47..be02614ad28d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16675,6 +16675,22 @@ M: Ion Badulescu <[email protected]>
S: Odd Fixes
F: drivers/net/ethernet/adaptec/starfire*
+STATIC BRANCH/CALL
+M: Peter Zijlstra <[email protected]>
+M: Josh Poimboeuf <[email protected]>
+M: Jason Baron <[email protected]>
+R: Steven Rostedt <[email protected]>
+R: Ard Biesheuvel <[email protected]>
+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 <[email protected]>