diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-04-01 14:39:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-04-01 14:39:28 -0700 |
commit | 7a3ecddc571cc3294e5d6bb5948ff2b0cfa12735 (patch) | |
tree | e88e4d5bdc8bcfe3e1a95ba927d3379336cdfca3 /MAINTAINERS | |
parent | 9a005bea4f59b603c413ac1df19cda37aa3aa486 (diff) | |
parent | edf5f0548fbb77e20b898460dc25281b0f4d974d (diff) | |
download | linux-stable-7a3ecddc571cc3294e5d6bb5948ff2b0cfa12735.tar.gz linux-stable-7a3ecddc571cc3294e5d6bb5948ff2b0cfa12735.tar.bz2 linux-stable-7a3ecddc571cc3294e5d6bb5948ff2b0cfa12735.zip |
Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Pull ksmbd updates from Steve French:
- three cleanup fixes
- shorten module load warning
- two documentation fixes
* tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
ksmbd: replace usage of found with dedicated list iterator variable
ksmbd: Remove a redundant zeroing of memory
MAINTAINERS: ksmbd: switch Sergey to reviewer
ksmbd: shorten experimental warning on loading the module
ksmbd: use netif_is_bridge_port
Documentation: ksmbd: update Feature Status table
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9c2b2dd4fbac..077228cc5355 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10668,9 +10668,9 @@ F: tools/testing/selftests/ KERNEL SMB3 SERVER (KSMBD) M: Namjae Jeon <linkinjeon@kernel.org> -M: Sergey Senozhatsky <senozhatsky@chromium.org> M: Steve French <sfrench@samba.org> M: Hyunchul Lee <hyc.lee@gmail.com> +R: Sergey Senozhatsky <senozhatsky@chromium.org> L: linux-cifs@vger.kernel.org S: Maintained T: git git://git.samba.org/ksmbd.git |