Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion SPECS/kernel-headers/kernel-headers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Summary: Linux API header files
Name: kernel-headers
Version: 6.17.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Expand Down Expand Up @@ -76,6 +76,9 @@ done
%endif

%changelog
* Wed Jan 7 2026 Lishan Liu <[email protected]> - 6.17.0-4
- Bump release version

* Mon Dec 1 2025 Lishan Liu <[email protected]> - 6.17.0-3
- Update kernel to mainline-tracking-pre-prod-v6.17-linux-251118T134731Z

Expand Down
22 changes: 18 additions & 4 deletions SPECS/kernel-rt/config
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ CONFIG_BT_HCIRSI=m
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_STREAM_PARSER=y
# CONFIG_MCTP is not set
CONFIG_MCTP=y
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WEXT_CORE=y
Expand Down Expand Up @@ -2015,6 +2015,7 @@ CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=m
CONFIG_REGMAP_I3C=m
CONFIG_REGMAP_SOUNDWIRE=m
CONFIG_REGMAP_SOUNDWIRE_MBQ=m
CONFIG_DMA_SHARED_BUFFER=y
Expand Down Expand Up @@ -2491,7 +2492,7 @@ CONFIG_DM_DELAY=m
CONFIG_DM_UEVENT=y
CONFIG_DM_FLAKEY=m
CONFIG_DM_VERITY=y
# CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG is not set
CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y
CONFIG_DM_VERITY_FEC=y
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
Expand Down Expand Up @@ -2905,6 +2906,13 @@ CONFIG_CAN_MCP251XFD=m
# end of CAN USB interfaces

# CONFIG_CAN_DEBUG_DEVICES is not set

#
## MCTP Device Drivers
#
CONFIG_MCTP_TRANSPORT_I3C=m
# end of MCTP Device Drivers

CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
CONFIG_FWNODE_MDIO=y
Expand Down Expand Up @@ -3466,7 +3474,12 @@ CONFIG_I2C_DESIGNWARE_BAYTRAIL=y
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support

CONFIG_I3C=y
CONFIG_I3C=m
CONFIG_CDNS_I3C_MASTER=m
CONFIG_DW_I3C_MASTER=m
CONFIG_SVC_I3C_MASTER=m
CONFIG_MIPI_I3C_HCI=m
CONFIG_MIPI_I3C_HCI_PCI=m
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
Expand Down Expand Up @@ -6905,7 +6918,8 @@ CONFIG_HTS221_I2C=m
# CONFIG_KMX61 is not set
# CONFIG_INV_ICM42600_I2C is not set
# CONFIG_INV_MPU6050_I2C is not set
# CONFIG_IIO_ST_LSM6DSX is not set
CONFIG_IIO_ST_LSM6DSX=m
CONFIG_IIO_ST_LSM6DSX_I3C=m
# CONFIG_IIO_ST_LSM9DS0 is not set
# end of Inertial measurement units

Expand Down
2 changes: 1 addition & 1 deletion SPECS/kernel-rt/kernel-rt.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Signatures": {
"emt-ca-20211013.pem": "5ef124b0924cb1047c111a0ecff1ae11e6ad7cac8d1d9b40f98f99334121f0b0",
"config": "0abcb4dae51afaf758ca3a48c3d87fd068d1b4a6b9c0873a8a33627ae5f32d40",
"config": "046074df97884d2a2a3134d10208d79e49ae13fe85c96671a2583b86aef8d53a",
"cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985",
"cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98",
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f",
Expand Down
5 changes: 4 additions & 1 deletion SPECS/kernel-rt/kernel-rt.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Preempt RT Linux Kernel
Name: kernel-rt
Version: 6.17.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Expand Down Expand Up @@ -432,6 +432,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
%{_sysconfdir}/bash_completion.d/bpftool

%changelog
* Wed Jan 7 2026 Lishan Liu <[email protected]> - 6.17.0-4
- Update kernel config I3C and DM_VERITY

* Mon Dec 1 2025 Lishan Liu <[email protected]> - 6.17.0-3
- Update kernel to mainline-tracking-pre-prod-v6.17-linux-251118T134731Z

Expand Down
24 changes: 19 additions & 5 deletions SPECS/kernel/config
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ CONFIG_BT_HCIRSI=m
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_STREAM_PARSER=y
# CONFIG_MCTP is not set
CONFIG_MCTP=y
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WEXT_CORE=y
Expand Down Expand Up @@ -2009,6 +2009,7 @@ CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=m
CONFIG_REGMAP_I3C=m
CONFIG_REGMAP_SOUNDWIRE=m
CONFIG_REGMAP_SOUNDWIRE_MBQ=m
CONFIG_DMA_SHARED_BUFFER=y
Expand Down Expand Up @@ -2485,7 +2486,7 @@ CONFIG_DM_DELAY=m
CONFIG_DM_UEVENT=y
CONFIG_DM_FLAKEY=m
CONFIG_DM_VERITY=y
# CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG is not set
CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y
CONFIG_DM_VERITY_FEC=y
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
Expand Down Expand Up @@ -2893,6 +2894,13 @@ CONFIG_CAN_M_CAN_PLATFORM=m
# end of CAN USB interfaces

# CONFIG_CAN_DEBUG_DEVICES is not set

