Skip to content

Commit da0e69e

Browse files
committed
DLPX-97147 misc-debs: backport kmod 31+20240202-2ubuntu7.2 (USN-8226-1)
USN-8226-1 patches kmod against a kernel-module-loading vulnerability and ships disable-algif_aead.conf as a conffile-owned mitigation. dlpx-develop already absorbed 31+20240202-2ubuntu7.2 (verified on psurya-dev-usn8226, 2026.4.0.0 / post-push #4117); dlpx-release ships the older 31+20240202-2ubuntu7.1 (verified on psurya-rel-usn8226, 2026.3.0.0 / post-push #366). This change backports the kmod and libkmod2 .debs to the release-track appliance via the misc-debs extension point. Pairs with delphix-platform release-branch DLPX-97204, which drops disable-algif_aead.conf from delphix-platform-aws so kmod takes ownership of the conffile cleanly — together resolving the 2026.3 -> 2026.4 upgrade dpkg file-overwrite conflict. Sources: http://security.ubuntu.com/ubuntu/pool/main/k/kmod/ Verified Ubuntu-published via dpkg-deb -f; sha256s pinned per file. OpenSpec change: kmod-usn-8226-1 (delphix/cd-aidlc#47)
1 parent efea522 commit da0e69e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/misc-debs/config.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,22 @@ function fetch() {
5555
# upstream the Delphix mirror was relaying when dlpx-develop build #4112
5656
# absorbed the fix.
5757
#
58+
#
59+
# USN-8226-1 (DLPX-97147): backport kmod 31+20240202-2ubuntu7.2 to the
60+
# release-track appliance. Pairs with the delphix-platform release-branch
61+
# fix in DLPX-97204 (that PR drops disable-algif_aead.conf from
62+
# delphix-platform-aws so kmod can own the conffile), resolving the
63+
# 2026.3 -> 2026.4 upgrade dpkg file-overwrite conflict. Fetched from
64+
# Ubuntu's archive (http://security.ubuntu.com/ubuntu/pool/main/k/kmod/),
65+
# the upstream the Delphix mirror was relaying when dlpx-develop
66+
# post-push #4117 absorbed the fix.
67+
#
5868
local debs=(
5969
"openssh-client_9.6p1-3ubuntu13.16_amd64.deb c773e3d5b2a12d5f2ccdb1a86701975c9c089479ab0e71145057ce7defde7f47"
6070
"openssh-server_9.6p1-3ubuntu13.16_amd64.deb 5ccbc09a1bd9b84272ae8f90e46c99d3089e459eb2da4b052eb91c37f8273165"
6171
"openssh-sftp-server_9.6p1-3ubuntu13.16_amd64.deb 20910ca46a77764be4b1b03f5f2b41ecee78a892e18f16e150265439211321ef"
72+
"kmod_31+20240202-2ubuntu7.2_amd64.deb 687693dfad23c96570d96a1c7cc1b8709d31a93f82ac765a11b2bd9130f1dfae"
73+
"libkmod2_31+20240202-2ubuntu7.2_amd64.deb a9cbdc424bc0a5c8af3d6445488a48de76df5ff4d76b7dab8aaf88f712358bbc"
6274
)
6375

6476
local url="http://artifactory.delphix.com/artifactory/linux-pkg/misc-debs"

0 commit comments

Comments
 (0)