-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1055 from christopherco/chrco/kernel/iommu-hotfix
Kernel: update to 5.10.42.1
- Loading branch information
Showing
23 changed files
with
80 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-signed-%{buildarch} | ||
Version: 5.10.37.1 | ||
Version: 5.10.42.1 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -146,6 +146,12 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%endif | ||
|
||
%changelog | ||
* Tue Jun 08 2021 Rachel Menge <[email protected]> - 5.10.42.1-1 | ||
- Update source to 5.10.42.1 | ||
|
||
* Thu Jun 03 2021 Rachel Menge <[email protected]> - 5.10.37.1-2 | ||
- Bump release number to match kernel release | ||
|
||
* Fri May 28 2021 Rachel Menge <[email protected]> - 5.10.37.1-1 | ||
- Update source to 5.10.37.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
%global udev_prefix 70 | ||
Summary: Hyper-V daemons suite | ||
Name: hyperv-daemons | ||
Version: 5.10.37.1 | ||
Version: 5.10.42.1 | ||
Release: 1%{?dist} | ||
License: GPLv2+ | ||
Vendor: Microsoft Corporation | ||
|
@@ -219,6 +219,9 @@ fi | |
%{_sbindir}/lsvmbus | ||
|
||
%changelog | ||
* Tue Jun 08 2021 Rachel Menge <[email protected]> - 5.10.42.1-1 | ||
- Update source to 5.10.42.1 | ||
|
||
* Fri May 28 2021 Rachel Menge <[email protected]> - 5.10.37.1-1 | ||
- Update source to 5.10.37.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"kernel-5.10.37.1.tar.gz": "5ed453360f52e70767631d6c253306ab07248d957275b9f1d55b8bd03a88a29e" | ||
"kernel-5.10.42.1.tar.gz": "47bb149f6ad2fc7d0ad8b31e3fcc0d3b1e5b25069d12f4d1e06dfc0b3c4b32ee" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: Linux API header files | ||
Name: kernel-headers | ||
Version: 5.10.37.1 | ||
Version: 5.10.42.1 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -35,6 +35,12 @@ cp -rv usr/include/* /%{buildroot}%{_includedir} | |
%{_includedir}/* | ||
|
||
%changelog | ||
* Tue Jun 08 2021 Rachel Menge <[email protected]> - 5.10.42.1-1 | ||
- Update source to 5.10.42.1 | ||
|
||
* Thu Jun 03 2021 Rachel Menge <[email protected]> - 5.10.37.1-2 | ||
- Bump release number to match kernel release | ||
|
||
* Fri May 28 2021 Rachel Menge <[email protected]> - 5.10.37.1-1 | ||
- Update source to 5.10.37.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"Signatures": { | ||
"cbl-mariner-ca-20210127.pem": "82363cb44e786353936abc2e2d62d9325cacf2d9e9a8ebaf4221ea30a9e0cd7b", | ||
"config": "b1072e7d4bf000fad2f78e9e56e7ddc8207425b9acb9a779bb98174399dd2218", | ||
"kernel-5.10.37.1.tar.gz": "5ed453360f52e70767631d6c253306ab07248d957275b9f1d55b8bd03a88a29e", | ||
"config": "27eedb7687fd0d9415b759c4440ef33f54452fcecce06695adbaf4b614fe7ea3", | ||
"kernel-5.10.42.1.tar.gz": "47bb149f6ad2fc7d0ad8b31e3fcc0d3b1e5b25069d12f4d1e06dfc0b3c4b32ee", | ||
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Linux Kernel optimized for Hyper-V | ||
Name: kernel-hyperv | ||
Version: 5.10.37.1 | ||
Version: 5.10.42.1 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -267,6 +267,12 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%{_libdir}/perf/include/bpf/* | ||
|
||
%changelog | ||
* Tue Jun 08 2021 Rachel Menge <[email protected]> - 5.10.42.1-1 | ||
- Update source to 5.10.42.1 | ||
|
||
* Thu Jun 03 2021 Rachel Menge <[email protected]> - 5.10.37.1-2 | ||
- Bump release number to match kernel release | ||
|
||
* Fri May 28 2021 Rachel Menge <[email protected]> - 5.10.37.1-1 | ||
- Update source to 5.10.37.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CVE-2020-25672 - already patched in 5.10.37.1 stable kernel | ||
Upstream commit: 7574fcdbdcb335763b6b322f6928dc0fd5730451 | ||
Stable commit: 568ac94df580b1a65837dc299e8758635e7b1423 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
CVE-2021-33200 - already patched in 5.10.42.1 stable kernel | ||
|
||
Upstream: 3d0220f6861d713213b015b582e9f21e5b28d2e0 | ||
Stable: 4e2c7b297431457663a90d4186e666b61d5da86c | ||
|
||
Upstream: bb01a1bba579b4b1c5566af24d95f1767859771e | ||
Stable: c87ef240a8bbbda5913fac1e84209d224c1aaf50 | ||
|
||
Upstream: a7036191277f9fa68d92f2071ddc38c09b1e5ee5 | ||
Stable: 27acfd11ba179b746f55077edf9750f8f7cb1cb6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"Signatures": { | ||
"cbl-mariner-ca-20210127.pem": "82363cb44e786353936abc2e2d62d9325cacf2d9e9a8ebaf4221ea30a9e0cd7b", | ||
"config": "4f0050188f0d1c476dfd9343fd375d4c2b9e8189409f5fb215020ef251828bdb", | ||
"config_aarch64": "a84c2218a98f05f23d3cc51e56cc41d9426487db390d49511396e856e07d7894", | ||
"kernel-5.10.37.1.tar.gz": "5ed453360f52e70767631d6c253306ab07248d957275b9f1d55b8bd03a88a29e", | ||
"config": "717fa109b65d1989115762debe92e543ffdfc57824aa933d20af87892152f674", | ||
"config_aarch64": "3dbf18d2ef17e88db97b20df9a8fbe9c6ac7b20a80bb8c5c90d4c1e28e7ff1ad", | ||
"kernel-5.10.42.1.tar.gz": "47bb149f6ad2fc7d0ad8b31e3fcc0d3b1e5b25069d12f4d1e06dfc0b3c4b32ee", | ||
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Linux Kernel | ||
Name: kernel | ||
Version: 5.10.37.1 | ||
Version: 5.10.42.1 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
|
@@ -173,6 +173,8 @@ Patch1141: CVE-2021-33034.nopatch | |
Patch1142: CVE-2021-3483.nopatch | ||
Patch1143: CVE-2021-3501.nopatch | ||
Patch1144: CVE-2021-3506.nopatch | ||
Patch1145: CVE-2020-25672.nopatch | ||
Patch1146: CVE-2021-33200.nopatch | ||
BuildRequires: audit-devel | ||
BuildRequires: bash | ||
BuildRequires: bc | ||
|
@@ -503,6 +505,13 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%endif | ||
|
||
%changelog | ||
* Tue Jun 08 2021 Rachel Menge <[email protected]> - 5.10.42.1-1 | ||
- Update source to 5.10.42.1 | ||
- Address CVE-2021-33200 | ||
|
||
* Thu Jun 03 2021 Rachel Menge <[email protected]> - 5.10.37.1-2 | ||
- Address CVE-2020-25672 | ||
|
||
* Fri May 28 2021 Rachel Menge <[email protected]> - 5.10.37.1-1 | ||
- Update source to 5.10.37.1 | ||
- Address CVE-2021-23134, CVE-2021-29155, CVE-2021-31829, CVE-2021-31916, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters