diff --git a/crack.bundle b/crack.bundle index 460d6507..887c3e57 100644 Binary files a/crack.bundle and b/crack.bundle differ diff --git a/debian/changelog b/debian/changelog index 8ac449a0..c32bb78e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-kernel (6.0.16-1) edge; urgency=medium + + * Update to Linux 6.0.16. + + -- Fabian Mastenbroek Sun, 01 Jan 2023 12:11:01 +0000 + pve-kernel (6.0.15-1) edge; urgency=medium * Update to Linux 6.0.15. diff --git a/debian/patches/pve/0026-Revert-fortify-Do-not-cast-to-unsigned-char.patch b/debian/patches/pve/0026-Revert-fortify-Do-not-cast-to-unsigned-char.patch new file mode 100644 index 00000000..892e153e --- /dev/null +++ b/debian/patches/pve/0026-Revert-fortify-Do-not-cast-to-unsigned-char.patch @@ -0,0 +1,29 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Thomas Lamprecht +Date: Tue, 10 Jan 2023 08:52:40 +0100 +Subject: [PATCH] Revert "fortify: Do not cast to "unsigned char"" +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This reverts commit 106b7a61c488d2022f44e3531ce33461c7c0685f. + +Signed-off-by: Thomas Lamprecht +Signed-off-by: Fabian Grünbichler +--- + include/linux/fortify-string.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/include/linux/fortify-string.h b/include/linux/fortify-string.h +index 5001a11258e4..1067a8450826 100644 +--- a/include/linux/fortify-string.h ++++ b/include/linux/fortify-string.h +@@ -18,7 +18,7 @@ void __write_overflow_field(size_t avail, size_t wanted) __compiletime_warning(" + + #define __compiletime_strlen(p) \ + ({ \ +- char *__p = (char *)(p); \ ++ unsigned char *__p = (unsigned char *)(p); \ + size_t __ret = SIZE_MAX; \ + size_t __p_size = __member_size(p); \ + if (__p_size != SIZE_MAX && \ diff --git a/debian/patches/series.linux b/debian/patches/series.linux index af0048dd..b2920b2f 100644 --- a/debian/patches/series.linux +++ b/debian/patches/series.linux @@ -27,3 +27,4 @@ pve/0022-KVM-svm-drop-explicit-return-value-of-kvm_vcpu_map.patch pve/0023-KVM-x86-SVM-use-smram-structs.patch pve/0024-KVM-x86-SVM-don-t-save-SVM-state-to-SMRAM-when-VM-is.patch pve/0025-KVM-x86-smm-preserve-interrupt-shadow-in-SMRAM.patch +pve/0026-Revert-fortify-Do-not-cast-to-unsigned-char.patch diff --git a/linux b/linux index 0106d88e..29e1bc6a 160000 --- a/linux +++ b/linux @@ -1 +1 @@ -Subproject commit 0106d88e2d2781a962e99c11d1ab336b0d7e893f +Subproject commit 29e1bc6a55debd187afb6ec2e49beb7e57102b0a