All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180712140327.GA7810@gmail.com>

diff --git a/a/content_digest b/N1/content_digest
index 1a0b2d3..72c30f7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -28,7 +28,10 @@
   Mike Kravetz <mike.kravetz@oracle.com>
   Nadav Amit <nadav.amit@gmail.com>
   Oleg Nesterov <oleg@redhat.com>
- " Pavel Machek <pavel@ucw.cz>Peter\0"
+  Pavel Machek <pavel@ucw.cz>
+  Peter Zijlstra <peterz@infradead.org>
+  Ravi V. Shankar <ravi.v.shankar@intel.com>
+ " Vedvyas Shanbhogue <vedvyas.shanbhogue@intel.com>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -69,4 +72,4 @@
  "\n"
  "\tIngo"
 
-679f4232b370820e2339036098d7b96e544384720a64d8c2b686039f8e1ba5b3
+fa2a2cdeda374bfe459c02acc7449898bde8f29fd09ab9d72a0901b1620b91ce

diff --git a/a/1.txt b/N2/1.txt
index 4348296..c312e64 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -35,3 +35,7 @@ Or something like that.
 Thanks,
 
 	Ingo
+--
+To unsubscribe from this list: send the line "unsubscribe linux-doc" in
+the body of a message to majordomo@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 1a0b2d3..a381935 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -28,7 +28,10 @@
   Mike Kravetz <mike.kravetz@oracle.com>
   Nadav Amit <nadav.amit@gmail.com>
   Oleg Nesterov <oleg@redhat.com>
- " Pavel Machek <pavel@ucw.cz>Peter\0"
+  Pavel Machek <pavel@ucw.cz>
+  Peter Zijlstra <peterz@infradead.org>
+  Ravi V. Shankar <ravi.v.shankar@intel.com>
+ " Vedvyas Shanbhogue <vedvyas.shanbhogue@intel.com>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -67,6 +70,10 @@
  "\n"
  "Thanks,\n"
  "\n"
- "\tIngo"
+ "\tIngo\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-doc\" in\n"
+ "the body of a message to majordomo@vger.kernel.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-679f4232b370820e2339036098d7b96e544384720a64d8c2b686039f8e1ba5b3
+844d2d47b9764991d5533a016938ad579c1d669888eb2360ee940ba82af40009

diff --git a/a/1.txt b/N3/1.txt
index 4348296..81936bd 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -6,16 +6,16 @@
 > > > --- a/arch/x86/kernel/ptrace.c
 > > > +++ b/arch/x86/kernel/ptrace.c
 > > > @@ -49,7 +49,9 @@ enum x86_regset {
-> > >  	REGSET_IOPERM64 = REGSET_XFP,
-> > >  	REGSET_XSTATE,
-> > >  	REGSET_TLS,
+> > >  	REGSET_IOPERM64 = REGSET_XFP,
+> > >  	REGSET_XSTATE,
+> > >  	REGSET_TLS,
 > > > +	REGSET_CET64 = REGSET_TLS,
-> > >  	REGSET_IOPERM32,
+> > >  	REGSET_IOPERM32,
 > > > +	REGSET_CET32,
-> > >  };
+> > >  };
 > > Why does REGSET_CET64 alias on REGSET_TLS?
 > 
-> In x86_64_regsets[], there is no [REGSET_TLS].  The core dump code
+> In x86_64_regsets[], there is no [REGSET_TLS].  The core dump code
 > cannot handle holes in the array.
 
 Is there a fundamental (ABI) reason for that?
diff --git a/a/content_digest b/N3/content_digest
index 1a0b2d3..321867e 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -28,7 +28,10 @@
   Mike Kravetz <mike.kravetz@oracle.com>
   Nadav Amit <nadav.amit@gmail.com>
   Oleg Nesterov <oleg@redhat.com>
- " Pavel Machek <pavel@ucw.cz>Peter\0"
+  Pavel Machek <pavel@ucw.cz>
+  Peter Zijlstra <peterz@infradead.org>
+  Ravi V. Shankar <ravi.v.shankar@intel.com>
+ " Vedvyas Shanbhogue <vedvyas.shanbhogue@intel.com>\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -39,16 +42,16 @@
  "> > > --- a/arch/x86/kernel/ptrace.c\n"
  "> > > +++ b/arch/x86/kernel/ptrace.c\n"
  "> > > @@ -49,7 +49,9 @@ enum x86_regset {\n"
- "> > > \302\240\tREGSET_IOPERM64 = REGSET_XFP,\n"
- "> > > \302\240\tREGSET_XSTATE,\n"
- "> > > \302\240\tREGSET_TLS,\n"
+ "> > >  \tREGSET_IOPERM64 = REGSET_XFP,\n"
+ "> > >  \tREGSET_XSTATE,\n"
+ "> > >  \tREGSET_TLS,\n"
  "> > > +\tREGSET_CET64 = REGSET_TLS,\n"
- "> > > \302\240\tREGSET_IOPERM32,\n"
+ "> > >  \tREGSET_IOPERM32,\n"
  "> > > +\tREGSET_CET32,\n"
- "> > > \302\240};\n"
+ "> > >  };\n"
  "> > Why does REGSET_CET64 alias on REGSET_TLS?\n"
  "> \n"
- "> In x86_64_regsets[], there is no [REGSET_TLS]. \302\240The core dump code\n"
+ "> In x86_64_regsets[], there is no [REGSET_TLS].  The core dump code\n"
  "> cannot handle holes in the array.\n"
  "\n"
  "Is there a fundamental (ABI) reason for that?\n"
@@ -69,4 +72,4 @@
  "\n"
  "\tIngo"
 
-679f4232b370820e2339036098d7b96e544384720a64d8c2b686039f8e1ba5b3
+cfff7f4e37398041d6f2277ee5d73441b8302bc924a84fa4dfc7a97d7c6e7c42

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.