Skip to content

Commit 4ba81ae

Browse files
[AUTOPATCHER-kernel] Kernel upgrade to version 6.6.90.1 - branch 3.0-dev (#13887)
Co-authored-by: Rachel Menge <rachelmenge@microsoft.com>
1 parent e309ba5 commit 4ba81ae

45 files changed

Lines changed: 162 additions & 82 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

SPECS-EXTENDED/kernel-ipe/config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.6.85.1 Kernel Configuration
3+
# Linux/x86_64 6.6.90.1 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
66
CONFIG_CC_IS_GCC=y
@@ -1899,8 +1899,6 @@ CONFIG_ETHTOOL_NETLINK=y
18991899
#
19001900
# Device Drivers
19011901
#
1902-
CONFIG_HAVE_EISA=y
1903-
# CONFIG_EISA is not set
19041902
CONFIG_HAVE_PCI=y
19051903
CONFIG_PCI=y
19061904
CONFIG_PCI_DOMAINS=y
@@ -6198,7 +6196,7 @@ CONFIG_HYPERV=y
61986196
CONFIG_HYPERV_TIMER=y
61996197
CONFIG_HYPERV_UTILS=y
62006198
CONFIG_HYPERV_BALLOON=y
6201-
# CONFIG_DXGKRNL is not set
6199+
CONFIG_DXGKRNL=m
62026200
# end of Microsoft Hyper-V guest support
62036201

62046202
#

SPECS-EXTENDED/kernel-ipe/config_aarch64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.6.85.1 Kernel Configuration
3+
# Linux/arm64 6.6.90.1 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
66
CONFIG_CC_IS_GCC=y
@@ -7568,6 +7568,7 @@ CONFIG_HID_THRUSTMASTER=m
75687568
CONFIG_THRUSTMASTER_FF=y
75697569
CONFIG_HID_UDRAW_PS3=m
75707570
CONFIG_HID_U2FZERO=m
7571+
# CONFIG_HID_UNIVERSAL_PIDFF is not set
75717572
CONFIG_HID_WACOM=m
75727573
CONFIG_HID_WIIMOTE=m
75737574
CONFIG_HID_XINMO=m
@@ -8482,7 +8483,7 @@ CONFIG_VHOST_VSOCK=m
84828483
CONFIG_HYPERV=y
84838484
CONFIG_HYPERV_UTILS=y
84848485
CONFIG_HYPERV_BALLOON=y
8485-
# CONFIG_DXGKRNL is not set
8486+
CONFIG_DXGKRNL=m
84868487
# end of Microsoft Hyper-V guest support
84878488

84888489
#
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"Signatures": {
33
"azurelinux-ca-20230216.pem": "d545401163c75878319f01470455e6bc18a5968e39dd964323225e3fe308849b",
4-
"config": "b8f8305093c7ca2a04cc93add5a2da13fbec8ec14513ddc0d3456e4c3b6cec52",
5-
"config_aarch64": "2c574b1b83ba5138adebf3717ab1c530600a55bd47a85dabda8649f301c7773f",
4+
"config": "b7b3efcfc9d2d2f2b5d5ed727fab04ce07f90c454dd34a9574f77488bc78b149",
5+
"config_aarch64": "5fa374557a85f2b2d780f66d677e55d19bb9cf58aa56fa612cb4308a11f45e46",
66
"cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985",
77
"cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98",
88
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f",
99
"azl-ipe-boot-policy.pol": "f2b7941bd3b721aadc8e937d0472c36fe5e140221f7bb54af6ef905884e0372c",
1010
"Makefile": "1c2e740407215ed9b9cbbc09f9102bc99c08b370bbe2cbb0490aefdc9eb70455",
1111
"tarfs.c": "066084e1ca2c1e7ba83e76a6696cf17928e7efb46a2b1670a7a1f597c2d9bc51",
12-
"kernel-6.6.85.1.tar.gz": "4dab471d68ce07dd31e925788c128ff1c7d9a6d2c7e0a073bd8e6701514cfee6"
12+
"kernel-6.6.90.1.tar.gz": "6a7e4c7f399b136cdd8461bf6f83b52936fba6b39a798803708d0a8f0a601a88"
1313
}
1414
}

SPECS-EXTENDED/kernel-ipe/kernel-ipe.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Summary: Linux Kernel
3232
Name: kernel-ipe
33-
Version: 6.6.85.1
33+
Version: 6.6.90.1
3434
Release: 1%{?dist}
3535
License: GPLv2
3636
Vendor: Microsoft Corporation
@@ -451,6 +451,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
451451
%{_sysconfdir}/bash_completion.d/bpftool
452452

453453
%changelog
454+
* Fri May 23 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.90.1-1
455+
- Auto-upgrade to 6.6.90.1
456+
454457
* Sat Apr 05 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.85.1-1
455458
- Auto-upgrade to 6.6.85.1
456459

SPECS-SIGNED/fwctl-signed/fwctl-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Summary: %{_name} Driver
4646
Name: %{_name}-signed
4747
Version: 24.10
48-
Release: 18%{?dist}
48+
Release: 19%{?dist}
4949
License: GPLv2
5050
Url: http://nvidia.com
5151
Group: System Environment/Base
@@ -117,6 +117,9 @@ fi # 1 : closed
117117

118118

119119
%changelog
120+
* Fri May 23 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 24.10-19
121+
- Bump release to rebuild for new kernel release
122+
120123
* Tue May 13 2025 Siddharth Chintamaneni <sidchintamaneni@gmail.com> - 24.10-18
121124
- Bump release to rebuild for new kernel release
122125

SPECS-SIGNED/iser-signed/iser-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Summary: %{_name} Driver
4242
Name: %{_name}-signed
4343
Version: 24.10
44-
Release: 18%{?dist}
44+
Release: 19%{?dist}
4545
License: GPLv2
4646
Url: http://www.mellanox.com
4747
Group: System Environment/Base
@@ -108,6 +108,9 @@ fi # 1 : closed
108108
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{_name}-*.conf
109109

110110
%changelog
111+
* Fri May 23 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 24.10-19
112+
- Bump release to rebuild for new kernel release
113+
111114
* Tue May 13 2025 Siddharth Chintamaneni <sidchintamaneni@gmail.com> - 24.10-18
112115
- Bump release to rebuild for new kernel release
113116

SPECS-SIGNED/isert-signed/isert-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Summary: %{_name} Driver
4242
Name: %{_name}-signed
4343
Version: 24.10
44-
Release: 18%{?dist}
44+
Release: 19%{?dist}
4545
License: GPLv2
4646
Url: http://www.mellanox.com
4747
Group: System Environment/Base
@@ -107,6 +107,9 @@ fi # 1 : closed
107107
%config(noreplace) %{_sysconfdir}/depmod.d/zz02-%{_name}-*.conf
108108

109109
%changelog
110+
* Fri May 23 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 24.10-19
111+
- Bump release to rebuild for new kernel release
112+
110113
* Tue May 13 2025 Siddharth Chintamaneni <sidchintamaneni@gmail.com> - 24.10-18
111114
- Bump release to rebuild for new kernel release
112115

SPECS-SIGNED/kernel-64k-signed/kernel-64k-signed.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
%define uname_r %{version}-%{release}
77
Summary: Signed Linux Kernel for %{buildarch} systems
88
Name: kernel-64k-signed-%{buildarch}
9-
Version: 6.6.85.1
10-
Release: 4%{?dist}
9+
Version: 6.6.90.1
10+
Release: 1%{?dist}
1111
License: GPLv2
1212
Vendor: Microsoft Corporation
1313
Distribution: Azure Linux
@@ -105,6 +105,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
105105
%exclude /module_info.ld
106106

107107
%changelog
108+
* Fri May 23 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.90.1-1
109+
- Auto-upgrade to 6.6.90.1
110+
108111
* Tue May 13 2025 Siddharth Chintamaneni <sidchintamaneni@gmail.com> - 6.6.85.1-4
109112
- Bump release to match kernel
110113

SPECS-SIGNED/kernel-signed/kernel-signed.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
%define uname_r %{version}-%{release}
1010
Summary: Signed Linux Kernel for %{buildarch} systems
1111
Name: kernel-signed-%{buildarch}
12-
Version: 6.6.85.1
13-
Release: 4%{?dist}
12+
Version: 6.6.90.1
13+
Release: 1%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
1616
Distribution: Azure Linux
@@ -145,6 +145,9 @@ echo "initrd of kernel %{uname_r} removed" >&2
145145
%exclude /module_info.ld
146146

147147
%changelog
148+
* Fri May 23 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.90.1-1
149+
- Auto-upgrade to 6.6.90.1
150+
148151
* Tue May 13 2025 Siddharth Chintamaneni <sidchintamaneni@gmail.com> - 6.6.85.1-4
149152
- Bump release to match kernel
150153

SPECS-SIGNED/kernel-uki-signed/kernel-uki-signed.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
%define kernelver %{version}-%{release}
66
Summary: Signed Unified Kernel Image for %{buildarch} systems
77
Name: kernel-uki-signed-%{buildarch}
8-
Version: 6.6.85.1
9-
Release: 4%{?dist}
8+
Version: 6.6.90.1
9+
Release: 1%{?dist}
1010
License: GPLv2
1111
Vendor: Microsoft Corporation
1212
Distribution: Azure Linux
@@ -68,6 +68,9 @@ popd
6868
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi
6969

7070
%changelog
71+
* Fri May 23 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.6.90.1-1
72+
- Auto-upgrade to 6.6.90.1
73+
7174
* Tue May 13 2025 Siddharth Chintamaneni <sidchintamaneni@gmail.com> - 6.6.85.1-4
7275
- Bump release to match kernel
7376

0 commit comments

Comments
 (0)