aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmerdabbelt@google.com>2020-11-17 21:33:19 -0800
committerPalmer Dabbelt <palmerdabbelt@google.com>2020-12-01 14:06:34 -0800
commit00097cffb9682d7d38c2a2e5012871dd55628e91 (patch)
treea4e55a7f5627784ce541bb19f7840f4c7af23686
parent9d168281d1fd374f78667c54b664d33f7b354510 (diff)
downloaddm-user-v1.tar.gz
MAINTAINERS: Add myself as a dm-user maintainerdm-user-v1
I'm not sure this is big enough to warrant an entry in the MAINTAINERS file, but I know it can be quite a bit of work to maintain something like this so I'm happy to sign up if that helps. Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2daa6ee673f7f2..ab9d7746cfb45e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5198,6 +5198,13 @@ W: http://sources.redhat.com/cluster/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
F: fs/dlm/
+DM USER (Block Device in Userspace)
+M: Palmer Dabbelt <palmerdabbelt@google.com>
+S: Maintained
+F: include/linux/dm-user.h
+F: drivers/md/dm-user.c
+F: tools/testing/selftests/dm-user/
+
DMA BUFFER SHARING FRAMEWORK
M: Sumit Semwal <sumit.semwal@linaro.org>
M: Christian König <christian.koenig@amd.com>