-
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
kernel panic __put_cred() #486
Comments
Hm.. What ksmbd source are you using ? |
@namjaejeon |
ksmbd_override_fsids() and ksmbd_revert_fsids() should be called in pairs. Can you make sure that ksmbd_revert_fsids() is called without calling ksmbd_override_fsids()? If you check smb2_query_dir() in smb2pdu.c, You will understand what I said. |
@namjaejeon it seems like |
sorry i sent wrong binary here's the compiled binary |
If ksmbd_revert_fsids() will be called twice, this problem can happen. Can you explain how ksmbd_revert_fsids() will called twice ? When I have checked the code, I have not found that point. *.ko file is not helpful. You can find the clue in your test setup because you can reproduce it. |
i meant that it just appears in the code twice but not in a way that will be called twice because it was followed by i'll check my setup |
this occured when i tried to open share
removing this line
allowed me to browse
(not an actual fix)
using image including kernel from here https://github.com/Fishwaldo/sophgo-sg200x-debian
module built out of tree
The text was updated successfully, but these errors were encountered: