Please pull the following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354: Linux 6.12-rc3 (2024-10-13 14:33:32 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v6.12-rc3-smb3-client-fixes for you to fetch changes up to 6aca91c416f626fc0c5146cc4450ea86b831f3dd: cifs: Remove unused functions (2024-10-16 00:30:52 -0500) ---------------------------------------------------------------- two fixes for stable, and two small cleanup fixes - Fix possible double free setting xattrs - Fix slab out of bounds with large ioctl payload - Remove 3 unused functions, and an unused variable that could be confusing ---------------------------------------------------------------- Advait Dhamorikar (1): smb/client: Fix logically dead code Dr. David Alan Gilbert (1): cifs: Remove unused functions Paulo Alcantara (1): smb: client: fix OOBs when building SMB2_IOCTL request Su Hui (1): smb: client: fix possible double free in smb2_set_ea() fs/smb/client/cifsproto.h | 9 --------- fs/smb/client/compress.c | 4 ---- fs/smb/client/connect.c | 12 ------------ fs/smb/client/sess.c | 32 -------------------------------- fs/smb/client/smb2ops.c | 3 ++- fs/smb/client/smb2pdu.c | 9 +++++++++ 6 files changed, 11 insertions(+), 58 deletions(-) -- Thanks, Steve