diff options
author | 2020-03-22 21:57:35 -0400 | |
---|---|---|
committer | 2020-06-29 12:05:18 -0700 | |
commit | 7f871338ff939952c4e04a83ae395ff9d57040c2 (patch) | |
tree | 19d12e11225bdf3472ccfc6295195816fb6076f5 | |
parent | Documentation: LKMM: Add litmus test for RCU GP guarantee where reader stores (diff) | |
download | linux-rng-7f871338ff939952c4e04a83ae395ff9d57040c2.tar.xz linux-rng-7f871338ff939952c4e04a83ae395ff9d57040c2.zip |
MAINTAINERS: Update maintainers for new Documentation/litmus-tests
This commit adds Joel Fernandes as official LKMM reviewer.
Acked-by: Boqun Feng <boqun.feng@gmail.com>
Acked-by: Andrea Parri <parri.andrea@gmail.com>
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
[ paulmck: Apply Joe Perches alphabetization feedback. ]
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 496fd4eafb68..b2578efb6c0e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9960,6 +9960,7 @@ M: Luc Maranget <luc.maranget@inria.fr> M: "Paul E. McKenney" <paulmck@kernel.org> R: Akira Yokosawa <akiyks@gmail.com> R: Daniel Lustig <dlustig@nvidia.com> +R: Joel Fernandes <joel@joelfernandes.org> L: linux-kernel@vger.kernel.org L: linux-arch@vger.kernel.org S: Supported @@ -9968,6 +9969,7 @@ F: Documentation/atomic_bitops.txt F: Documentation/atomic_t.txt F: Documentation/core-api/atomic_ops.rst F: Documentation/core-api/refcount-vs-atomic.rst +F: Documentation/litmus-tests/ F: Documentation/memory-barriers.txt F: tools/memory-model/ |