Skip to content
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

kernel-5.10: update to 5.10.217 #4039

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

larvacea
Copy link
Member

@larvacea larvacea commented Jun 6, 2024

Rebase to Amazon Linux upstream version 5.10.217-205.860.amzn2.

Description of changes:

Added 6 new patches. All are around hibernate/reboot logic, and ensure that the kernel refuses to resume from hibernate if the hardware configuration appears to change. Apparently Windows does not enforce this, and therefore Linux has also not enforced this behavior, because on real laptops this "appears to change" happens in cases where it is perfectly safe to resume from hibernate. On a virtual machine, though, the specified behavior (clean reboot, do not resume) is more desirable, since many hypervisors use these mechanisms to force reboot rather then resume.

Testing done:

Validate basic functionality through sonobuoy quick test:

> kubectl get nodes -o wide
NAME                                          STATUS   ROLES    AGE     VERSION                INTERNAL-IP     EXTERNAL-IP   OS-IMAGE                                KERNEL-VERSION   CONTAINER-RUNTIME
ip-192-168-46-39.us-west-2.compute.internal   Ready    <none>   2m51s   v1.23.17-eks-ea94ec3   192.168.46.39   35.93.33.93   Bottlerocket OS 1.21.0 (aws-k8s-1.23)   5.10.217         containerd://1.6.31+bottlerocket

> sonobuoy run --mode=quick --wait
[...]
21:52:08             e2e                                        global   complete   passed   Passed:  1, Failed:  0, Remaining:  0
21:52:08    systemd-logs   ip-192-168-46-39.us-west-2.compute.internal   complete   passed                                        
21:52:08 Sonobuoy plugins have completed. Preparing results for download.
21:52:28 Sonobuoy has completed. Use `sonobuoy retrieve` to get results.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Rebase to Amazon Linux upstream version 5.10.217-205.860.amzn2.

Signed-off-by: Martin Harriman <larvacea@mac.com>
@larvacea larvacea merged commit d47e652 into bottlerocket-os:develop Jun 7, 2024
31 checks passed
@vigh-m vigh-m mentioned this pull request Jun 7, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants