You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to know the latest stable kernel version, so I spent some time bisecting this issue. It looks like v6.9.12 is stable and v6.10.1 is not. So the regression was likely introduced at some point during development of v6.10.
Environment
prod, staging
Steps to reproduce
Run many compute VMs using linux kernel 6.12.8 (#1193) and try to trigger autoscaling (upscaling, CPU hotplugs, etc).
Expected result
Everything works without issues, no errors in kernel logs
Actual result
There are quite frequent warning in dmesg, usually right after CPU hotplug:
The kernel becomes tainted, and that means that potentially anything can happen.
Other logs, links
https://neondb.slack.com/archives/C03TN5G758R/p1736944153528689
The text was updated successfully, but these errors were encountered: