-
Notifications
You must be signed in to change notification settings - Fork 304
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
kpatch load crashes - kernel 3.10.19 #465
Comments
I think the panic happens in Were there any kpatch-related printk's before the "BUG"? Are you sure that the kernel source used to build kpatch.ko, the kernel source provided to kpatch-build to build kpatch-tty-fix.ko, and the runtime kernel are all identical, including Are you running with the stock 3.10.19 upstream kernel? If you can provide instructions on how to recreate it, that would help a lot. |
Hi, Yes, it's a stock 3.10.19 kernel (Didn't have any changes to it, only few This kpatch source was a little old (I guess i pulled it in late Regards, On Tue, Nov 4, 2014 at 8:24 PM, Josh Poimboeuf notifications@github.com
|
Thanks, let me go how it goes. |
It seems to work now, Thanks |
I have tried loading 'memtest-patch' it worked fine. However when trying to patch the fix below, it crashed.
[host:~]$ modprobe kpatch [host:~]$ cat /proc/meminfo | grep Chunk VmallocChunk: 34359439720 kB [host:~]$ [host:~]$ insmod kpatch-patch.ko [host:~]$ [host:~]$ cat /proc/meminfo | grep Chunk TestMallocChunk: 34359439720 kB [host:~] https://git.kernel.org/cgit/linux/kernel/git/gregkh/tty.git/diff/?h=tty-linus&id=4291086b1f081b869c6d79e5b7441633dc3ace00 ## LOG:However, this patch worked fine on a Fedora-20, which is running - 3.11.10-301 Kernel.
Let me know if you need some other data, this issue is happening consistently.
Thanks.
The text was updated successfully, but these errors were encountered: