Skip to content

Commit 2bf08ea

Browse files
authored
Upgrade kernel to 5.15.151.2 (#8557)
This contains an LSG backported patch [27b7b5779b95fe7be1dd71e3b193bfcf6c3f16b1] for hv_netvsc. Note that all versions afterward (>=5.15.152.1) contain this patch within the stable source
1 parent 9bf97c0 commit 2bf08ea

23 files changed

Lines changed: 67 additions & 43 deletions

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%define uname_r %{version}-%{release}
1010
Summary: Signed Linux Kernel for Azure
1111
Name: kernel-azure-signed-%{buildarch}
12-
Version: 5.15.151.1
12+
Version: 5.15.151.2
1313
Release: 1%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
@@ -153,6 +153,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
153153
%exclude /module_info.ld
154154

155155
%changelog
156+
* Mon Mar 25 2024 Rachel Menge <rachelmenge@microsoft.com> - 5.15.151.2-1
157+
- Upgrade to 5.15.151.2
158+
156159
* Wed Mar 13 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.151.1-1
157160
- Auto-upgrade to 5.15.151.1
158161

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%define uname_r %{version}-%{release}
55
Summary: Signed Linux Kernel for HCI
66
Name: kernel-hci-signed-%{buildarch}
7-
Version: 5.15.151.1
7+
Version: 5.15.151.2
88
Release: 1%{?dist}
99
License: GPLv2
1010
Vendor: Microsoft Corporation
@@ -149,6 +149,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
149149
%exclude /module_info.ld
150150

151151
%changelog
152+
* Mon Mar 25 2024 Rachel Menge <rachelmenge@microsoft.com> - 5.15.151.2-1
153+
- Upgrade to 5.15.151.2
154+
152155
* Wed Mar 13 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.151.1-1
153156
- Auto-upgrade to 5.15.151.1
154157

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%define uname_r %{version}-%{release}
1010
Summary: Signed Linux Kernel for %{buildarch} systems
1111
Name: kernel-signed-%{buildarch}
12-
Version: 5.15.151.1
12+
Version: 5.15.151.2
1313
Release: 1%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
@@ -153,6 +153,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
153153
%exclude /module_info.ld
154154

155155
%changelog
156+
* Mon Mar 25 2024 Rachel Menge <rachelmenge@microsoft.com> - 5.15.151.2-1
157+
- Upgrade to 5.15.151.2
158+
156159
* Wed Mar 13 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.151.1-1
157160
- Auto-upgrade to 5.15.151.1
158161

SPECS/hyperv-daemons/hyperv-daemons.signatures.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"hypervkvpd.service": "c1bb207cf9f388f8f3cf5b649abbf8cfe4c4fcf74538612946e68f350d1f265f",
88
"hypervvss.rules": "94cead44245ef6553ab79c0bbac8419e3ff4b241f01bcec66e6f508098cbedd1",
99
"hypervvssd.service": "22270d9f0f23af4ea7905f19c1d5d5495e40c1f782cbb87a99f8aec5a011078d",
10-
"kernel-5.15.151.1.tar.gz": "f3b01f62ff390e7a34236712fd3e2b360a5cecdf760bcf1763c5a3fbbb6bd06c"
10+
"kernel-5.15.151.2.tar.gz": "19028bac6ab08d39be6d5c9ddbc7a8b2a1ee8cc3fe7c53c2838665a731ccc9d5"
1111
}
12-
}
12+
}

SPECS/hyperv-daemons/hyperv-daemons.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%global udev_prefix 70
99
Summary: Hyper-V daemons suite
1010
Name: hyperv-daemons
11-
Version: 5.15.151.1
11+
Version: 5.15.151.2
1212
Release: 1%{?dist}
1313
License: GPLv2+
1414
Vendor: Microsoft Corporation
@@ -219,6 +219,9 @@ fi
219219
%{_sbindir}/lsvmbus
220220

221221
%changelog
222+
* Mon Mar 25 2024 Rachel Menge <rachelmenge@microsoft.com> - 5.15.151.2-1
223+
- Upgrade to 5.15.151.2
224+
222225
* Wed Mar 13 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.151.1-1
223226
- Auto-upgrade to 5.15.151.1
224227

SPECS/kernel-azure/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 5.15.151.1 Kernel Configuration
3+
# Linux/x86_64 5.15.151.2 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
66
CONFIG_CC_IS_GCC=y

SPECS/kernel-azure/config_aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 5.15.151.1 Kernel Configuration
3+
# Linux/arm64 5.15.151.2 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
66
CONFIG_CC_IS_GCC=y
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"Signatures": {
33
"cbl-mariner-ca-20211013.pem": "5ef124b0924cb1047c111a0ecff1ae11e6ad7cac8d1d9b40f98f99334121f0b0",
4-
"config": "fab6fbab77d2ecdfebf5766675b93707df1f0a38aa692f0d7916eca1520730b5",
5-
"config_aarch64": "71d6fa630250b2fd9c6e90c38c763a1f0dfb60aa8bcf61f32386f9fca57e1760",
4+
"config": "33a001d87c7082eb9e96c201f5b79450bb21fcba9309591cad081e239fca9c24",
5+
"config_aarch64": "5da1b6a9c61a1aef32f17efe9ee8df72340765eb3b13e04a3801557a3dd39928",
66
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f",
7-
"kernel-5.15.151.1.tar.gz": "f3b01f62ff390e7a34236712fd3e2b360a5cecdf760bcf1763c5a3fbbb6bd06c"
7+
"kernel-5.15.151.2.tar.gz": "19028bac6ab08d39be6d5c9ddbc7a8b2a1ee8cc3fe7c53c2838665a731ccc9d5"
88
}
9-
}
9+
}

SPECS/kernel-azure/kernel-azure.spec

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

2828
Summary: Linux Kernel
2929
Name: kernel-azure
30-
Version: 5.15.151.1
30+
Version: 5.15.151.2
3131
Release: 1%{?dist}
3232
License: GPLv2
3333
Vendor: Microsoft Corporation
@@ -420,6 +420,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
420420
%{_sysconfdir}/bash_completion.d/bpftool
421421

422422
%changelog
423+
* Mon Mar 25 2024 Rachel Menge <rachelmenge@microsoft.com> - 5.15.151.2-1
424+
- Upgrade to 5.15.151.2
425+
423426
* Wed Mar 13 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 5.15.151.1-1
424427
- Auto-upgrade to 5.15.151.1
425428

SPECS/kernel-hci/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 5.15.151.1 Kernel Configuration
3+
# Linux/x86_64 5.15.151.2 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
66
CONFIG_CC_IS_GCC=y

0 commit comments

Comments
 (0)