Hi Greg
On 08. 01. 24 15:13, Greg KH wrote:
That's interesting, there's a different cifs report that says a
different commit was the issue:
https://lore.kernel.org/r/ZZhrpNJ3zxMR8wcU@xxxxxxxxxxx
is that the same as this one?
It seems to be a different issue. The one reported here by Leonardo
doesn't trigger NULL pointer dereference and seems to be related to stat
calls only, for which the CIFS client code in kernel just returns EAGAIN
every time. The only related kernel buffer logs (example taken from the
GH issue linked in my previous message) are these:
Jan 05 16:50:27 ha-ct kernel: CIFS: VFS: reconnect tcon failed rc = -11
Jan 05 16:50:30 ha-ct kernel: CIFS: VFS: \\192.168.98.2 Send error in
SessSetup = -11
If I understand it correctly, the issue you linked has both a different
trigger and outcome.
Cheers,
Jan