From 5ab6a7caad148120379698e44a66c9e803929f42 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 20 Jan 2025 12:49:18 -0500 Subject: [PATCH] Revert "Add cflags Wno-error" This reverts commit d6e7630bf26a8b4f364c17b3b6d7ad1cc6080483. --- debian/patches/pve/0013-add-cflags.patch | 16 ---------------- debian/patches/series.linux | 1 - 2 files changed, 17 deletions(-) delete mode 100644 debian/patches/pve/0013-add-cflags.patch diff --git a/debian/patches/pve/0013-add-cflags.patch b/debian/patches/pve/0013-add-cflags.patch deleted file mode 100644 index 88bebcf..0000000 --- a/debian/patches/pve/0013-add-cflags.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/Makefile.orig b/Makefile -index cc23c329111e..28c526aac06c 100644 ---- a/Makefile.orig -+++ b/Makefile -@@ -951,6 +951,11 @@ include scripts/Makefile.kasan - include scripts/Makefile.extrawarn - include scripts/Makefile.ubsan - -+KBUILD_CFLAGS += -Wno-format-truncation -+KBUILD_CFLAGS += -Wno-array-bounds -+KBUILD_CFLAGS += -Wno-stringop-overflow -+KBUILD_CLFAGS += -Wno-compare-distinct-pointer-types -+ - # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments - KBUILD_CPPFLAGS += $(KCPPFLAGS) - KBUILD_AFLAGS += $(KAFLAGS) diff --git a/debian/patches/series.linux b/debian/patches/series.linux index 747d732..6bd20ed 100644 --- a/debian/patches/series.linux +++ b/debian/patches/series.linux @@ -10,4 +10,3 @@ pve/0009-NFSv4-pnfs-Fix-a-use-after-free-bug-in-open.patch pve/0010-scsi-Revert-scsi-qla2xxx-Fix-disk-failure-to-redisco.patch pve/0011-ext4-recover-csum-seed-of-tmp_inode-after-migrating-.patch pve/0012-drm-i915-gt-Serialize-TLB-invalidates-with-GT-resets.patch -pve/0013-add-cflags.patch