-
Notifications
You must be signed in to change notification settings - Fork 24
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
neonvm-kernel: Switch to version 6.12.8 #1193
Conversation
This commit updates the kernel and switches from 6.6.x to 6.12.x LTS branch. As of 2025-01-02, www.kernel.org says this is the most recent version of the 6.12.x LTS branch. The upgrade is done according to the instruction in neonvm-kernel/README.md. ref neondatabase/cloud#20195
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broadly looks good — left a bunch of comments on places that we should probably touch up the kernel config as follow-ups, gave up halfway through the arm devices 😅
@petuhovskiy IMO feel free to merge without addressing those — @mikhail-sakhnov or I can hack on reducing the diff.
Thanks, opened an issue: #1196 |
@petuhovskiy have you tried booting it on arm? |
No, I haven't |
I tried, seems to be ok! In past I have experienced that even compiled boot might not be bootable in our setup, it would be great next time to check manually on the arm machine (https://github.com/neondatabase/dev-servers/ there is one available). The deployment process is the same as for the amd64 mostly. |
This reverts commit 85350ad.
This reverts commit 85350ad.
This commit updates the kernel and switches from 6.6.x to 6.12.x LTS branch.
As of 2025-01-02, www.kernel.org says this is the most recent version of the 6.12.x LTS branch.
The upgrade is done according to the instruction in neonvm-kernel/README.md.
ref https://github.com/neondatabase/cloud/issues/20195