Yep, same happens on my system after I updated to the snapshot with kernel 5.18.9 today. Mounting using the file manager using smb:// works fine. Just the auto-mounting through fstab no longer works.
**erlangen:~ #** journalctl -b -g cifs
Jul 10 07:29:06 erlangen kernel: **Key type ****cifs****.spnego registered**
Jul 10 07:29:06 erlangen kernel: **Key type ****cifs****.idmap registered**
Jul 10 07:29:06 erlangen kernel: **CIFS****: VFS: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers**
Jul 10 07:29:06 erlangen kernel: CIFS: Attempting to mount \\fritz.box\FRITZ.NAS
**erlangen:~ #**
**erlangen:~ #** zypper if kernel-default
Loading repository data...
Reading installed packages...
Information for package kernel-default:
---------------------------------------
Repository : Haupt-Repository (OSS)
Name : kernel-default
Version : 5.18.9-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 276.1 MiB
Installed : Yes
Status : up-to-date
Source package : kernel-default-5.18.9-1.1.nosrc
Upstream URL : https://www.kernel.org/
Summary : The Standard Kernel
Description :
The standard kernel for both uniprocessor and multiprocessor systems.
Source Timestamp: 2022-07-03 08:04:03 +0000
GIT Revision: 0e67dc1e33ee02c2edff307e49d59bd4c73ce79f
GIT Branch: stable
**erlangen:~ #**
The FRITZ!Box 7360 supports only vers=1.0, but I tried anyway:
[FONT=monospace]**erlangen:~ #** mount /fritz.box/
Password for ftpuser@//fritz.box/FRITZ.NAS:
mount error: Server abruptly closed the connection.
This can happen if the server does not support the SMB version you are trying to use.
The default SMB version recently changed from SMB1 to SMB2.1 and above. Try mounting with vers=1.0.
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
**erlangen:~ #**[/FONT]