-
Notifications
You must be signed in to change notification settings - Fork 23
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
cifsd: smb1 crash on openwrt #426
Comments
I don't think this issue is related with ksmbd. kernel oops happen at BUG ON trap of deactivate_slab(). Currently, mount failures occur when your application mount with your strorage. your HW is not stable ? <3>[250047.755839] EXT4-fs (sdb1): unable to read superblock |
ramips USB is quite a disaster honestly. |
another crash log post here: (with lastest code)
|
Sorry, kernel ops happen in fuse_file_poll(). It does not seem to be the ksmbd problem. |
@ptpt52 is this on NTFS-3G? |
I can reproduce the original crash in how to not reproduce it - variant 1:
how to not reproduce it - variant 2:
how to reproduce it:
any suggestions are welcome |
@xdarklight Oh.. If you reproduce it easily, can you take a look ? Thanks! |
because my crash is not exactly the same I opened #440 |
@ptpt52 I pushed Martin's patches into #ksmbd-next branch. Can you try to reproduce your issues with #ksmbd-next branch ? |
@namjaejeon seems fixed? |
@ptpt52 Cool~ I will release the next version this weekends 👍 Thanks for your test! |
Currently there is a problem, people are lost, the code is mixed in 2 places: It is possible to do a little change, to be perfect and have the good main place: https://github.com/cifsd-team/cifsd?
After all steps, you can create a personal fork to work on the code before integration in the main place which will be https://github.com/cifsd-team/cifsd. Thanks in advance. |
@ptpt52 please check 3.2.5 release(https://github.com/cifsd-team/cifsd/releases/tag/3.2.5). If you have any issue, Let me know it. Thanks! |
@ptpt52: Have you tested 3.2.5? |
yes, tested 3.2.5 for days, and not crash till now.
… 2020年10月22日 10:31,Neustradamus ***@***.***> 写道:
@ptpt52 <https://github.com/ptpt52>: Have you tested 3.2.5?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#426 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABIVTYVVTFLD7FER5TDVHUTSL6KO5ANCNFSM4O7HH2XA>.
|
@ptpt52: Thanks for your reply :) |
@namjaejeon
|
This happened 3 days ago, ksmbd version 3.2.5 device: |
@ptpt52 As current, we can know that kernel oops happen in smb2_sess_setup() with your kernel log and related to kill command. maybe, there is racy issue between session connection and session disconnection. If you have vmlinux + addr2line, you can give more information(e.g. source line where kernel oops happen) to us by using addr2line. possible ? |
it crash at this line:
|
likely crash at this function
|
|
@ptpt52 Thanks! I will take a look! |
@ptpt52 I sent the patch for this issue to the mailing list. Can you check it ? |
Ok I will try it out. |
logs:
The text was updated successfully, but these errors were encountered: