All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190716153400.5CB182054F@mail.kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index cf9ea70..3233e86 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -43,3 +43,8 @@ maintain a list of things to free later.
 If you go the allocation route then you'll need to have the flags to
 know what context you're in to allocate appropriately. Does that mean
 all the string operations will now take GFP flags?
+
+_______________________________________________
+Linux-nvdimm mailing list
+Linux-nvdimm@lists.01.org
+https://lists.01.org/mailman/listinfo/linux-nvdimm
diff --git a/a/content_digest b/N1/content_digest
index 9e03f04..ab1577b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,46 +9,45 @@
  "Subject\0Re: [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder\0"
  "Date\0Tue, 16 Jul 2019 08:33:59 -0700\0"
  "To\0Brendan Higgins <brendanhiggins@google.com>\0"
- "Cc\0Frank Rowand <frowand.list@gmail.com>"
-  Greg KH <gregkh@linuxfoundation.org>
-  Josh Poimboeuf <jpoimboe@redhat.com>
-  Kees Cook <keescook@google.com>
-  Kieran Bingham <kieran.bingham@ideasonboard.com>
-  Luis Chamberlain <mcgrof@kernel.org>
+ "Cc\0Petr Mladek <pmladek@suse.com>"
+  open list:DOCUMENTATION <linux-doc@vger.kernel.org>
   Peter Zijlstra <peterz@infradead.org>
-  Rob Herring <robh@kernel.org>
-  shuah <shuah@kernel.org>
-  Theodore Ts'o <tytso@mit.edu>
-  Masahiro Yamada <yamada.masahiro@socionext.com>
-  devicetree <devicetree@vger.kernel.org>
+  Amir Goldstein <amir73il@gmail.com>
   dri-devel <dri-devel@lists.freedesktop.org>
-  kunit-dev@googlegroups.com
-  open list:DOCUMENTATION <linux-doc@vger.kernel.org>
-  linux-fsdevel@vger.kernel.org
-  linux-kbuild <linux-kbuild@vger.kernel.org>
-  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  Sasha Levin <Alexander.Levin@microsoft.com>
+  Masahiro Yamada <yamada.masahiro@socionext.com>
+  Michael Ellerman <mpe@ellerman.id.au>
   open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>
+  shuah <shuah@kernel.org>
+  Rob Herring <robh@kernel.org>
   linux-nvdimm <linux-nvdimm@lists.01.org>
-  linux-um@lists.infradead.org
-  Sasha Levin <Alexander.Levin@microsoft.com>
+  Frank Rowand <frowand.list@gmail.com>
+  Knut Omang <knut.omang@oracle.com>
+  Kieran Bingham <kieran.bingham@ideasonboard.com>
+  wfg@linux.intel.com
+  Joel Stanley <joel@jms.id.au>
+  David Rientjes <rientjes@google.com>
+  Jeff Dike <jdike@addtoit.com>
+  Dan Carpenter <dan.carpenter@oracle.com>
+  devicetree <devicetree@vger.kernel.org>
+  linux-kbuild <linux-kbuild@vger.kernel.org>
   Bird
   Timothy <Tim.Bird@sony.com>
-  Amir Goldstein <amir73il@gmail.com>
-  Dan Carpenter <dan.carpenter@oracle.com>
-  Daniel Vetter <daniel@ffwll.ch>
-  Jeff Dike <jdike@addtoit.com>
-  Joel Stanley <joel@jms.id.au>
+  linux-um@lists.infradead.org
+  Steven Rostedt <rostedt@goodmis.org>
   Julia Lawall <julia.lawall@lip6.fr>
-  Kevin Hilman <khilman@baylibre.com>
-  Knut Omang <knut.omang@oracle.com>
-  Logan Gunthorpe <logang@deltatee.com>
-  Michael Ellerman <mpe@ellerman.id.au>
-  Petr Mladek <pmladek@suse.com>
-  Randy Dunlap <rdunlap@infradead.org>
+  Josh Poimboeuf <jpoimboe@redhat.com>
+  kunit-dev@googlegroups.com
+  Theodore Ts'o <tytso@mit.edu>
   Richard Weinberger <richard@nod.at>
