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

Kernels: update 5.10, 5.15, 6.1 #3853

Merged
merged 3 commits into from
Mar 26, 2024

Conversation

larvacea
Copy link
Member

Description of changes:

Update kernels to latest AL kernels available in the repositories.

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-50-68.us-west-2.compute.internal    Ready    <none>   2m      v1.28.7-eks-c5c5da4    192.168.50.68    34.222.1.83    Bottlerocket OS 1.19.3 (aws-k8s-1.28)   6.1.79           containerd://1.6.30+bottlerocket
ip-192-168-66-181.us-west-2.compute.internal   Ready    <none>   5m5s    v1.26.14-eks-b063426   192.168.66.181   35.81.170.74   Bottlerocket OS 1.19.3 (aws-k8s-1.26)   5.15.149         containerd://1.6.30+bottlerocket
ip-192-168-77-66.us-west-2.compute.internal    Ready    <none>   7m54s   v1.23.17-eks-ea94ec3   192.168.77.66    35.86.203.79   Bottlerocket OS 1.19.3 (aws-k8s-1.23)   5.10.210         containerd://1.6.30+bottlerocket

> sonobuoy run --mode=quick --wait
[...]
21:05:24    systemd-logs   ip-192-168-66-181.us-west-2.compute.internal   complete
21:05:44             e2e                                         global   complete   passed   Passed:  1, Failed:  0, Remaining:  0
21:05:44    systemd-logs    ip-192-168-50-68.us-west-2.compute.internal   complete   passed
21:05:44    systemd-logs   ip-192-168-66-181.us-west-2.compute.internal   complete   passed
21:05:44    systemd-logs    ip-192-168-77-66.us-west-2.compute.internal   complete   passed
21:05:44 Sonobuoy has completed. Use `sonobuoy retrieve` to get results.

Changes to the configs as reported by tools/diff-kernel-config:

config-aarch64-aws-k8s-1.23-diff:         0 removed,   0 added,   0 changed
config-aarch64-aws-k8s-1.26-diff:         0 removed,   0 added,   0 changed
config-aarch64-aws-k8s-1.28-diff:         0 removed,   6 added,   0 changed
config-x86_64-aws-k8s-1.23-diff:          0 removed,   0 added,   0 changed
config-x86_64-aws-k8s-1.26-diff:          0 removed,   0 added,   0 changed
config-x86_64-aws-k8s-1.28-diff:          0 removed,   6 added,   0 changed
config-x86_64-metal-k8s-1.26-diff:        0 removed,   0 added,   0 changed
config-x86_64-metal-k8s-1.28-diff:        0 removed,   6 added,   0 changed
config-x86_64-vmware-k8s-1.26-diff:       0 removed,   0 added,   0 changed
config-x86_64-vmware-k8s-1.28-diff:       0 removed,   6 added,   0 changed

The full diff-report can be found on Gist.

Summary of changes

  • 5.10, 5.15, and 6.1 Fix potential ext4 file system corruption during resize.
  • 5.10 Support for getting and setting SACLs in smb.
  • 6.1 Add support for LustreFS.
  • No changes to bottlerocket-specific patches or config. Upstream config additions are for Lustre in 6.1 kernels.

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.210-201.855.amzn2.

Signed-off-by: Martin Harriman <[email protected]>
Rebase to Amazon Linux upstream version 5.15.149-99.162.amzn2.

Signed-off-by: Martin Harriman <[email protected]>
Rebase to Amazon Linux upstream version 6.1.79-99.167.amzn2023.

Signed-off-by: Martin Harriman <[email protected]>
@larvacea larvacea merged commit ec22984 into bottlerocket-os:develop Mar 26, 2024
50 checks passed
@larvacea larvacea deleted the kernels-2024-03-25 branch March 26, 2024 17:55
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