All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1519403961120151@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index 436f80f..049eacd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,3 +1,4 @@
+
 This is a note to let you know that I've just added the patch titled
 
     x86/ras/inject: Make it depend on X86_LOCAL_APIC=y
@@ -13,7 +14,7 @@ If you, or anyone else, feels it should not be added to the stable tree,
 please let <stable@vger.kernel.org> know about it.
 
 
-From d4b2ac63b0eae461fc10c9791084be24724ef57a Mon Sep 17 00:00:00 2001
+>From d4b2ac63b0eae461fc10c9791084be24724ef57a Mon Sep 17 00:00:00 2001
 From: Borislav Petkov <bp@suse.de>
 Date: Mon, 23 Jan 2017 19:35:06 +0100
 Subject: x86/ras/inject: Make it depend on X86_LOCAL_APIC=y
@@ -41,29 +42,12 @@ Cc: linux-edac <linux-edac@vger.kernel.org>
 Link: http://lkml.kernel.org/r/20170123183514.13356-2-bp@alien8.de
 Signed-off-by: Ingo Molnar <mingo@kernel.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
 ---
  arch/x86/Kconfig                        |    2 +-
  arch/x86/kernel/cpu/mcheck/mce-inject.c |    5 +----
  2 files changed, 2 insertions(+), 5 deletions(-)
 
-
-
-Patches currently in stable-queue which might be from bp@suse.de are
-
-queue-4.4/x86-nospec-fix-header-guards-names.patch
-queue-4.4/x86-ras-inject-make-it-depend-on-x86_local_apic-y.patch
-queue-4.4/mm-early_ioremap-fix-boot-hang-with-earlyprintk-efi-keep.patch
-queue-4.4/platform-x86-intel_mid_thermal-fix-suspend-handlers-unused-warning.patch
-queue-4.4/x86-microcode-amd-change-load_microcode_amd-s-param-to-bool-to-fix-preemptibility-bug.patch
-queue-4.4/x86-spectre-fix-spelling-mistake-vunerable-vulnerable.patch
-queue-4.4/amd-xgbe-fix-unused-suspend-handlers-build-warning.patch
-queue-4.4/x86-platform-olpc-fix-resume-handler-build-warning.patch
-queue-4.4/x86-bugs-drop-one-mitigation-from-dmesg.patch
---
-To unsubscribe from this list: send the line "unsubscribe linux-edac" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
-
 --- a/arch/x86/Kconfig
 +++ b/arch/x86/Kconfig
 @@ -1009,7 +1009,7 @@ config X86_MCE_THRESHOLD
@@ -96,3 +80,16 @@ More majordomo info at  http://vger.kernel.org/majordomo-info.html
  		preempt_disable();
  		raise_local();
  		preempt_enable();
+
+
+Patches currently in stable-queue which might be from bp@suse.de are
+
+queue-4.4/x86-nospec-fix-header-guards-names.patch
+queue-4.4/x86-ras-inject-make-it-depend-on-x86_local_apic-y.patch
+queue-4.4/mm-early_ioremap-fix-boot-hang-with-earlyprintk-efi-keep.patch
+queue-4.4/platform-x86-intel_mid_thermal-fix-suspend-handlers-unused-warning.patch
+queue-4.4/x86-microcode-amd-change-load_microcode_amd-s-param-to-bool-to-fix-preemptibility-bug.patch
+queue-4.4/x86-spectre-fix-spelling-mistake-vunerable-vulnerable.patch
+queue-4.4/amd-xgbe-fix-unused-suspend-handlers-build-warning.patch
+queue-4.4/x86-platform-olpc-fix-resume-handler-build-warning.patch
+queue-4.4/x86-bugs-drop-one-mitigation-from-dmesg.patch
diff --git a/a/content_digest b/N1/content_digest
index 44b812e..82b0b86 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,4 +1,4 @@
- "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0"
+ "From\0<gregkh@linuxfoundation.org>\0"
  "Subject\0Patch \"x86/ras/inject: Make it depend on X86_LOCAL_APIC=y\" has been added to the 4.4-stable tree\0"
  "Date\0Fri, 23 Feb 2018 17:39:21 +0100\0"
  "To\0bp@suse.de"
@@ -10,10 +10,11 @@
   tglx@linutronix.de
   tony.luck@intel.com
  " torvalds@linux-foundation.org\0"