-  David Rientjes <rientjes@google.com>
-  Steven Rostedt <rostedt@goodmis.org>
- " wfg@linux.intel.com\0"
+  Greg KH <gregkh@linuxfoundation.org>
+  Randy Dunlap <rdunlap@infradead.org>
+  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  Luis Chamberlain <mcgrof@kernel.org>
+  Daniel Vetter <daniel@ffwll.ch>
+  Kees Cook <keescook@google.com>
+  linux-fsdevel@vger.kernel.org
+ " Kevin Hilman <khilman@baylibre.com>\0"
  "\00:1\0"
  "b\0"
  "Quoting Brendan Higgins (2019-07-15 15:43:20)\n"
@@ -95,6 +94,11 @@
  "\n"
  "If you go the allocation route then you'll need to have the flags to\n"
  "know what context you're in to allocate appropriately. Does that mean\n"
- all the string operations will now take GFP flags?
+ "all the string operations will now take GFP flags?\n"
+ "\n"
+ "_______________________________________________\n"
+ "Linux-nvdimm mailing list\n"
+ "Linux-nvdimm@lists.01.org\n"
+ https://lists.01.org/mailman/listinfo/linux-nvdimm
 
-7505844a71f7fdc1e50b7461a7e3ab47a27fa94f50d912bda25cc8d3f4284422
+4f161373b9f3396d721152e4b48262fa2af47f12c0689acbf74161df23b6c48e

diff --git a/a/1.txt b/N2/1.txt
index cf9ea70..c3cf52f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -43,3 +43,9 @@ maintain a list of things to free later.
 If you go the allocation route then you'll need to have the flags to
 know what context you're in to allocate appropriately. Does that mean
 all the string operations will now take GFP flags?
+
+
+_______________________________________________
+linux-um mailing list
+linux-um@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-um
diff --git a/a/content_digest b/N2/content_digest
index 9e03f04..73c81d5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -9,46 +9,46 @@
  "Subject\0Re: [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder\0"
  "Date\0Tue, 16 Jul 2019 08:33:59 -0700\0"
  "To\0Brendan Higgins <brendanhiggins@google.com>\0"
- "Cc\0Frank Rowand <frowand.list@gmail.com>"
-  Greg KH <gregkh@linuxfoundation.org>
-  Josh Poimboeuf <jpoimboe@redhat.com>
-  Kees Cook <keescook@google.com>
-  Kieran Bingham <kieran.bingham@ideasonboard.com>
-  Luis Chamberlain <mcgrof@kernel.org>
+ "Cc\0Petr Mladek <pmladek@suse.com>"
+  open list:DOCUMENTATION <linux-doc@vger.kernel.org>
   Peter Zijlstra <peterz@infradead.org>
-  Rob Herring <robh@kernel.org>
-  shuah <shuah@kernel.org>
-  Theodore Ts'o <tytso@mit.edu>
-  Masahiro Yamada <yamada.masahiro@socionext.com>
-  devicetree <devicetree@vger.kernel.org>
+  Amir Goldstein <amir73il@gmail.com>
   dri-devel <dri-devel@lists.freedesktop.org>
-  kunit-dev@googlegroups.com
-  open list:DOCUMENTATION <linux-doc@vger.kernel.org>
-  linux-fsdevel@vger.kernel.org
-  linux-kbuild <linux-kbuild@vger.kernel.org>
-  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  Sasha Levin <Alexander.Levin@microsoft.com>
+  Masahiro Yamada <yamada.masahiro@socionext.com>
+  Michael Ellerman <mpe@ellerman.id.au>
   open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>
+  shuah <shuah@kernel.org>
+  Rob Herring <robh@kernel.org>
   linux-nvdimm <linux-nvdimm@lists.01.org>
-  linux-um@lists.infradead.org
-  Sasha Levin <Alexander.Levin@microsoft.com>
+  Frank Rowand <frowand.list@gmail.com>
+  Knut Omang <knut.omang@oracle.com>
+  Kieran Bingham <kieran.bingham@ideasonboard.com>
+  wfg@linux.intel.com
+  Joel Stanley <joel@jms.id.au>
+  David Rientjes <rientjes@google.com>
+  Jeff Dike <jdike@addtoit.com>
+  Dan Carpenter <dan.carpenter@oracle.com>
+  devicetree <devicetree@vger.kernel.org>
+  linux-kbuild <linux-kbuild@vger.kernel.org>
   Bird
   Timothy <Tim.Bird@sony.com>
