From b6b556e3738d14f8f6da5ce26448205924abe198 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Fri, 12 Jan 2024 09:21:57 +0100 Subject: [PATCH] UBUNTU: Ubuntu-6.7.0-2.2 Signed-off-by: Andrea Righi --- debian.master/changelog | 29 ++++++++++++++++++++++++----- debian.master/reconstruct | 3 --- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/debian.master/changelog b/debian.master/changelog index 2859f6d8c089..f4aea016b8d6 100644 --- a/debian.master/changelog +++ b/debian.master/changelog @@ -1,10 +1,29 @@ -linux (6.7.0-2.2) UNRELEASED; urgency=medium +linux (6.7.0-2.2) noble; urgency=medium - CHANGELOG: Do not edit directly. Autogenerated at release. - CHANGELOG: Use the printchanges target to see the curent changes. - CHANGELOG: Use the insertchanges target to create the final log. + * noble/linux: 6.7.0-2.2 -proposed tracker (LP: #2049182) - -- Andrea Righi Fri, 12 Jan 2024 08:42:57 +0100 + * Packaging resync (LP: #1786013) + - [Packaging] resync getabis + + * Enforce RETPOLINE and SLS mitigrations (LP: #2046440) + - SAUCE: objtool: Make objtool check actually fatal upon fatal errors + - SAUCE: objtool: make objtool SLS validation fatal when building with + CONFIG_SLS=y + - SAUCE: objtool: make objtool RETPOLINE validation fatal when building with + CONFIG_RETPOLINE=y + - SAUCE: scripts: remove generating .o-ur objects + - [Packaging] Remove all custom retpoline-extract code + - Revert "UBUNTU: SAUCE: vga_set_mode -- avoid jump tables" + - Revert "UBUNTU: SAUCE: early/late -- annotate indirect calls in early/late + initialisation code" + - Revert "UBUNTU: SAUCE: apm -- annotate indirect calls within + firmware_restrict_branch_speculation_{start,end}" + + * Miscellaneous Ubuntu changes + - [Packaging] temporarily disable riscv64 builds + - [Packaging] temporarily disable Rust dependencies on riscv64 + + -- Andrea Righi Fri, 12 Jan 2024 09:21:57 +0100 linux (6.7.0-1.1) noble; urgency=medium diff --git a/debian.master/reconstruct b/debian.master/reconstruct index 961221a46c70..f97a448133ab 100644 --- a/debian.master/reconstruct +++ b/debian.master/reconstruct @@ -7,7 +7,6 @@ chmod +x 'debian/scripts/checks/abi-check' chmod +x 'debian/scripts/checks/final-checks' chmod +x 'debian/scripts/checks/module-check' chmod +x 'debian/scripts/checks/module-signature-check' -chmod +x 'debian/scripts/checks/retpoline-check' chmod +x 'debian/scripts/control-create' chmod +x 'debian/scripts/dkms-build' chmod +x 'debian/scripts/dkms-build--nvidia-N' @@ -26,8 +25,6 @@ chmod +x 'debian/scripts/misc/insert-changes' chmod +x 'debian/scripts/misc/insert-ubuntu-changes' chmod +x 'debian/scripts/misc/kernelconfig' chmod +x 'debian/scripts/module-inclusion' -chmod +x 'debian/scripts/retpoline-extract' -chmod +x 'debian/scripts/retpoline-extract-one' chmod +x 'debian/scripts/sign-module' chmod +x 'debian/templates/extra.postinst.in' chmod +x 'debian/templates/extra.postrm.in'