bottlerocket-os / bottlerocket

An operating system designed for hosting containers
https://bottlerocket.dev
Other
8.78k stars 519 forks source link

kernel-6.1: update to 6.1.92 #4049

Closed larvacea closed 5 months ago

larvacea commented 5 months ago

Rebase to Amazon Linux upstream version 6.1.92-99.174.amzn2023.

Description of changes:

Update the kernel-6.1 package with the latest upstream. There are no changed kernel configuration settings since our last update. There are two new patches from upstream, both around handling NUMA DMA memory regions.

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-18-188.us-west-2.compute.internal   Ready    <none>   115s   v1.28.7-eks-c5c5da4   192.168.18.188   35.93.197.146   Bottlerocket OS 1.21.0 (aws-k8s-1.28)   6.1.92           containerd://1.6.31+bottlerocket

> sonobuoy run --mode=quick --wait
[...]
21:53:22             e2e                                         global   complete            Passed:  1, Failed:  0, Remaining:  0
21:53:22    systemd-logs   ip-192-168-18-188.us-west-2.compute.internal   complete                                                 
21:53:22 Sonobuoy plugins have completed. Preparing results for download.
21:53:42             e2e                                         global   complete   passed   Passed:  1, Failed:  0, Remaining:  0
21:53:42    systemd-logs   ip-192-168-18-188.us-west-2.compute.internal   complete   passed                                        
21:53:42 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.