-
Notifications
You must be signed in to change notification settings - Fork 14
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 trying to boot 5.7 #25
Comments
Thanks for trying this out and reporting the results! |
i've tried your 5.6 branch but it got me to the same point (i remember succesfully runing it before) so I looked a bit more into it, the NULL call to cmpxchg_futex_value_locked is:
I couldn't find where pagefault_disable() is defined. the pagefault (that is intentional) should not happen, the comentay says:
i've hacked that call to always return |
same happens with 5.7.2, with my hack it boots, but hangs before passing me to the busybox shell. |
There is a report of similar problem on |
I've tried building 5.7, and it panics on boot:
The text was updated successfully, but these errors were encountered: