Skip to content

Commit

Permalink
Merge pull request #126 from vyaghras/kernel_update_6_1
Browse files Browse the repository at this point in the history
kernel-6.1: update to 6.1.106
  • Loading branch information
vyaghras authored Sep 5, 2024
2 parents 01c8295 + 209b23d commit 71c684b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/kernel-6.1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ path = "../packages.rs"

[[package.metadata.build-package.external-files]]
# Use latest-srpm-url.sh to get this.
url = "https://cdn.amazonlinux.com/al2023/blobstore/bc929cd6c35e297ebc5760d75997d219080501a32b7936641003178bce778074/kernel-6.1.102-111.182.amzn2023.src.rpm"
sha512 = "fab5cfd995c22a36a9815a3c8115a72d1a2e3a28e3fc49b7b490f664b562a6f48724616cc458b58a147d4b5fbdf16cb34a58676fbae72838a770d43334089300"
url = "https://cdn.amazonlinux.com/al2023/blobstore/f578e84fd35abf2a86cbe79936f7d773eed3ca0202ac5fa049cf01879ce9bbe3/kernel-6.1.106-116.188.amzn2023.src.rpm"
sha512 = "253f601c2df406697fe9cff2a4cbfc3fb4c098a2ea8f36b3a1ce21c7c7d207612e18422a8eb832e6f3e105a59bb62b12bba6fb2f603e7740665ae38a78292645"

[build-dependencies]
microcode = { path = "../microcode" }
6 changes: 4 additions & 2 deletions packages/kernel-6.1/kernel-6.1.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
%global debug_package %{nil}

Name: %{_cross_os}kernel-6.1
Version: 6.1.102
Version: 6.1.106
Release: 1%{?dist}
Summary: The Linux kernel
License: GPL-2.0 WITH Linux-syscall-note
URL: https://www.kernel.org/
# Use latest-srpm-url.sh to get this.
Source0: https://cdn.amazonlinux.com/al2023/blobstore/bc929cd6c35e297ebc5760d75997d219080501a32b7936641003178bce778074/kernel-6.1.102-111.182.amzn2023.src.rpm
Source0: https://cdn.amazonlinux.com/al2023/blobstore/f578e84fd35abf2a86cbe79936f7d773eed3ca0202ac5fa049cf01879ce9bbe3/kernel-6.1.106-116.188.amzn2023.src.rpm
Source100: config-bottlerocket

# This list of FIPS modules is extracted from /etc/fipsmodules in the initramfs
Expand Down Expand Up @@ -502,6 +502,7 @@ install -p -m 0644 %{S:302} %{buildroot}%{_cross_bootconfigdir}/05-metal.conf
%endif
%{_cross_kmoddir}/kernel/drivers/amazon/net/efa/efa.ko.*
%{_cross_kmoddir}/kernel/drivers/amazon/net/ena/ena.ko.*
%{_cross_kmoddir}/kernel/drivers/amazon/scsi/mpi3mr/mpi3mr.ko.gz
%if "%{_cross_arch}" == "aarch64"
%{_cross_kmoddir}/kernel/drivers/ata/ahci_platform.ko.*
%{_cross_kmoddir}/kernel/drivers/ata/libahci_platform.ko.*
Expand Down Expand Up @@ -556,6 +557,7 @@ install -p -m 0644 %{S:302} %{buildroot}%{_cross_bootconfigdir}/05-metal.conf
%{_cross_kmoddir}/kernel/drivers/edac/pnd2_edac.ko.*
%{_cross_kmoddir}/kernel/drivers/edac/sb_edac.ko.*
%{_cross_kmoddir}/kernel/drivers/edac/skx_edac.ko.*
%{_cross_kmoddir}/kernel/drivers/edac/skx_edac_common.ko.gz
%{_cross_kmoddir}/kernel/drivers/edac/x38_edac.ko.*
%endif
%{_cross_kmoddir}/kernel/drivers/firmware/dmi-sysfs.ko.*
Expand Down

0 comments on commit 71c684b

Please sign in to comment.