-
Notifications
You must be signed in to change notification settings - Fork 21
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
kexec bug #26
Comments
That appears to be a device driver issue. Btw: It's generally discouraged to use kexec reboot on Loongson. |
You cat
To show IRQ number allocation and see witch device caused the issue. |
Btw: It's generally discouraged to use kexec reboot on Loongson. =====>> What causes this? |
Well because this function is rarely used by community users and thus we can't guarantee it's status. |
Is there any way to turn off the interruption before kexec -e |
This is a device specified issue. You must figure out which device is emitting the interrupt and apply workaround in the device. |
Using kexec to restart the kernel, under the stress test, the kernel will be dead!
The text was updated successfully, but these errors were encountered: