Please pull the following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b: Linux 6.12-rc2 (2024-10-06 15:32:27 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.12-rc2-cifs-fixes for you to fetch changes up to 63271b7d569fbe924bccc7dadc17d3d07a4e5f7a: cifs: Fix creating native symlinks pointing to current or parent directory (2024-10-06 22:57:12 -0500) ---------------------------------------------------------------- Two fixes for symlink creation that address some interoperability scenarios e.g. to Windows targets - Fix symlink creation for directories - Fix for symlink creation when path begins with . or .. ---------------------------------------------------------------- Pali Rohár (2): cifs: Improve creating native symlinks pointing to directory cifs: Fix creating native symlinks pointing to current or parent directory fs/smb/client/cifs_unicode.c | 17 ++++- fs/smb/client/reparse.c | 164 ++++++++++++++++++++++++++++++++++++++++++- fs/smb/client/smb2inode.c | 3 +- fs/smb/client/smb2proto.h | 1 + 4 files changed, 178 insertions(+), 7 deletions(-) -- Thanks, Steve