#
## MCTP Device Drivers
#
CONFIG_MCTP_TRANSPORT_I3C=m
# end of MCTP Device Drivers

CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
CONFIG_FWNODE_MDIO=y
Expand Down Expand Up @@ -3453,7 +3461,12 @@ CONFIG_I2C_DESIGNWARE_BAYTRAIL=y
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support

CONFIG_I3C=y
CONFIG_I3C=m
CONFIG_CDNS_I3C_MASTER=m
CONFIG_DW_I3C_MASTER=m
CONFIG_SVC_I3C_MASTER=m
CONFIG_MIPI_I3C_HCI=m
CONFIG_MIPI_I3C_HCI_PCI=m
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
Expand Down Expand Up @@ -3817,7 +3830,7 @@ CONFIG_SENSORS_CORETEMP=m
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
CONFIG_SENSORS_TMP108=y
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_TMP464 is not set
Expand Down Expand Up @@ -6932,7 +6945,8 @@ CONFIG_HTS221_I2C=m
# CONFIG_KMX61 is not set
# CONFIG_INV_ICM42600_I2C is not set
# CONFIG_INV_MPU6050_I2C is not set
# CONFIG_IIO_ST_LSM6DSX is not set
CONFIG_IIO_ST_LSM6DSX=m
CONFIG_IIO_ST_LSM6DSX_I3C=m
# CONFIG_IIO_ST_LSM9DS0 is not set
# end of Inertial measurement units

Expand Down
5 changes: 4 additions & 1 deletion SPECS/kernel/kernel-uki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Summary: Unified Kernel Image
Name: kernel-uki
Version: 6.17.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Expand Down Expand Up @@ -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 Jan 7 2026 Lishan Liu <[email protected]> - 6.17.0-4
- Bump release version

* Mon Dec 1 2025 Lishan Liu <[email protected]> - 6.17.0-3
- Update kernel to mainline-tracking-pre-prod-v6.17-linux-251118T134731Z

Expand Down
2 changes: 1 addition & 1 deletion SPECS/kernel/kernel.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Signatures": {
"emt-ca-20211013.pem": "5ef124b0924cb1047c111a0ecff1ae11e6ad7cac8d1d9b40f98f99334121f0b0",
"config": "167d187b95d6088531f59429cda3126c2e6d2e6370554c251d69c4124294ee40",
"config": "ea7e6cf83b9b9ef6eb92dfdae4649061536dbe9988a0c19db93a6dec437a4e2d",
"cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985",
"cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98",
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f",
Expand Down
5 changes: 4 additions & 1 deletion SPECS/kernel/kernel.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Linux Kernel
Name: kernel
Version: 6.17.0
Release: 3%{?dist}
Release: 5%{?dist}
License: GPLv2
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Expand Down Expand Up @@ -407,6 +407,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
%{_sysconfdir}/bash_completion.d/bpftool

%changelog
* Wed Jan 7 2026 Lishan Liu <[email protected]> - 6.17.0-4
- Update kernel config I3C and DM_VERITY

* Mon Dec 1 2025 Lishan Liu <[email protected]> - 6.17.0-3
- Update kernel to mainline-tracking-pre-prod-v6.17-linux-251118T134731Z

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Summary: nvidia gpu driver kernel module for data center devices
Name: nvidia-data-center-driver
Version: 580.105.08
Release: 3%{?dist}
Release: 4%{?dist}
License: Public Domain
Source0: https://us.download.nvidia.com/tesla/%{version}/NVIDIA-Linux-x86_64-%{version}.run
Vendor: Intel Corporation
Expand Down Expand Up @@ -51,6 +51,9 @@ make INSTALL_MOD_PATH=%{buildroot} modules_install
/sbin/depmod -a

%changelog
* Wed Jan 7 2026 Lishan Liu <[email protected]> - 580.105.08-4
- Update kernel config I3C and DM_VERITY

* Mon Dec 1 2025 Lishan Liu <[email protected]> - 580.105.08-2
- Bump release to rebuild

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
filesystem-1.1-21.emt3.x86_64.rpm
kernel-headers-6.17.0-3.emt3.noarch.rpm
kernel-headers-6.17.0-4.emt3.noarch.rpm
glibc-2.38-12.emt3.x86_64.rpm
glibc-devel-2.38-12.emt3.x86_64.rpm
glibc-i18n-2.38-12.emt3.x86_64.rpm
Expand Down
4 changes: 2 additions & 2 deletions toolkit/resources/manifests/package/toolchain_x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ intltool-0.51.0-7.emt3.noarch.rpm
itstool-2.0.7-1.emt3.noarch.rpm
kbd-2.2.0-2.emt3.x86_64.rpm
kbd-debuginfo-2.2.0-2.emt3.x86_64.rpm
kernel-cross-headers-6.17.0-3.emt3.noarch.rpm
kernel-headers-6.17.0-3.emt3.noarch.rpm
kernel-cross-headers-6.17.0-4.emt3.noarch.rpm
kernel-headers-6.17.0-4.emt3.noarch.rpm
kmod-30-1.emt3.x86_64.rpm
kmod-debuginfo-30-1.emt3.x86_64.rpm
kmod-devel-30-1.emt3.x86_64.rpm
Expand Down