Subject: [PATCH v2] ksmbd: make __dir_empty() compatible with POSIX
From: Hobin Woo <hobin.woo@samsung.com>
To: linux-cifs@vger.kernel.org
Cc: linkinjeon@kernel.org, sfrench@samba.org, senozhatsky@chromium.org,
	tom@talpey.com, sj1557.seo@samsung.com, kiras.lee@samsung.com, Hobin Woo
	<hobin.woo@samsung.com>
Date: Wed,  4 Sep 2024 13:36:35 +0900

.
Subject: [PATCH 5.10] cifs: Fix freeing non heap memory in dup_vol()
From: Alexandra Diupina <adiupina@astralinux.ru>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Alexandra Diupina <adiupina@astralinux.ru>,
	Steve French <sfrench@samba.org>,
	stable@vger.kernel.org,
	Aurelien Aptel <aaptel@suse.com>,
	Paulo Alcantara <palcantara@suse.de>,
	linux-cifs@vger.kernel.org,
	samba-technical@lists.samba.org,
	linux-kernel@vger.kernel.org,
	lvc-project@linuxtesting.org
Date: Wed,  4 Sep 2024 17:48:32 +0300

.
Subject: [GIT PULL] ksmbd server fixes
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, CIFS <linux-cifs@vger.kernel.org>, 
	Namjae Jeon <linkinjeon@kernel.org>
Date: Wed, 4 Sep 2024 09:55:21 -0500

Please pull the following changes since commit
780bdc1ba77646c3461f1988b12c42c60f836d77:

  Merge tag '6.11-rc5-server-fixes' of git://git.samba.org/ksmbd
(2024-08-25 12:15:04 +1200)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/v6.11-rc6-server-fixes

for you to fetch changes up to 844436e045ac2ab7895d8b281cb784a24de1d14d:

  ksmbd: Unlock on in ksmbd_tcp_set_interfaces() (2024-08-29 20:28:37 -0500)

----------------------------------------------------------------
Three smb3 server fixes
- Fix crash in session setup
- FIx locking bug
- Improve access bounds checking
----------------------------------------------------------------
Dan Carpenter (1):
      ksmbd: Unlock on in ksmbd_tcp_set_interfaces()

Namjae Jeon (1):
      ksmbd: unset the binding mark of a reused connection

Thorsten Blum (1):
      smb: Annotate struct xattr_smb_acl with __counted_by()

 fs/smb/server/smb2pdu.c       | 4 ++++
 fs/smb/server/transport_tcp.c | 4 +++-
 fs/smb/server/xattr.h         | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

-- 
Thanks,

Steve

.
Subject: [PATCH 5.10] cifs: Fix freeing non heap memory in dup_vol()
From: Alexandra Diupina <adiupina@astralinux.ru>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Alexandra Diupina <adiupina@astralinux.ru>,
	stable@vger.kernel.org,
	Steve French <sfrench@samba.org>,
	Paulo Alcantara <palcantara@suse.de>,
	linux-cifs@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	lvc-project@linuxtesting.org
Date: Wed,  4 Sep 2024 18:35:36 +0300

.
