[PATCH 0/3] smb: client: Better exception handling for SMB3 hash allocations

Markus Elfring posted 3 patches 2 months, 1 week ago
fs/smb/client/smb2transport.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
[PATCH 0/3] smb: client: Better exception handling for SMB3 hash allocations
Posted by Markus Elfring 2 months, 1 week ago
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Fri, 10 Oct 2025 08:40:08 +0200

Refine a few implementation details for further development considerations.

Markus Elfring (3):
  Return directly after a failed cifs_alloc_hash()
    in smb3_crypto_shash_allocate()
  Improve resource release
    in smb311_crypto_shash_allocate()
  Omit a variable initialisation
    in smb311_crypto_shash_allocate()

 fs/smb/client/smb2transport.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
2.51.0
Re: [0/3] smb: client: Better exception handling for SMB3 hash allocations
Posted by Markus Elfring 2 months, 1 week ago
> Refine a few implementation details for further development considerations.

Software components are evolving further somehow.

See also:
[PATCH 7/8] smb: client: Remove obsolete crypto_shash allocations
https://lore.kernel.org/linux-cifs/20251012015738.244315-8-ebiggers@kernel.org/
https://lkml.org/lkml/2025/10/11/443

Regards,
Markus