-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ksmbd rdma reads hitting kernel panic 6.5.0 on arm server #499
Comments
Here is the modinfo
|
can you provide the full fio script / command line ? can you rebuild module with this patch ?
|
Sure, will give a try and update here. Thanks for the prompt response. |
Read test is successful but hitting the following trace during the run.
|
Can you check the following change ? and let me know how to reproduce it using fio.
|
Still seeing the error in writes and reads
|
With the above fixes, issue is not solved. Hitting the first panic mentioned while reads are in progress. And write and reads performance is not consistent. Any debug information needed to fix the issue?
|
I need to reproduce it. Can you analyze and suggest the patch to me ?
Can you tell me the following questions ?
|
This is the current top of tree code base. I am using linux client running rocky linux 8.10 and using rdma. Server is a Arm server running Ubuntu 6.5 kernel
|
Regarding to kernel oops in ksmbd, I will try to reproduce it using cifs.ko. And You seems to use cifs.ko as smb client. rdma of cifs.ko is broken. |
@namjaejeon is there any alternative to the cifs.ko for latest kernels? We wish to use rdma. |
@varadakari |
Sure @namjaejeon will test and get back to you. |
Hi @namjaejeon i have tested with Ubuntu 5.15.0-94-generic kernel with the latest ksmbd module and ksmbd-tools version 3.5.2, i don't see any read or write issues with the same client which is running Rocky Linux with version 4.18.0-553.16.1.el8_10.x86_64 and cifs module version 2.29. |
You are saying,, |
Sorry for the confusion, i kept the same client for both the ksmbd servers. Client here is running 4.18.0-553.16.1.el8_10.x86_64 and cifs.ko version 2.29. |
Stranged.. |
And can you tell me what RDMA NIC you use ? Mellanox or Chelsio ? |
Client OS version is 4.18 |
give me more inforamation.
|
sudo mount -t cifs /// /mnt/ -o user=,pass=,uid=,domain=WORKGROUP,sec=ntlmssp,rdma
This is fio run
kernel version 5.15.0-94-generic
I will test and update.
Little endian |
Okay, Let me know your test result. |
Testing ksmbd on arm server(64bit) with ubuntu 6.5.0 is hitting following panic.
This module is compiled on same machine commit 7390347
we are consistently hitting this issue. Client machine is running rocky linux 8.10 . Mount and writes are sucessful, hitting this issue on reads only. Running fio on 8 threads on the client on 8 different files.
please let me know if you need any more information.
The text was updated successfully, but these errors were encountered: