All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150710113331.4368.9926.stgit@softrs>

diff --git a/a/1.txt b/N1/1.txt
index e2f8943..b171cd5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -225,11 +225,3 @@ index 5252331..93008b6 100644
 +		crash_kexec(NULL, buf);
  
  	bust_spinlocks(0);
- 
-
-
-
-_______________________________________________
-kexec mailing list
-kexec@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/kexec
diff --git a/a/content_digest b/N1/content_digest
index 83f7b94..f57eb43 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,16 +7,16 @@
  " Vivek Goyal <vgoyal@redhat.com>\0"
  "Cc\0linux-mips@linux-mips.org"
   Baoquan He <bhe@redhat.com>
-  linux-s390@vger.kernel.org
   linux-sh@vger.kernel.org
+  linux-s390@vger.kernel.org
   kexec@lists.infradead.org
   linux-kernel@vger.kernel.org
-  linux-metag@vger.kernel.org
+  Ingo Molnar <mingo@kernel.org>
   HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>
   Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
   Daniel Walker <dwalker@fifo99.com>
   linuxppc-dev@lists.ozlabs.org
-  Ingo Molnar <mingo@kernel.org>
+  linux-metag@vger.kernel.org
  " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -246,14 +246,6 @@
  "-\t\tcrash_kexec(NULL);\n"
  "+\t\tcrash_kexec(NULL, buf);\n"
  " \n"
- " \tbust_spinlocks(0);\n"
- " \n"
- "\n"
- "\n"
- "\n"
- "_______________________________________________\n"
- "kexec mailing list\n"
- "kexec@lists.infradead.org\n"
- http://lists.infradead.org/mailman/listinfo/kexec
+ " \tbust_spinlocks(0);"
 
-2a9026d6b9896be5da415de00796964dc5e9113c306f57ec3d7f0ae416c73be8
+295e99422861a5daadea5906f13d2816172bd26fc7f62cf9218dff2b9ebc0c01

