diff options
author | Linus Torvalds | 2021-05-31 05:52:22 -1000 |
---|---|---|
committer | Linus Torvalds | 2021-05-31 05:52:22 -1000 |
commit | 36c795513a88728cc19517354a46a73948c478dd (patch) | |
tree | 48f4838f2389d0be095838394c0686756ad0e5c9 /MAINTAINERS | |
parent | 8124c8a6b35386f73523d27eacb71b5364a68c4c (diff) | |
parent | a8b98c808eab3ec8f1b5a64be967b0f4af4cae43 (diff) |
Merge tag 'fsnotify_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull fsnotify fixes from Jan Kara:
"A fix for permission checking with fanotify unpriviledged groups.
Also there's a small update in MAINTAINERS file for fanotify"
* tag 'fsnotify_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
fanotify: fix permission model of unprivileged group
MAINTAINERS: Add Matthew Bobrowski as a reviewer
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 503fd21901f1..673cadd5107a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6945,6 +6945,7 @@ F: net/core/failover.c FANOTIFY M: Jan Kara <jack@suse.cz> R: Amir Goldstein <amir73il@gmail.com> +R: Matthew Bobrowski <repnop@google.com> L: linux-fsdevel@vger.kernel.org S: Maintained F: fs/notify/fanotify/ |