-  Amir Goldstein <amir73il@gmail.com>
-  Dan Carpenter <dan.carpenter@oracle.com>
-  Daniel Vetter <daniel@ffwll.ch>
-  Jeff Dike <jdike@addtoit.com>
-  Joel Stanley <joel@jms.id.au>
+  linux-um@lists.infradead.org
+  Steven Rostedt <rostedt@goodmis.org>
   Julia Lawall <julia.lawall@lip6.fr>
-  Kevin Hilman <khilman@baylibre.com>
-  Knut Omang <knut.omang@oracle.com>
-  Logan Gunthorpe <logang@deltatee.com>
-  Michael Ellerman <mpe@ellerman.id.au>
-  Petr Mladek <pmladek@suse.com>
-  Randy Dunlap <rdunlap@infradead.org>
+  Josh Poimboeuf <jpoimboe@redhat.com>
+  kunit-dev@googlegroups.com
+  Theodore Ts'o <tytso@mit.edu>
   Richard Weinberger <richard@nod.at>
-  David Rientjes <rientjes@google.com>
-  Steven Rostedt <rostedt@goodmis.org>
- " wfg@linux.intel.com\0"
+  Greg KH <gregkh@linuxfoundation.org>
+  Randy Dunlap <rdunlap@infradead.org>
+  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  Luis Chamberlain <mcgrof@kernel.org>
+  Daniel Vetter <daniel@ffwll.ch>
+  Kees Cook <keescook@google.com>
+  linux-fsdevel@vger.kernel.org
+  Logan Gunthorpe <logang@deltatee.com>
+ " Kevin Hilman <khilman@baylibre.com>\0"
  "\00:1\0"
  "b\0"
  "Quoting Brendan Higgins (2019-07-15 15:43:20)\n"
@@ -95,6 +95,12 @@
  "\n"
  "If you go the allocation route then you'll need to have the flags to\n"
  "know what context you're in to allocate appropriately. Does that mean\n"
- all the string operations will now take GFP flags?
+ "all the string operations will now take GFP flags?\n"
+ "\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-um mailing list\n"
+ "linux-um@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-um
 
-7505844a71f7fdc1e50b7461a7e3ab47a27fa94f50d912bda25cc8d3f4284422
+9ca701c93ab71bf65efb70bcb54fb9cfabb77c5a220bae90cb570da80a4124a7

diff --git a/a/content_digest b/N3/content_digest
index 9e03f04..65b4986 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -27,28 +27,7 @@
   linux-fsdevel@vger.kernel.org
   linux-kbuild <linux-kbuild@vger.kernel.org>
   Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
-  open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>
-  linux-nvdimm <linux-nvdimm@lists.01.org>
-  linux-um@lists.infradead.org
-  Sasha Levin <Alexander.Levin@microsoft.com>
-  Bird
-  Timothy <Tim.Bird@sony.com>
-  Amir Goldstein <amir73il@gmail.com>
-  Dan Carpenter <dan.carpenter@oracle.com>
-  Daniel Vetter <daniel@ffwll.ch>
-  Jeff Dike <jdike@addtoit.com>
-  Joel Stanley <joel@jms.id.au>
-  Julia Lawall <julia.lawall@lip6.fr>
-  Kevin Hilman <khilman@baylibre.com>
-  Knut Omang <knut.omang@oracle.com>
-  Logan Gunthorpe <logang@deltatee.com>
-  Michael Ellerman <mpe@ellerman.id.au>
-  Petr Mladek <pmladek@suse.com>
-  Randy Dunlap <rdunlap@infradead.org>
-  Richard Weinberger <richard@nod.at>
-  David Rientjes <rientjes@google.com>
-  Steven Rostedt <rostedt@goodmis.org>
- " wfg@linux.intel.com\0"
+ " open list:KERNEL SELFTEST FRAMEWORK\0"
  "\00:1\0"
  "b\0"
  "Quoting Brendan Higgins (2019-07-15 15:43:20)\n"
@@ -97,4 +76,4 @@
  "know what context you're in to allocate appropriately. Does that mean\n"
  all the string operations will now take GFP flags?
 
-7505844a71f7fdc1e50b7461a7e3ab47a27fa94f50d912bda25cc8d3f4284422
+284f4b665b173c34c1fca426a6f88d223342d8a68ef5f9d7ce2c077d3243c386

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.