This is a note to let you know that I've just added the patch titled cifs: update internal module version number for cifs.ko to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: cifs-update-internal-module-version-number-for-cifs..patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 58a23b024f531589c313697b53a879120f3c3436 Author: Steve French <stfrench@xxxxxxxxxxxxx> Date: Sun Feb 25 19:33:50 2024 -0600 cifs: update internal module version number for cifs.ko [ Upstream commit fd2bd7c0539e28f267a84da8d68f9378511b50a7 ] From 2.45 to 2.46 Signed-off-by: Steve French <stfrench@xxxxxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index 4b3aaa04e7cb7..10a9d39cda9a4 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -152,6 +152,6 @@ extern const struct export_operations cifs_export_ops; #endif /* CONFIG_CIFS_NFSD_EXPORT */ /* when changing internal version - update following two lines at same time */ -#define SMB3_PRODUCT_BUILD 47 -#define CIFS_VERSION "2.47" +#define SMB3_PRODUCT_BUILD 48 +#define CIFS_VERSION "2.48" #endif /* _CIFSFS_H */