diff options
author | Mark Rutland <[email protected]> | 2022-01-04 09:50:18 +0000 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2022-01-25 22:30:27 +0100 |
commit | 54dff232142e255ff644d73de1c8d80122f5ad7b (patch) | |
tree | 362f5349e10535cfc0424216d1991d9c43a3f6c9 | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) |
MAINTAINERS: add myself as reviewer for atomics
As I've fiddled about with the atomic infrastructure a fair bit now,
Peter suggested I should add myself as a reviewer or maintainer to make
sure I'm Cc'd on anything I might have an opinion on.
For now, add myself as a reviewer.
Signed-off-by: Mark Rutland <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Boqun Feng <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ea3e6c914384..bccca3e5e2cd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3193,6 +3193,7 @@ ATOMIC INFRASTRUCTURE M: Will Deacon <[email protected]> M: Peter Zijlstra <[email protected]> R: Boqun Feng <[email protected]> +R: Mark Rutland <[email protected]> S: Maintained F: arch/*/include/asm/atomic*.h |