diff options
author | Günther Noack <gnoack@google.com> | 2024-04-19 18:11:21 +0200 |
---|---|---|
committer | Mickaël Salaün <mic@digikod.net> | 2024-05-13 06:58:35 +0200 |
commit | 943aa818cd6606a1385130bc72f5066b82fe4346 (patch) | |
tree | 89eecf50d832b16265a5c0166b2b5c33b42ebaff /MAINTAINERS | |
parent | landlock: Document IOCTL support (diff) | |
download | linux-943aa818cd6606a1385130bc72f5066b82fe4346.tar.xz linux-943aa818cd6606a1385130bc72f5066b82fe4346.zip |
MAINTAINERS: Notify Landlock maintainers about changes to fs/ioctl.c
Landlock needs to track changes to do_vfs_ioctl() when new IOCTL
implementations are added to it.
Suggested-by: Mickaël Salaün <mic@digikod.net>
Signed-off-by: Günther Noack <gnoack@google.com>
Link: https://lore.kernel.org/r/20240419161122.2023765-11-gnoack@google.com
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 28e20975c26f..b01345abadb2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12220,6 +12220,7 @@ W: https://landlock.io T: git https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git F: Documentation/security/landlock.rst F: Documentation/userspace-api/landlock.rst +F: fs/ioctl.c F: include/uapi/linux/landlock.h F: samples/landlock/ F: security/landlock/ |