diff --git a/a/1.txt b/N2/1.txt
index e2f8943..eb46354 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -80,7 +80,7 @@ index 6530f1b..4e1fe20 100644
 @@ -163,7 +163,7 @@ static void __kprobes oops_end(unsigned long flags, struct pt_regs *regs,
  	 * it through the crashdump code.
  	 */
- 	if (kexec_should_crash(current) || (TRAP(regs) == 0x100)) {
+ 	if (kexec_should_crash(current) || (TRAP(regs) = 0x100)) {
 -		crash_kexec(regs);
 +		crash_kexec_on_oops(regs, current);
  
@@ -225,11 +225,3 @@ index 5252331..93008b6 100644
 +		crash_kexec(NULL, buf);
  
  	bust_spinlocks(0);
- 
-
-
-
-_______________________________________________
-kexec mailing list
-kexec@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/kexec
diff --git a/a/content_digest b/N2/content_digest
index 83f7b94..c614428 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,23 +1,8 @@
  "ref\020150710113331.4368.10495.stgit@softrs\0"
  "From\0Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com>\0"
  "Subject\0[PATCH 2/3] kexec: Pass panic message to crash_kexec()\0"
- "Date\0Fri, 10 Jul 2015 20:33:31 +0900\0"
- "To\0Andrew Morton <akpm@linux-foundation.org>"
-  Eric W. Biederman <ebiederm@xmission.com>
- " Vivek Goyal <vgoyal@redhat.com>\0"
- "Cc\0linux-mips@linux-mips.org"
-  Baoquan He <bhe@redhat.com>
-  linux-s390@vger.kernel.org
-  linux-sh@vger.kernel.org
-  kexec@lists.infradead.org
-  linux-kernel@vger.kernel.org
-  linux-metag@vger.kernel.org
-  HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>
-  Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
-  Daniel Walker <dwalker@fifo99.com>
-  linuxppc-dev@lists.ozlabs.org
-  Ingo Molnar <mingo@kernel.org>
- " linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Fri, 10 Jul 2015 11:33:31 +0000\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Add an argument to crash_kexec() to pass the panic message.  This\n"
@@ -102,7 +87,7 @@
  "@@ -163,7 +163,7 @@ static void __kprobes oops_end(unsigned long flags, struct pt_regs *regs,\n"
  " \t * it through the crashdump code.\n"
  " \t */\n"
- " \tif (kexec_should_crash(current) || (TRAP(regs) == 0x100)) {\n"
+ " \tif (kexec_should_crash(current) || (TRAP(regs) = 0x100)) {\n"
  "-\t\tcrash_kexec(regs);\n"
  "+\t\tcrash_kexec_on_oops(regs, current);\n"
  " \n"
@@ -246,14 +231,6 @@
  "-\t\tcrash_kexec(NULL);\n"
  "+\t\tcrash_kexec(NULL, buf);\n"
  " \n"
- " \tbust_spinlocks(0);\n"
- " \n"
- "\n"
- "\n"
- "\n"
- "_______________________________________________\n"
- "kexec mailing list\n"
- "kexec@lists.infradead.org\n"
- http://lists.infradead.org/mailman/listinfo/kexec
+ " \tbust_spinlocks(0);"
 
-2a9026d6b9896be5da415de00796964dc5e9113c306f57ec3d7f0ae416c73be8
+f9dc1a70442305b8e20e26a9c2564c43ecf985d410118b7cef3e4e5cb9954d7f

diff --git a/a/1.txt b/N3/1.txt
index e2f8943..b171cd5 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -225,11 +225,3 @@ index 5252331..93008b6 100644
 +		crash_kexec(NULL, buf);
  
  	bust_spinlocks(0);
- 
-
-
-
-_______________________________________________
-kexec mailing list
-kexec@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/kexec
diff --git a/a/content_digest b/N3/content_digest
index 83f7b94..959e006 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,23 +1,8 @@
  "ref\020150710113331.4368.10495.stgit@softrs\0"
- "From\0Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com>\0"
+ "From\0hidehiro.kawai.ez@hitachi.com (Hidehiro Kawai)\0"
  "Subject\0[PATCH 2/3] kexec: Pass panic message to crash_kexec()\0"
  "Date\0Fri, 10 Jul 2015 20:33:31 +0900\0"
- "To\0Andrew Morton <akpm@linux-foundation.org>"
-  Eric W. Biederman <ebiederm@xmission.com>
- " Vivek Goyal <vgoyal@redhat.com>\0"
- "Cc\0linux-mips@linux-mips.org"
-  Baoquan He <bhe@redhat.com>
-  linux-s390@vger.kernel.org
-  linux-sh@vger.kernel.org
-  kexec@lists.infradead.org
-  linux-kernel@vger.kernel.org
-  linux-metag@vger.kernel.org
-  HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>
-  Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
-  Daniel Walker <dwalker@fifo99.com>
-  linuxppc-dev@lists.ozlabs.org
-  Ingo Molnar <mingo@kernel.org>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Add an argument to crash_kexec() to pass the panic message.  This\n"
@@ -246,14 +231,6 @@
  "-\t\tcrash_kexec(NULL);\n"
  "+\t\tcrash_kexec(NULL, buf);\n"
  " \n"
- " \tbust_spinlocks(0);\n"
- " \n"
- "\n"
- "\n"
- "\n"
- "_______________________________________________\n"
- "kexec mailing list\n"
- "kexec@lists.infradead.org\n"
- http://lists.infradead.org/mailman/listinfo/kexec
+ " \tbust_spinlocks(0);"
 
-2a9026d6b9896be5da415de00796964dc5e9113c306f57ec3d7f0ae416c73be8
+7e22a237844d228b5761566325d2cf712768a8a0bf137327bd25a271a1a0b611

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.