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

diff --git a/a/1.txt b/N1/1.txt
index b08d793..ca546bd 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
 
     EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
@@ -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 bf8486709ac7fad99e4040dea73fe466c57a4ae1 Mon Sep 17 00:00:00 2001
+>From bf8486709ac7fad99e4040dea73fe466c57a4ae1 Mon Sep 17 00:00:00 2001
 From: Anna Karbownik <anna.karbownik@intel.com>
 Date: Thu, 22 Feb 2018 16:18:13 +0100
 Subject: EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
@@ -53,20 +54,11 @@ Link: http://lkml.kernel.org/r/1519312693-4789-1-git-send-email-anna.karbownik@i
 [ Massage commit message. ]
 Signed-off-by: Borislav Petkov <bp@suse.de>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
 ---
  drivers/edac/sb_edac.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-
-
-Patches currently in stable-queue which might be from anna.karbownik@intel.com are
-
-queue-4.14/edac-sb_edac-fix-out-of-bound-writes-during-dimm-configuration-on-knl.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/drivers/edac/sb_edac.c
 +++ b/drivers/edac/sb_edac.c
 @@ -279,7 +279,7 @@ static const u32 correrrthrsld[] = {
@@ -78,3 +70,8 @@ More majordomo info at  http://vger.kernel.org/majordomo-info.html
  #define MAX_DIMMS		3	/* Max DIMMS per channel */
  #define KNL_MAX_CHAS		38	/* KNL max num. of Cache Home Agents */
  #define KNL_MAX_CHANNELS	6	/* KNL max num. of PCI channels */
+
+
+Patches currently in stable-queue which might be from anna.karbownik@intel.com are
+
+queue-4.14/edac-sb_edac-fix-out-of-bound-writes-during-dimm-configuration-on-knl.patch
diff --git a/a/content_digest b/N1/content_digest
index 74f49f4..4aceed6 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 \"EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL\" has been added to the 4.14-stable tree\0"
  "Date\0Tue, 06 Mar 2018 19:54:08 -0800\0"
  "To\0anna.karbownik@intel.com"
@@ -9,9 +9,11 @@
   mchehab@kernel.org
   stable@vger.kernel.org
  " tony.luck@intel.com\0"
- "Cc\0stable-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"
  "    EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL\n"
@@ -27,7 +29,7 @@
  "please let <stable@vger.kernel.org> know about it.\n"
  "\n"
  "\n"
- "From bf8486709ac7fad99e4040dea73fe466c57a4ae1 Mon Sep 17 00:00:00 2001\n"
+ ">From bf8486709ac7fad99e4040dea73fe466c57a4ae1 Mon Sep 17 00:00:00 2001\n"
  "From: Anna Karbownik <anna.karbownik@intel.com>\n"
  "Date: Thu, 22 Feb 2018 16:18:13 +0100\n"
  "Subject: EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL\n"
@@ -67,20 +69,11 @@
  "[ Massage commit message. ]\n"
  "Signed-off-by: Borislav Petkov <bp@suse.de>\n"
  "Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>\n"
+ "\n"
  "---\n"
  " drivers/edac/sb_edac.c |    2 +-\n"
  " 1 file changed, 1 insertion(+), 1 deletion(-)\n"
  "\n"
- "\n"
- "\n"
- "Patches currently in stable-queue which might be from anna.karbownik@intel.com are\n"
- "\n"
- "queue-4.14/edac-sb_edac-fix-out-of-bound-writes-during-dimm-configuration-on-knl.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/drivers/edac/sb_edac.c\n"
  "+++ b/drivers/edac/sb_edac.c\n"
  "@@ -279,7 +279,7 @@ static const u32 correrrthrsld[] = {\n"
@@ -91,6 +84,11 @@
  "+#define NUM_CHANNELS\t\t6\t/* Max channels per MC */\n"
  " #define MAX_DIMMS\t\t3\t/* Max DIMMS per channel */\n"
  " #define KNL_MAX_CHAS\t\t38\t/* KNL max num. of Cache Home Agents */\n"
- " #define KNL_MAX_CHANNELS\t6\t/* KNL max num. of PCI channels */"
+ " #define KNL_MAX_CHANNELS\t6\t/* KNL max num. of PCI channels */\n"
+ "\n"
+ "\n"
+ "Patches currently in stable-queue which might be from anna.karbownik@intel.com are\n"
+ "\n"
+ queue-4.14/edac-sb_edac-fix-out-of-bound-writes-during-dimm-configuration-on-knl.patch
 
-6e42bab0d12ec4711377e81bca5a9c80d44009f5b7c8c19c5d26b16494340570
+80c26b52e093b011db12468261af22119a9600c11f83f249aeae20602141113e

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.