diff options
author | 2024-12-13 13:35:09 -0600 | |
---|---|---|
committer | 2025-01-08 13:18:12 +0100 | |
commit | 79d42d9d6d827ba90b9ebe7f78972992b7a0e7af (patch) | |
tree | 4354028ce3755ffbc1ec803ddb9e05e1fdb06940 | |
parent | selftests: ntsync: Add a stress test for contended waits. (diff) | |
download | wireguard-linux-79d42d9d6d827ba90b9ebe7f78972992b7a0e7af.tar.xz wireguard-linux-79d42d9d6d827ba90b9ebe7f78972992b7a0e7af.zip |
maintainers: Add an entry for ntsync.
Add myself as maintainer, supported by CodeWeavers.
Signed-off-by: Elizabeth Figura <zfigura@codeweavers.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241213193511.457338-29-zfigura@codeweavers.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 668ccb91b393..90ae1edf0ab5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16713,6 +16713,15 @@ T: git https://github.com/Paragon-Software-Group/linux-ntfs3.git F: Documentation/filesystems/ntfs3.rst F: fs/ntfs3/ +NTSYNC SYNCHRONIZATION PRIMITIVE DRIVER +M: Elizabeth Figura <zfigura@codeweavers.com> +L: wine-devel@winehq.org +S: Supported +F: Documentation/userspace-api/ntsync.rst +F: drivers/misc/ntsync.c +F: include/uapi/linux/ntsync.h +F: tools/testing/selftests/drivers/ntsync/ + NUBUS SUBSYSTEM M: Finn Thain <fthain@linux-m68k.org> L: linux-m68k@lists.linux-m68k.org |