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: Update to 5.10.178 and 5.15.108 #3077

Merged
merged 2 commits into from
May 4, 2023

Conversation

foersleo
Copy link
Contributor

@foersleo foersleo commented May 4, 2023

Issue number: -

Description of changes:

Update kernels to latest AL kernels available in the repositories.

Testing done:

Kconfig changes:

config-aarch64-aws-k8s-1.23-diff:         0 removed,   2 added,   1 changed
config-aarch64-aws-k8s-1.26-diff:         0 removed,   0 added,   0 changed
config-x86_64-aws-k8s-1.23-diff:          0 removed,   2 added,   0 changed
config-x86_64-aws-k8s-1.26-diff:          0 removed,   0 added,   0 changed
config-x86_64-metal-k8s-1.23-diff:        0 removed,   2 added,   0 changed
config-x86_64-metal-k8s-1.26-diff:        0 removed,   0 added,   0 changed

The added config options on 5.10 are AS_IS_GNU and AS_VERSION which have been added upstream through 83f55e6f298e9e79 to enable checking for against a minimum assembler version when building certain kernel features.

The changed option on 5.10 on aarch64 is ARM_CMN n -> y is for supporting the full set of PMUs on graviton3 C7g.metal instances.

Testing on a cluster with one node each, passing a sonobuoy quick test:

NAME                                              STATUS   ROLES    AGE   VERSION                INTERNAL-IP      EXTERNAL-IP      OS-IMAGE                                KERNEL-VERSION   CONTAINER-RUNTIME
ip-192-168-47-89.eu-central-1.compute.internal    Ready    <none>   14h   v1.23.17-eks-712c388   192.168.47.89    35.158.121.177   Bottlerocket OS 1.14.0 (aws-k8s-1.23)   5.10.178         containerd://1.6.20+bottlerocket
ip-192-168-79-135.eu-central-1.compute.internal   Ready    <none>   14h   v1.26.2-eks-b106822    192.168.79.135   <none>           Bottlerocket OS 1.14.0 (aws-k8s-1.26)   5.15.108         containerd://1.6.20+bottlerocket
$ sonobuoy run --mode=quick --wait
[...]
10:36:57             e2e                                            global   complete   passed   Passed:  1, Failed:  0
10:36:57    systemd-logs    ip-192-168-47-89.eu-central-1.compute.internal   complete   passed                         
10:36:57    systemd-logs   ip-192-168-79-135.eu-central-1.compute.internal   complete   passed

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 based on 5.10.178.

Signed-off-by: Leonard Foerster <foersleo@amazon.com>
Rebase to Amazon Linux upstream version based on 5.15.108.

Signed-off-by: Leonard Foerster <foersleo@amazon.com>
@foersleo foersleo merged commit 4573f8d into bottlerocket-os:develop May 4, 2023
37 checks passed
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.

None yet

3 participants