diff --git a/patches/kernel/0005-net-core-downgrade-unregister_netdevice-refcount-lea.patch b/patches/kernel/0005-net-core-downgrade-unregister_netdevice-refcount-lea.patch index efb3160..4862123 100644 --- a/patches/kernel/0005-net-core-downgrade-unregister_netdevice-refcount-lea.patch +++ b/patches/kernel/0005-net-core-downgrade-unregister_netdevice-refcount-lea.patch @@ -10,7 +10,7 @@ Signed-off-by: Thomas Lamprecht 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/dev.c b/net/core/dev.c -index 3be256051e99..e79b1695a4cb 100644 +index 70e06853ba25..81190dfbfb3f 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -10273,7 +10273,7 @@ static struct net_device *netdev_wait_allrefs_any(struct list_head *list) diff --git a/patches/kernel/0007-Ubuntu-remove-leftover-reference-to-ubuntu-hio-drive.patch b/patches/kernel/0007-Ubuntu-remove-leftover-reference-to-ubuntu-hio-drive.patch deleted file mode 100644 index 415c444..0000000 --- a/patches/kernel/0007-Ubuntu-remove-leftover-reference-to-ubuntu-hio-drive.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Thomas Lamprecht -Date: Sat, 12 Mar 2022 16:19:10 +0100 -Subject: [PATCH] Ubuntu: remove leftover reference to ubuntu/hio driver - -A single reference to the hio driver was forgotten when it was removed -recently. While this reference is not a problem for the build itself, it -breaks the __clean target from 'scripts/Makefile.clean' here, as make -cannot enter the "ubuntu/hio" folder for cleaning due to ENOENT. - -Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver") -Signed-off-by: Thomas Lamprecht ---- - ubuntu/Makefile | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/ubuntu/Makefile b/ubuntu/Makefile -index 27fa95ba242a..3bfc4494c069 100644 ---- a/ubuntu/Makefile -+++ b/ubuntu/Makefile -@@ -15,10 +15,6 @@ - ## - ## - ## --obj-$(CONFIG_HIO) += hio/ --## --## --## - obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/ - ## - ## diff --git a/patches/kernel/0008-bug-introduce-ASSERT_STRUCT_OFFSET.patch b/patches/kernel/0007-bug-introduce-ASSERT_STRUCT_OFFSET.patch similarity index 100% rename from patches/kernel/0008-bug-introduce-ASSERT_STRUCT_OFFSET.patch rename to patches/kernel/0007-bug-introduce-ASSERT_STRUCT_OFFSET.patch diff --git a/patches/kernel/0009-KVM-x86-emulator-update-the-emulation-mode-after-rsm.patch b/patches/kernel/0008-KVM-x86-emulator-update-the-emulation-mode-after-rsm.patch similarity index 100% rename from patches/kernel/0009-KVM-x86-emulator-update-the-emulation-mode-after-rsm.patch rename to patches/kernel/0008-KVM-x86-emulator-update-the-emulation-mode-after-rsm.patch diff --git a/patches/kernel/0010-KVM-x86-emulator-smm-add-structs-for-KVM-s-smram-lay.patch b/patches/kernel/0009-KVM-x86-emulator-smm-add-structs-for-KVM-s-smram-lay.patch similarity index 100% rename from patches/kernel/0010-KVM-x86-emulator-smm-add-structs-for-KVM-s-smram-lay.patch rename to patches/kernel/0009-KVM-x86-emulator-smm-add-structs-for-KVM-s-smram-lay.patch diff --git a/patches/kernel/0011-KVM-x86-emulator-smm-use-smram-structs-in-the-common.patch b/patches/kernel/0010-KVM-x86-emulator-smm-use-smram-structs-in-the-common.patch similarity index 100% rename from patches/kernel/0011-KVM-x86-emulator-smm-use-smram-structs-in-the-common.patch rename to patches/kernel/0010-KVM-x86-emulator-smm-use-smram-structs-in-the-common.patch diff --git a/patches/kernel/0012-KVM-x86-emulator-smm-use-smram-struct-for-32-bit-smr.patch b/patches/kernel/0011-KVM-x86-emulator-smm-use-smram-struct-for-32-bit-smr.patch similarity index 100% rename from patches/kernel/0012-KVM-x86-emulator-smm-use-smram-struct-for-32-bit-smr.patch rename to patches/kernel/0011-KVM-x86-emulator-smm-use-smram-struct-for-32-bit-smr.patch diff --git a/patches/kernel/0013-KVM-x86-emulator-smm-use-smram-struct-for-64-bit-smr.patch b/patches/kernel/0012-KVM-x86-emulator-smm-use-smram-struct-for-64-bit-smr.patch similarity index 100% rename from patches/kernel/0013-KVM-x86-emulator-smm-use-smram-struct-for-64-bit-smr.patch rename to patches/kernel/0012-KVM-x86-emulator-smm-use-smram-struct-for-64-bit-smr.patch diff --git a/patches/kernel/0014-KVM-x86-SVM-use-smram-structs.patch b/patches/kernel/0013-KVM-x86-SVM-use-smram-structs.patch similarity index 100% rename from patches/kernel/0014-KVM-x86-SVM-use-smram-structs.patch rename to patches/kernel/0013-KVM-x86-SVM-use-smram-structs.patch diff --git a/patches/kernel/0015-KVM-x86-SVM-don-t-save-SVM-state-to-SMRAM-when-VM-is.patch b/patches/kernel/0014-KVM-x86-SVM-don-t-save-SVM-state-to-SMRAM-when-VM-is.patch similarity index 100% rename from patches/kernel/0015-KVM-x86-SVM-don-t-save-SVM-state-to-SMRAM-when-VM-is.patch rename to patches/kernel/0014-KVM-x86-SVM-don-t-save-SVM-state-to-SMRAM-when-VM-is.patch diff --git a/patches/kernel/0016-KVM-x86-emulator-smm-preserve-interrupt-shadow-in-SM.patch b/patches/kernel/0015-KVM-x86-emulator-smm-preserve-interrupt-shadow-in-SM.patch similarity index 100% rename from patches/kernel/0016-KVM-x86-emulator-smm-preserve-interrupt-shadow-in-SM.patch rename to patches/kernel/0015-KVM-x86-emulator-smm-preserve-interrupt-shadow-in-SM.patch