Linux-CIFS Archive mirror
 help / color / mirror / Atom feed
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Namjae Jeon <linkinjeon@kernel.org>,
	"Stefan (metze) Metzmacher" <metze@samba.org>,
	 LKML <linux-kernel@vger.kernel.org>,
	CIFS <linux-cifs@vger.kernel.org>
Subject: [GIT PULL] ksmbd server and smbdirect fixes
Date: Wed, 6 May 2026 22:57:54 -0500	[thread overview]
Message-ID: <CAH2r5mvUOGk9ajF9PFVOyqmXawktBYr9XE0qXT=kgQAvMjOx3A@mail.gmail.com> (raw)

Please pull the following changes since commit
227c3d546e963874198aafc0cae8c3e8c24ae4ee:

  Merge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd
(2026-05-01 12:16:42 -0700)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/v7.1-rc3-ksmbd-server-fixes

for you to fetch changes up to 996454bc0da84d5a1dedb1a7861823087e01a7ae:

  ksmbd: validate inherited ACE SID length (2026-05-01 21:49:35 -0500)

----------------------------------------------------------------
Nine ksmbd server fixes
- 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
- 3 smbdirect fixes: fix memory region registration, two fix for out
of tree builds

----------------------------------------------------------------
DaeMyung Kang (3):
      ksmbd: centralize ksmbd_conn final release to plug transport leak
      ksmbd: harden file lifetime during session teardown
      ksmbd: close durable scavenger races against m_fp_list lookups

Namjae Jeon (1):
      ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()

Shota Zaizen (1):
      ksmbd: validate inherited ACE SID length

Shuhao Fu (1):
      ksmbd: fail share config requests when path allocation fails

Stefan Metzmacher (2):
      smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPL
      smb: smbdirect: introduce and use include/linux/smbdirect.h

Yi Kuo (1):
      smb: smbdirect: fix MR registration for coalesced SG lists

 MAINTAINERS                                        |   1 +
 fs/smb/client/smbdirect.c                          |   3 +-
 fs/smb/client/smbdirect.h                          |   2 +-
 fs/smb/server/connection.c                         | 105 ++++++-
 fs/smb/server/connection.h                         |   6 +
 fs/smb/server/mgmt/share_config.c                  |  12 +-
 fs/smb/server/oplock.c                             |   7 +-
 fs/smb/server/server.c                             |  12 +
 fs/smb/server/smb2pdu.c                            |   6 +-
 fs/smb/server/smbacl.c                             |  66 +++-
 fs/smb/server/transport_rdma.c                     |   3 +-
 fs/smb/server/transport_rdma.h                     |   2 +-
 fs/smb/server/vfs_cache.c                          | 341 +++++++++++++++++----
 fs/smb/server/vfs_cache.h                          |   4 +-
 fs/smb/smbdirect/accept.c                          |   2 +-
 fs/smb/smbdirect/connect.c                         |   4 +-
 fs/smb/smbdirect/connection.c                      |  16 +-
 fs/smb/smbdirect/debug.c                           |   2 +-
 fs/smb/smbdirect/devices.c                         |   2 +-
 fs/smb/smbdirect/internal.h                        |   4 +-
 fs/smb/smbdirect/listen.c                          |   2 +-
 fs/smb/smbdirect/mr.c                              |  27 +-
 fs/smb/smbdirect/rw.c                              |   2 +-
 fs/smb/smbdirect/smbdirect.h                       |  52 ----
 fs/smb/smbdirect/socket.c                          |  20 +-
 .../public.h => include/linux/smbdirect.h          |  52 +++-
 26 files changed, 554 insertions(+), 201 deletions(-)
 delete mode 100644 fs/smb/smbdirect/smbdirect.h
 rename fs/smb/smbdirect/public.h => include/linux/smbdirect.h (76%)

-- 
Thanks,

Steve

             reply	other threads:[~2026-05-07  3:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-07  3:57 Steve French [this message]
2026-05-07  5:08 ` [GIT PULL] ksmbd server and smbdirect fixes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2026-02-12  0:31 Steve French
2026-02-12 19:13 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH2r5mvUOGk9ajF9PFVOyqmXawktBYr9XE0qXT=kgQAvMjOx3A@mail.gmail.com' \
    --to=smfrench@gmail.com \
    --cc=linkinjeon@kernel.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=metze@samba.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).