Skip to content

Commit d210b3e

Browse files
authored
fix: unfreeze 2204 kernel to pick up new one which has CVE fixes in 1109 (#8381)
1 parent 2052162 commit d210b3e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

vhdbuilder/packer/pre-install-dependencies.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,6 @@ if [[ ${UBUNTU_RELEASE//./} -ge 2204 && "${ENABLE_FIPS,,}" != "true" ]]; then
144144
"linux-modules-extra-azure-lts-${UBUNTU_RELEASE}"
145145
)
146146
echo "Installing fde LTS kernel for CVM Ubuntu ${UBUNTU_RELEASE}"
147-
elif [ "${UBUNTU_RELEASE}" = "22.04" ]; then
148-
# Pin to 5.15.0-1102-azure to avoid regression in 5.15.0-1103-azure
149-
KERNEL_IMAGE="linux-image-5.15.0-1102-azure"
150-
KERNEL_PACKAGES=(
151-
"linux-image-5.15.0-1102-azure"
152-
"linux-tools-5.15.0-1102-azure"
153-
"linux-cloud-tools-5.15.0-1102-azure"
154-
"linux-headers-5.15.0-1102-azure"
155-
"linux-modules-extra-5.15.0-1102-azure"
156-
)
157-
echo "Installing pinned LTS kernel 5.15.0-1102-azure for Ubuntu 22.04 (regression in 1103)"
158147
else
159148
# Use LTS kernel for other versions
160149
KERNEL_IMAGE="linux-image-azure-lts-${UBUNTU_RELEASE}"

0 commit comments

Comments
 (0)