Hello, I can't actually reproduce the issue, I seem to be missing something. Server ------ $ sudo apt update $ sudo apt upgrade $ sudo apt install samba $ sudo vim /etc/samba/smb.conf server min protocol = NT1 [sambashare] comment = Samba on Ubuntu path = /home/ubuntu/sambashare read only = no browsable = yes $ mkdir ~/sambashare $ sudo smbpasswd -a ubuntu Client ------ $ sudo apt update $ sudo apt install cifs-utils $ mkdir ~/share $ sudo mount -t cifs -o username=ubuntu //192.168.122.185/sambashare ~/share Password for ubuntu@//192.168.122.185/sambashare: $ mount -l ... //192.168.122.185/sambashare on /home/ubuntu/share type cifs (rw,relatime,vers=3.1.1,cache=strict,username=ubuntu,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.122.185,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1) $ ls hallo.txt hello.txt sample.txt sample2.txt $ sudo cp hello.txt hello.txt.1 $ ll total 2097176 drwxr-xr-x 2 root root 0 Apr 19 04:46 ./ drwxr-x--- 5 ubuntu ubuntu 4096 Apr 19 03:57 ../ -rwxr-xr-x 1 root root 1960 Apr 19 03:55 hallo.txt* -rwxr-xr-x 1 root root 1960 Apr 19 04:04 hello.txt* -rwxr-xr-x 1 root root 1960 Apr 19 04:46 hello.txt.1* -rwxr-xr-x 1 root root 1073741824 Apr 19 04:01 sample.txt* -rwxr-xr-x 1 root root 1073741824 Apr 19 04:04 sample2.txt* No oops in dmesg. I'm not sure what I'm doing wrong. Maybe you can help. Anyway, I had a look at the stack trace, and it seems to be related to the regression reported here: https://lore.kernel