-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Kernel panic (vxlan) #2580
Comments
Thanks for reporting.. vxlan is also important for Docker Swarm to operate. |
@pelwell @popcornmix Quick read through the context, seems OK to pull in. |
As a bug fix, this commit was already included in Linux 4.14.40 so there's no need to cherry-pick. |
Will this be in the next Raspbian release or do we need to run rpi-update? |
It will be in the next Raspbian (the raspberrypi-kernel package may already have been updated - it's worth checking). |
I checked right now, and the latest raspbian kernel version is 4.14.34-v7+. |
rpi-update will get you 4.14.50. I think that will be the next one when the repos are updated, next few days I guess. |
Which version is the change included? Edit: Sorry, I somewhow missed the comment by @pelwell
|
Doing apt update/upgrade will get you the official 4.14.50 now, so that the best one to use. 52 is pretty bleeding edge. |
The latest kernel https://github.com/raspberrypi/linux/tree/raspberrypi-kernel_1.20180417-1 used in Raspbian includes coreos/linux@4699beb#diff-4f541554c5f8f378effc907c8f0c9115 which is known to cause a kernel panic due to NULL pointer deref when the vxlan driver is used. The fix is available: torvalds/linux@f15ca72#diff-4f541554c5f8f378effc907c8f0c9115.
More context: weaveworks/weave#3314 and coreos/bugs#2382.
The text was updated successfully, but these errors were encountered: