Please pull the following changes since commit ac34bb40f748593e585f4c414a59cf4404249a15: Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 (2024-09-26 09:20:19 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.12rc-more-smb3-client-fixes for you to fetch changes up to 220d83b52c7d16ec3c168b82f4e6ce59c645f7ab: smb: client: make SHA-512 TFM ephemeral (2024-09-26 18:15:19 -0500) ---------------------------------------------------------------- Five smb3 client fixes, and an immportant netfs fix for cifs write regression - noisy log message cleanup - important netfs fix for cifs crash in generic/074 - Three minor improvements to use of hashing (multichannel and mount improvements) - Fix decryption crash for large read with small esize ---------------------------------------------------------------- David Howells (1): netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs) Enzo Matsumiya (4): smb: client: fix UAF in async decryption smb: client: allocate crypto only for primary server smb: client: make HMAC-MD5 TFM ephemeral smb: client: make SHA-512 TFM ephemeral Paulo Alcantara (1): smb: client: stop flooding dmesg in smb2_calc_signature() fs/netfs/internal.h | 1 + fs/netfs/misc.c | 74 +++++++++++++++++------- fs/netfs/write_issue.c | 12 +++- fs/smb/client/cifsencrypt.c | 151 +++++++++++++++++++----------------------------- fs/smb/client/cifsglob.h | 2 - fs/smb/client/sess.c | 2 +- fs/smb/client/smb2misc.c | 28 ++++----- fs/smb/client/smb2ops.c | 47 +++++++++------ fs/smb/client/smb2pdu.c | 10 ++++ fs/smb/client/smb2proto.h | 2 +- fs/smb/client/smb2transport.c | 32 +--------- 11 files changed, 182 insertions(+), 179 deletions(-) -- Thanks, Steve