From: Greg Kroah-Hartman Date: Sat, 28 Jul 2018 08:43:08 +0000 (+0200) Subject: drop 4.4 patch that broke the build X-Git-Tag: v4.17.12~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e047382e6394f7169d46a8c1aa90b9ce4a6558b;p=thirdparty%2Fkernel%2Fstable-queue.git drop 4.4 patch that broke the build --- diff --git a/queue-4.4/kvm-mm-account-shadow-page-tables-to-kmemcg.patch b/queue-4.4/kvm-mm-account-shadow-page-tables-to-kmemcg.patch deleted file mode 100644 index 00dfaf7b8de..00000000000 --- a/queue-4.4/kvm-mm-account-shadow-page-tables-to-kmemcg.patch +++ /dev/null @@ -1,48 +0,0 @@ -From d97e5e6160c0e0a23963ec198c7cb1c69e6bf9e8 Mon Sep 17 00:00:00 2001 -From: Shakeel Butt -Date: Thu, 26 Jul 2018 16:37:45 -0700 -Subject: kvm, mm: account shadow page tables to kmemcg -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -From: Shakeel Butt - -commit d97e5e6160c0e0a23963ec198c7cb1c69e6bf9e8 upstream. - -The size of kvm's shadow page tables corresponds to the size of the -guest virtual machines on the system. Large VMs can spend a significant -amount of memory as shadow page tables which can not be left as system -memory overhead. So, account shadow page tables to the kmemcg. - -[shakeelb@google.com: replace (GFP_KERNEL|__GFP_ACCOUNT) with GFP_KERNEL_ACCOUNT] - Link: http://lkml.kernel.org/r/20180629140224.205849-1-shakeelb@google.com -Link: http://lkml.kernel.org/r/20180627181349.149778-1-shakeelb@google.com -Signed-off-by: Shakeel Butt -Cc: Michal Hocko -Cc: Johannes Weiner -Cc: Vladimir Davydov -Cc: Paolo Bonzini -Cc: Greg Thelen -Cc: Radim Krčmář -Cc: Peter Feiner -Cc: -Signed-off-by: Andrew Morton -Signed-off-by: Linus Torvalds -Signed-off-by: Greg Kroah-Hartman - ---- - arch/x86/kvm/mmu.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/arch/x86/kvm/mmu.c -+++ b/arch/x86/kvm/mmu.c -@@ -692,7 +692,7 @@ static int mmu_topup_memory_cache_page(s - if (cache->nobjs >= min) - return 0; - while (cache->nobjs < ARRAY_SIZE(cache->objects)) { -- page = (void *)__get_free_page(GFP_KERNEL); -+ page = (void *)__get_free_page(GFP_KERNEL_ACCOUNT); - if (!page) - return -ENOMEM; - cache->objects[cache->nobjs++] = page; diff --git a/queue-4.4/series b/queue-4.4/series index 2af9b318bbc..5ada53fb022 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -2,7 +2,6 @@ mips-fix-off-by-one-in-pci_resource_to_user.patch input-elan_i2c-add-acpi-id-for-lenovo-ideapad-330.patch input-i8042-add-lenovo-lavie-z-to-the-i8042-reset-list.patch input-elan_i2c-add-another-acpi-id-for-lenovo-ideapad-330-15ast.patch -kvm-mm-account-shadow-page-tables-to-kmemcg.patch tracing-fix-double-free-of-event_trigger_data.patch tracing-fix-possible-double-free-in-event_enable_trigger_func.patch tracing-kprobes-fix-trace_probe-flags-on-enable_trace_kprobe-failure.patch