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 a67adc0e5df58c64f9db7b49b5b9b9bf4b198bb3 Author: Steve French <stfrench@xxxxxxxxxxxxx> Date: Thu Jul 20 08:30:32 2023 -0500 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 41daebd220ff4..32ccc4d43df65 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 45 -#define CIFS_VERSION "2.45" +#define SMB3_PRODUCT_BUILD 46 +#define CIFS_VERSION "2.46" #endif /* _CIFSFS_H */