forked from microsoft/azurelinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CONFIG_DRM as loadable module and create sub-package for in-tr…
…ee amdgpu modules (microsoft#10612)
- Loading branch information
1 parent
38af390
commit 63c503a
Showing
12 changed files
with
52 additions
and
21 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-signed-%{buildarch} | ||
Version: 6.6.57.1 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -145,6 +145,9 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Suresh Babu Chalamalasetty <[email protected]> - 6.6.57.1-4 | ||
- Bump release to match kernel | ||
|
||
* Tue Nov 05 2024 Chris Co <[email protected]> - 6.6.57.1-3 | ||
- Bump release to match kernel | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
Summary: Signed Unified Kernel Image for %{buildarch} systems | ||
Name: kernel-uki-signed-%{buildarch} | ||
Version: 6.6.57.1 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -68,6 +68,9 @@ popd | |
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Suresh Babu Chalamalasetty <[email protected]> - 6.6.57.1-4 | ||
- Bump release to match kernel | ||
|
||
* Tue Nov 05 2024 Chris Co <[email protected]> - 6.6.57.1-3 | ||
- Bump release to match kernel | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
Summary: Linux API header files | ||
Name: kernel-headers | ||
Version: 6.6.57.1 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -75,6 +75,9 @@ done | |
%endif | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Suresh Babu Chalamalasetty <[email protected]> - 6.6.57.1-4 | ||
- Bump release to match kernel | ||
|
||
* Tue Nov 05 2024 Chris Co <[email protected]> - 6.6.57.1-3 | ||
- Bump release to match kernel | ||
|
||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
Summary: Unified Kernel Image | ||
Name: kernel-uki | ||
Version: 6.6.57.1 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -70,6 +70,9 @@ cp %{buildroot}/boot/vmlinuz-uki-%{kernelver}.efi %{buildroot}/boot/efi/EFI/Linu | |
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Suresh Babu Chalamalasetty <[email protected]> - 6.6.57.1-4 | ||
- Bump release to match kernel | ||
|
||
* Tue Nov 05 2024 Chris Co <[email protected]> - 6.6.57.1-3 | ||
- Bump release to match kernel | ||
|
||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
Summary: Linux Kernel | ||
Name: kernel | ||
Version: 6.6.57.1 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -121,6 +121,15 @@ Requires: %{name} = %{version}-%{release} | |
%description drivers-gpu | ||
This package contains the Linux kernel gpu support | ||
|
||
%package drivers-intree-amdgpu | ||
Summary: Kernel amdgpu modules | ||
Group: System Environment/Kernel | ||
Requires: %{name} = %{version}-%{release} | ||
Requires: %{name}-drivers-gpu = %{version}-%{release} | ||
|
||
%description drivers-intree-amdgpu | ||
This package contains the Linux kernel in-tree AMD gpu support | ||
|
||
%package drivers-sound | ||
Summary: Kernel Sound modules | ||
Group: System Environment/Kernel | ||
|
@@ -327,6 +336,9 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%post drivers-gpu | ||
/sbin/depmod -a %{uname_r} | ||
|
||
%post drivers-intree-amdgpu | ||
/sbin/depmod -a %{uname_r} | ||
|
||
%post drivers-sound | ||
/sbin/depmod -a %{uname_r} | ||
|
||
|
@@ -365,6 +377,11 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%files drivers-gpu | ||
%defattr(-,root,root) | ||
/lib/modules/%{uname_r}/kernel/drivers/gpu | ||
%exclude /lib/modules/%{uname_r}/kernel/drivers/gpu/drm/amd | ||
|
||
%files drivers-intree-amdgpu | ||
%defattr(-,root,root) | ||
/lib/modules/%{uname_r}/kernel/drivers/gpu/drm/amd | ||
|
||
%files drivers-sound | ||
%defattr(-,root,root) | ||
|
@@ -407,6 +424,10 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%{_sysconfdir}/bash_completion.d/bpftool | ||
|
||
%changelog | ||
* Wed Nov 06 2024 Suresh Babu Chalamalasetty <[email protected]> - 6.6.57.1-4 | ||
- Make CONFIG_DRM and its dependency KConfigs as loadable modules | ||
- Create sub-package for AMD GPU in-tree modules to avoid conflicts with out-of-tree modules | ||
|
||
* Tue Nov 05 2024 Chris Co <[email protected]> - 6.6.57.1-3 | ||
- Enable kexec signature verification | ||
- Introduce new azurelinux-ca-20230216.pem | ||
|
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