Issue with CIFS and Kernel Panic

Hi everybody, happy new year.

I’m seeing something weird with F37 since kernel 6.0.14 which is the last
one that’s working on my PC. Today after upgrading to 6.0.17 I finally could read the complete Kernel panic message, previously it was somewhat corrupted (some of the characters were replaced with strange symbols).

What I concluded is that it was related to CIFS and two folders I mount at startup from my synology NAS, after commenting the two lines on my fstab kernel 6.0.17 booted without any issue.

//192.168.x.x/datos /mnt/datos cifs username=rnanclares,password=mypassword,uid=1000,gid=1000,vers=3.0,iocharset=utf8,noperm 0 0
//192.168.x.x/homes/rnanclares /mnt/nas cifs username=rnanclares,password=mypassword,uid=1000,gid=1000,vers=3.0,iocharset=utf8,noperm 0 0

So my question is, What do I need to change in my fstab to allow mounting this two directories without getting the kernel panic? Don’t know if it’s related, but I’m using the nvidia propietary drivers installed from rpm fusion non-free repo.

Lots of samba issues with recent kernels:
https://discussion.fedoraproject.org/t/smb4k-or-something-freezing-entire-system/76198
https://bugzilla.redhat.com/show_bug.cgi?id=2158977
https://bugzilla.kernel.org/show_bug.cgi?id=216895

Recommendation for now seems to be to use previous kernel until a future update, probably 6.0.18. Hope that helps. I’m using 6.0.15 and not having problems

2 Likes

Yeah thanks, I just noticed that thread, is exactly the same issue I’m seeing on my side.

It’s weird, I was having the same issue with 6.0.15.

6.0.18 is in testing
https://bodhi.fedoraproject.org/updates/FEDORA-2023-39b55235fc

3 Likes

Writing just to confirm that 6.0.18 fixed my issue.
Thanks!