aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
authorLinus Torvalds <torvalds@linux-foundation.org>2026-05-06 22:02:28 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-05-06 22:02:28 -0700
commit8ab992f815d6736b5c7a6f5fd7bfe7bc106bb3dc (patch)
tree52c66a9d4530ea90af3e1a5fdc1e219f2e48b9c8 /MAINTAINERS
parentb625e47f04274538e32e99fe6d3dc01edc93d280 (diff)
parent996454bc0da84d5a1dedb1a7861823087e01a7ae (diff)
downloadlinux-next-history-8ab992f815d6736b5c7a6f5fd7bfe7bc106bb3dc.tar.gz
Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Pull smb server fixes from Steve French: - Fix memory leak in connection free - Fix inherited ACL ACE validation - Minor cleanup - Fix for share config - Fix durable handle cleanup race - Fix close_file_table_ids in session teardown - smbdirect fixes: - Fix memory region registration - Two fixes for out-of-tree builds * tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd: ksmbd: validate inherited ACE SID length ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put() ksmbd: fail share config requests when path allocation fails ksmbd: close durable scavenger races against m_fp_list lookups ksmbd: harden file lifetime during session teardown ksmbd: centralize ksmbd_conn final release to plug transport leak smb: smbdirect: fix MR registration for coalesced SG lists smb: smbdirect: introduce and use include/linux/smbdirect.h smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPL
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 882214b0e7db5..37b105a443ddb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24650,6 +24650,7 @@ S: Maintained
F: fs/smb/client/smbdirect.*
F: fs/smb/smbdirect/
F: fs/smb/server/transport_rdma.*
+F: include/linux/smbdirect.h
SMC91x ETHERNET DRIVER
M: Nicolas Pitre <nico@fluxnic.net>