[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mvajaHtTgnfMYd2BQ+w9XoBvN7tcjaG17W-Zb9r0KDG_w@mail.gmail.com>
Date: Thu, 11 Jan 2024 08:20:59 -0600
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: CIFS <linux-cifs@...r.kernel.org>, Namjae Jeon <linkinjeon@...nel.org>, 
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ksmbd server fixes
Please pull the following changes since commit
0dd3ee31125508cd67f7e7172247f05b7fd1753a:
  Linux 6.7 (2024-01-07 12:18:38 -0800)
are available in the Git repository at:
  git://git.samba.org/ksmbd.git tags/6.8-rc-smb-server-fixes
for you to fetch changes up to 8fb7b723924cc9306bc161f45496497aec733904:
  ksmbd: Add missing set_freezable() for freezable kthread (2024-01-09
20:01:16 -0600)
----------------------------------------------------------------
11 ksmbd server fixes
- memory allocation fix
- Three lease fixes, including important rename fix
- read only share fix
- thread freeze fix
- Three cleanup fixes (two kernel doc related)
- locking fix in setting EAs
- packet header validation fix
----------------------------------------------------------------
Christophe JAILLET (1):
      ksmbd: Remove usage of the deprecated ida_simple_xx() API
Fedor Pchelkin (1):
      ksmbd: free ppace array on error in parse_dacl
Kevin Hao (1):
      ksmbd: Add missing set_freezable() for freezable kthread
Li Nan (1):
      ksmbd: validate the zero field of packet header
Namjae Jeon (5):
      ksmbd: set v2 lease version on lease upgrade
      ksmbd: fix potential circular locking issue in smb2_set_ea()
      ksmbd: don't increment epoch if current state and request state are same
      ksmbd: don't allow O_TRUNC open on read-only share
      ksmbd: send lease break notification on FILE_RENAME_INFORMATION
Randy Dunlap (2):
      ksmbd: auth: fix most kernel-doc warnings
      ksmbd: vfs: fix all kernel-doc warnings
 fs/smb/server/auth.c           | 14 ++++++++------
 fs/smb/server/connection.c     |  1 +
 fs/smb/server/mgmt/ksmbd_ida.c | 21 ++++++---------------
 fs/smb/server/oplock.c         | 16 +++++++++++-----
 fs/smb/server/smb2pdu.c        | 31 ++++++++++++++-----------------
 fs/smb/server/smb_common.c     |  6 +++++-
 fs/smb/server/smbacl.c         | 11 +++++++----
 fs/smb/server/vfs.c            | 28 ++++++++++++++++++----------
 8 files changed, 70 insertions(+), 58 deletions(-)
-- 
Thanks,
Steve
Powered by blists - more mailing lists
 
