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 latest upstream versions #2948

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

foersleo
Copy link
Contributor

Issue number: -

Description of changes:

Update kernels to latest AL kernels available in the repositories. Removed some extra options that were added in AL, that we currently do not need.

Testing done:

config-aarch64-5.10-aws-k8s-1.23-diff:    2 removed,   1 added,   4 changed
config-aarch64-5.15-aws-dev-diff:         3 removed,   2 added,   0 changed
config-aarch64-5.15-metal-dev-diff:       3 removed,   2 added,   0 changed
config-x86_64-5.10-aws-k8s-1.23-diff:     2 removed,   4 added,   6 changed
config-x86_64-5.10-metal-k8s-1.23-diff:   2 removed,   4 added,   6 changed
config-x86_64-5.15-aws-dev-diff:          2 removed,   3 added,   0 changed
config-x86_64-5.15-metal-dev-diff:        2 removed,   3 added,   0 changed

This is mostly options being introduced or removed upstream (either direct changes or by changing dependencies and thus pulling them into or out of visibility). Bigger addition is the enablement of fscrypt functionality which we want to take forward.

Full list of changes and applicable versions and reasoning can be found in gist.

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.173.

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

Signed-off-by: Leonard Foerster <foersleo@amazon.com>
In the past we have taken care of only shipping the base configuration
of NIC drivers. No specialized offloading options. Keep this status quo
until there is a use case for these specialized driver functions.

Signed-off-by: Leonard Foerster <foersleo@amazon.com>
Copy link
Contributor

@stmcginnis stmcginnis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All checks have passed, looks good to me.

Built and deployed an aws-k8s-1.26 EKS cluster.

NAME                                          STATUS   ROLES    AGE   VERSION                INTERNAL-IP     EXTERNAL-IP     OS-IMAGE                                KERNEL-VERSION   CONTAINER-RUNTIME
ip-192-168-67-88.us-east-2.compute.internal   Ready    <none>   82s   v1.24.10-eks-08ad9cc   192.168.67.88   18.116.15.171   Bottlerocket OS 1.14.0 (aws-k8s-1.24)   5.15.102         containerd://1.6.19+bottlerocket

Everything appears to be functional:

NAME        READY   STATUS    RESTARTS   AGE
webserver   1/1     Running   0          6s

@foersleo foersleo merged commit 850479d into bottlerocket-os:develop Mar 30, 2023
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