-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable CONFIG_GCC_PLUGIN_RANDSTRUCT and enable CONFIG_SCSI_SMARTPQI (#…
…661) * Remove RANDSTRUCT and add SCSI_SMARTPQI configs There is an issue where CONFIG_GCC_PLUGIN_RANDSTRUCT causes our vmcore files to be unparseable. Disable config for now. Enable CONFIG_SCSI_SMARTPQI so Mariner works on platforms with the smartpqi storage. Signed-off-by: Chris Co <[email protected]> * Bump kernel release number Signed-off-by: Chris Co <[email protected]> * Add CONFIG_DEBUG_INFO_BTF not set New config option required to pass our config checker. Signed-off-by: Chris Co <[email protected]>
- Loading branch information
1 parent
c960793
commit bdf678d
Showing
14 changed files
with
35 additions
and
19 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Summary: Signed Linux Kernel for aarch64 systems | ||
Name: kernel-signed-aarch64 | ||
Version: 5.4.91 | ||
Release: 5%{?dist} | ||
Release: 6%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -82,6 +82,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%config %{_localstatedir}/lib/initramfs/kernel/%{uname_r} | ||
|
||
%changelog | ||
* Tue Feb 23 2021 Chris Co <[email protected]> - 5.4.91-6 | ||
- Update to match kernel spec 5.4.91-6 | ||
|
||
* Tue Feb 16 2021 Nicolas Ontiveros <[email protected]> - 5.4.91-5 | ||
- Update to kernel release 5.4.91-5. | ||
|
||
|
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 @@ | |
Summary: Signed Linux Kernel for x86_64 systems | ||
Name: kernel-signed-x64 | ||
Version: 5.4.91 | ||
Release: 5%{?dist} | ||
Release: 6%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -82,6 +82,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%config %{_localstatedir}/lib/initramfs/kernel/%{uname_r} | ||
|
||
%changelog | ||
* Tue Feb 23 2021 Chris Co <[email protected]> - 5.4.91-6 | ||
- Update to match kernel spec 5.4.91-6 | ||
|
||
* Tue Feb 16 2021 Nicolas Ontiveros <[email protected]> - 5.4.91-5 | ||
- Update to kernel release 5.4.91-5. | ||
|
||
|
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,7 +1,7 @@ | ||
Summary: Linux API header files | ||
Name: kernel-headers | ||
Version: 5.4.91 | ||
Release: 5%{?dist} | ||
Release: 6%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -34,6 +34,9 @@ cp -rv usr/include/* /%{buildroot}%{_includedir} | |
%{_includedir}/* | ||
|
||
%changelog | ||
* Tue Feb 23 2021 Chris Co <[email protected]> - 5.4.91-6 | ||
- Update to match kernel spec 5.4.91-6 | ||
|
||
* Tue Feb 16 2021 Nicolas Ontiveros <[email protected]> - 5.4.91-5 | ||
- Update to kernel release 5.4.91-5 | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Summary: Linux Kernel optimized for Hyper-V | ||
Name: kernel-hyperv | ||
Version: 5.4.91 | ||
Release: 4%{?dist} | ||
Release: 5%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -272,6 +272,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%{_libdir}/perf/include/bpf/* | ||
|
||
%changelog | ||
* Tue Feb 23 2021 Chris Co <[email protected]> - 5.4.91-5 | ||
- Remove CONFIG_GCC_PLUGIN_RANDSTRUCT | ||
|
||
* Thu Feb 11 2021 Nicolas Ontiveros <[email protected]> - 5.4.91-4 | ||
- Add configs to enable tcrypt in FIPS mode | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Summary: Linux Kernel | ||
Name: kernel | ||
Version: 5.4.91 | ||
Release: 5%{?dist} | ||
Release: 6%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -459,6 +459,10 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg | |
%endif | ||
|
||
%changelog | ||
* Tue Feb 23 2021 Chris Co <[email protected]> - 5.4.91-6 | ||
- Remove CONFIG_GCC_PLUGIN_RANDSTRUCT | ||
- Add CONFIG_SCSI_SMARTPQI=y | ||
|
||
* Thu Feb 11 2021 Nicolas Ontiveros <[email protected]> - 5.4.91-5 | ||
- Add configs to enable tcrypt in FIPS mode | ||
|
||
|
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