Skip to content

Commit

Permalink
overrides: fast-track kernel-5.16.13-200.fc35
Browse files Browse the repository at this point in the history
This is the first kernel with the most recent revert that allows
us to not regress on some AWS instance types [1]. Because it is
newer than 5.16.11 it also allows for us to pick up the fix to
CVE-2022-0847 [2].

[1] coreos/fedora-coreos-tracker#1066
[2] coreos/fedora-coreos-tracker#1118
  • Loading branch information
dustymabe committed Mar 9, 2022
1 parent 9c2b393 commit 3ff8a70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
6 changes: 3 additions & 3 deletions manifest-lock.aarch64.json
Expand Up @@ -463,13 +463,13 @@
"evra": "2.4.0-8.fc35.noarch"
},
"kernel": {
"evra": "5.15.18-200.fc35.aarch64"
"evra": "5.16.13-200.fc35.aarch64"
},
"kernel-core": {
"evra": "5.15.18-200.fc35.aarch64"
"evra": "5.16.13-200.fc35.aarch64"
},
"kernel-modules": {
"evra": "5.15.18-200.fc35.aarch64"
"evra": "5.16.13-200.fc35.aarch64"
},
"kexec-tools": {
"evra": "2.0.22-7.fc35.aarch64"
Expand Down
15 changes: 6 additions & 9 deletions manifest-lock.overrides.yaml
Expand Up @@ -10,20 +10,17 @@

packages:
kernel:
evr: 5.15.18-200.fc35
evr: 5.16.13-200.fc35
metadata:
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1066
type: pin
type: fast-track
kernel-core:
evr: 5.15.18-200.fc35
evr: 5.16.13-200.fc35
metadata:
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1066
type: pin
type: fast-track
kernel-modules:
evr: 5.15.18-200.fc35
evr: 5.16.13-200.fc35
metadata:
reason: https://github.com/coreos/fedora-coreos-tracker/issues/1066
type: pin
type: fast-track
systemd:
evr: 249.7-2.fc35
metadata:
Expand Down
6 changes: 3 additions & 3 deletions manifest-lock.x86_64.json
Expand Up @@ -469,13 +469,13 @@
"evra": "2.4.0-8.fc35.noarch"
},
"kernel": {
"evra": "5.15.18-200.fc35.x86_64"
"evra": "5.16.13-200.fc35.x86_64"
},
"kernel-core": {
"evra": "5.15.18-200.fc35.x86_64"
"evra": "5.16.13-200.fc35.x86_64"
},
"kernel-modules": {
"evra": "5.15.18-200.fc35.x86_64"
"evra": "5.16.13-200.fc35.x86_64"
},
"kexec-tools": {
"evra": "2.0.22-7.fc35.x86_64"
Expand Down

0 comments on commit 3ff8a70

Please sign in to comment.