- "Cc\0stable@vger.kernel.org"
- " stable-commits@vger.kernel.org\0"
+ "Cc\0<stable@vger.kernel.org>"
+ " <stable-commits@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
+ "\n"
  "This is a note to let you know that I've just added the patch titled\n"
  "\n"
  "    x86/ras/inject: Make it depend on X86_LOCAL_APIC=y\n"
@@ -29,7 +30,7 @@
  "please let <stable@vger.kernel.org> know about it.\n"
  "\n"
  "\n"
- "From d4b2ac63b0eae461fc10c9791084be24724ef57a Mon Sep 17 00:00:00 2001\n"
+ ">From d4b2ac63b0eae461fc10c9791084be24724ef57a Mon Sep 17 00:00:00 2001\n"
  "From: Borislav Petkov <bp@suse.de>\n"
  "Date: Mon, 23 Jan 2017 19:35:06 +0100\n"
  "Subject: x86/ras/inject: Make it depend on X86_LOCAL_APIC=y\n"
@@ -57,29 +58,12 @@
  "Link: http://lkml.kernel.org/r/20170123183514.13356-2-bp@alien8.de\n"
  "Signed-off-by: Ingo Molnar <mingo@kernel.org>\n"
  "Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>\n"
+ "\n"
  "---\n"
  " arch/x86/Kconfig                        |    2 +-\n"
  " arch/x86/kernel/cpu/mcheck/mce-inject.c |    5 +----\n"
  " 2 files changed, 2 insertions(+), 5 deletions(-)\n"
  "\n"
- "\n"
- "\n"
- "Patches currently in stable-queue which might be from bp@suse.de are\n"
- "\n"
- "queue-4.4/x86-nospec-fix-header-guards-names.patch\n"
- "queue-4.4/x86-ras-inject-make-it-depend-on-x86_local_apic-y.patch\n"
- "queue-4.4/mm-early_ioremap-fix-boot-hang-with-earlyprintk-efi-keep.patch\n"
- "queue-4.4/platform-x86-intel_mid_thermal-fix-suspend-handlers-unused-warning.patch\n"
- "queue-4.4/x86-microcode-amd-change-load_microcode_amd-s-param-to-bool-to-fix-preemptibility-bug.patch\n"
- "queue-4.4/x86-spectre-fix-spelling-mistake-vunerable-vulnerable.patch\n"
- "queue-4.4/amd-xgbe-fix-unused-suspend-handlers-build-warning.patch\n"
- "queue-4.4/x86-platform-olpc-fix-resume-handler-build-warning.patch\n"
- "queue-4.4/x86-bugs-drop-one-mitigation-from-dmesg.patch\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-edac\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- "More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
- "\n"
  "--- a/arch/x86/Kconfig\n"
  "+++ b/arch/x86/Kconfig\n"
  "@@ -1009,7 +1009,7 @@ config X86_MCE_THRESHOLD\n"
@@ -111,6 +95,19 @@
  "+\t} else {\n"
  " \t\tpreempt_disable();\n"
  " \t\traise_local();\n"
- " \t\tpreempt_enable();"
+ " \t\tpreempt_enable();\n"
+ "\n"
+ "\n"
+ "Patches currently in stable-queue which might be from bp@suse.de are\n"
+ "\n"
+ "queue-4.4/x86-nospec-fix-header-guards-names.patch\n"
+ "queue-4.4/x86-ras-inject-make-it-depend-on-x86_local_apic-y.patch\n"
+ "queue-4.4/mm-early_ioremap-fix-boot-hang-with-earlyprintk-efi-keep.patch\n"
+ "queue-4.4/platform-x86-intel_mid_thermal-fix-suspend-handlers-unused-warning.patch\n"
+ "queue-4.4/x86-microcode-amd-change-load_microcode_amd-s-param-to-bool-to-fix-preemptibility-bug.patch\n"
+ "queue-4.4/x86-spectre-fix-spelling-mistake-vunerable-vulnerable.patch\n"
+ "queue-4.4/amd-xgbe-fix-unused-suspend-handlers-build-warning.patch\n"
+ "queue-4.4/x86-platform-olpc-fix-resume-handler-build-warning.patch\n"
+ queue-4.4/x86-bugs-drop-one-mitigation-from-dmesg.patch
 
-f25a7dc67248d91783e286c425b9c8169972ec7fbea4480854395af3cd93397c
+bee106ba23a8d9930be5e886d23ea4e6b75e6642182bc697be0094a8437ff9f6

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.