All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1452241542.19358.30.camel@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 5041906..7338868 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,24 +1,17 @@
 On Sun, 2016-01-03 at 07:55 +0100, Julia Lawall wrote:
 > This ixgbe_mbx_operations structure is never modified, so declare it
 > as
-> const.? The other structure of this type is already const.
+> const.  The other structure of this type is already const.
 > 
 > Done with the help of Coccinelle.
 > 
 > Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
 > 
 > ---
-> ?drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c? |??? 2 +-
-> ?drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h? |??? 2 +-
-> ?drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |??? 2 +-
-> ?3 files changed, 3 insertions(+), 3 deletions(-)
+>  drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c  |    2 +-
+>  drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h  |    2 +-
+>  drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |    2 +-
+>  3 files changed, 3 insertions(+), 3 deletions(-)
 
 Dropping this patch since Mark has provided a more in-depth patch to
 fix the entire driver.
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: signature.asc
-Type: application/pgp-signature
-Size: 819 bytes
-Desc: This is a digitally signed message part
-URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160108/ea425693/attachment-0001.asc>
diff --git a/N1/2.bin b/N1/2.bin
new file mode 100644
index 0000000..0ed4fed
--- /dev/null
+++ b/N1/2.bin
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJWj3KGAAoJEOVv75VaS+3Ou5gP/0cUBuVDqfV+A1OaFgvwslBs
+81Ybi2GBd2FydLRgQBDYNsExVAZfBzPkUwy4EDJebSeOSjqsi+PEpRkGkZ9gFd6r
+xIf7JJQtd5cNScKbozfcX7ptnwT7NDAm+Tsx1rruws+RVEnFcrTpqUy/t4hyKA79
+pYbh8NASmO3Apuzpv4rJ2vQgoZT3XOW7ZxTfRU8w74wvWX7QVhbThGMjJQOBKeAq
+9mVaXvoyC62jtMFJ1c//sEzyh92SVhRtH4lSSbeIIsLPtCtKZvq3vQUtjse24XeY
+TYQxbTiGd1w5aJOoueYvqCWOJKgQu2SEDf0tKhl4YnnPg3RR582vaFTH6hkEewDP
+oHhaUrEtkTAUeWHezSJpUqcSEvzswhaoumeydB+FHMHfyer8IUTkedgFwTcyV3VT
+odKZvGKSUq3qPRsQwV/2GQd0Wb5fS6IeajMc0KdXvWX/vloD8nthxTliw0iVHam5
+45GhhbRoVP+oargbXfEBX3UVLUXcoX4s6d560L/h6HFHpin8KRX6YYuF4cd1SMFF
+3QAkwtQN9GPwINJX7ngGPQKXSRGc7XylnXID2dSYz48tEiu+c8c5+FgbKMUdNGx1
+ooFSPBTTvsAUZWoc6HOxKb7Kwo7UCfhOAqrzeghGYQmXKhItITr7gyaUnbB1CHSo
+XX4U3h+dhpdXxV4rEOci
+=KOlC
+-----END PGP SIGNATURE-----
diff --git a/N1/2.hdr b/N1/2.hdr
new file mode 100644
index 0000000..da6d245
--- /dev/null
+++ b/N1/2.hdr
@@ -0,0 +1,3 @@
+Content-Type: application/pgp-signature; name="signature.asc"
+Content-Description: This is a digitally signed message part
+Content-Transfer-Encoding: 7bit
diff --git a/a/content_digest b/N1/content_digest
index f5eb99a..c75bacd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,33 +1,58 @@
  "ref\01451804129-32213-1-git-send-email-Julia.Lawall@lip6.fr\0"
  "From\0Jeff Kirsher <jeffrey.t.kirsher@intel.com>\0"
- "Subject\0[Intel-wired-lan] [PATCH] ixgbe: constify ixgbe_mbx_operations structure\0"
- "Date\0Fri, 08 Jan 2016 00:25:42 -0800\0"
- "To\0intel-wired-lan@osuosl.org\0"
- "\00:1\0"
+ "Subject\0Re: [PATCH] ixgbe: constify ixgbe_mbx_operations structure\0"
+ "Date\0Fri, 08 Jan 2016 08:25:42 +0000\0"
+ "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0"
+ "Cc\0kernel-janitors@vger.kernel.org"
+  Jesse Brandeburg <jesse.brandeburg@intel.com>
+  Shannon Nelson <shannon.nelson@intel.com>
+  Carolyn Wyborny <carolyn.wyborny@intel.com>
+  Don Skidmore <donald.c.skidmore@intel.com>
+  Bruce Allan <bruce.w.allan@intel.com>
+  John Ronciak <john.ronciak@intel.com>
+  Mitch Williams <mitch.a.williams@intel.com>
+  intel-wired-lan@lists.osuosl.org
+  netdev@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
+ "\01:1\0"
  "b\0"
  "On Sun, 2016-01-03 at 07:55 +0100, Julia Lawall wrote:\n"
  "> This ixgbe_mbx_operations structure is never modified, so declare it\n"
  "> as\n"
- "> const.? The other structure of this type is already const.\n"
+ "> const.\302\240 The other structure of this type is already const.\n"
  "> \n"
  "> Done with the help of Coccinelle.\n"
  "> \n"
  "> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>\n"
  "> \n"
  "> ---\n"
- "> ?drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c? |??? 2 +-\n"
- "> ?drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h? |??? 2 +-\n"
- "> ?drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |??? 2 +-\n"
- "> ?3 files changed, 3 insertions(+), 3 deletions(-)\n"
+ "> \302\240drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c\302\240 |\302\240\302\240\302\240 2 +-\n"
+ "> \302\240drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h\302\240 |\302\240\302\240\302\240 2 +-\n"
+ "> \302\240drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |\302\240\302\240\302\240 2 +-\n"
+ "> \302\2403 files changed, 3 insertions(+), 3 deletions(-)\n"
  "\n"
  "Dropping this patch since Mark has provided a more in-depth patch to\n"
- "fix the entire driver.\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: signature.asc\n"
- "Type: application/pgp-signature\n"
- "Size: 819 bytes\n"
- "Desc: This is a digitally signed message part\n"
- URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160108/ea425693/attachment-0001.asc>
+ fix the entire driver.
+ "\01:2\0"
+ "fn\0signature.asc\0"
+ "d\0This is a digitally signed message part\0"
+ "b\0"
+ "-----BEGIN PGP SIGNATURE-----\n"
+ "Version: GnuPG v1\n"
+ "\n"
+ "iQIcBAABCgAGBQJWj3KGAAoJEOVv75VaS+3Ou5gP/0cUBuVDqfV+A1OaFgvwslBs\n"
+ "81Ybi2GBd2FydLRgQBDYNsExVAZfBzPkUwy4EDJebSeOSjqsi+PEpRkGkZ9gFd6r\n"
+ "xIf7JJQtd5cNScKbozfcX7ptnwT7NDAm+Tsx1rruws+RVEnFcrTpqUy/t4hyKA79\n"
+ "pYbh8NASmO3Apuzpv4rJ2vQgoZT3XOW7ZxTfRU8w74wvWX7QVhbThGMjJQOBKeAq\n"
+ "9mVaXvoyC62jtMFJ1c//sEzyh92SVhRtH4lSSbeIIsLPtCtKZvq3vQUtjse24XeY\n"
+ "TYQxbTiGd1w5aJOoueYvqCWOJKgQu2SEDf0tKhl4YnnPg3RR582vaFTH6hkEewDP\n"
+ "oHhaUrEtkTAUeWHezSJpUqcSEvzswhaoumeydB+FHMHfyer8IUTkedgFwTcyV3VT\n"
+ "odKZvGKSUq3qPRsQwV/2GQd0Wb5fS6IeajMc0KdXvWX/vloD8nthxTliw0iVHam5\n"
+ "45GhhbRoVP+oargbXfEBX3UVLUXcoX4s6d560L/h6HFHpin8KRX6YYuF4cd1SMFF\n"
+ "3QAkwtQN9GPwINJX7ngGPQKXSRGc7XylnXID2dSYz48tEiu+c8c5+FgbKMUdNGx1\n"
+ "ooFSPBTTvsAUZWoc6HOxKb7Kwo7UCfhOAqrzeghGYQmXKhItITr7gyaUnbB1CHSo\n"
+ "XX4U3h+dhpdXxV4rEOci\n"
+ "=KOlC\n"
+ "-----END PGP SIGNATURE-----\n"
 
-da2bbf2d35bf60a4949d26961076221f3347377ae1214642967a0eea2122fba4
+36e29707399b50384f3c68e5718ed70c3c54ad543e58efc2062d2d0e7ea3bf4d

diff --git a/a/1.txt b/N2/1.txt
index 5041906..7338868 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,24 +1,17 @@
 On Sun, 2016-01-03 at 07:55 +0100, Julia Lawall wrote:
 > This ixgbe_mbx_operations structure is never modified, so declare it
 > as
-> const.? The other structure of this type is already const.
+> const.  The other structure of this type is already const.
 > 
 > Done with the help of Coccinelle.
 > 
 > Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
 > 
 > ---
-> ?drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c? |??? 2 +-
-> ?drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h? |??? 2 +-
-> ?drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |??? 2 +-
-> ?3 files changed, 3 insertions(+), 3 deletions(-)
+>  drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c  |    2 +-
+>  drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h  |    2 +-
+>  drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |    2 +-
+>  3 files changed, 3 insertions(+), 3 deletions(-)
 
 Dropping this patch since Mark has provided a more in-depth patch to
 fix the entire driver.
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: signature.asc
-Type: application/pgp-signature
-Size: 819 bytes
-Desc: This is a digitally signed message part
-URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160108/ea425693/attachment-0001.asc>
diff --git a/N2/2.bin b/N2/2.bin
new file mode 100644
index 0000000..0ed4fed
--- /dev/null
+++ b/N2/2.bin
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJWj3KGAAoJEOVv75VaS+3Ou5gP/0cUBuVDqfV+A1OaFgvwslBs
+81Ybi2GBd2FydLRgQBDYNsExVAZfBzPkUwy4EDJebSeOSjqsi+PEpRkGkZ9gFd6r
+xIf7JJQtd5cNScKbozfcX7ptnwT7NDAm+Tsx1rruws+RVEnFcrTpqUy/t4hyKA79
+pYbh8NASmO3Apuzpv4rJ2vQgoZT3XOW7ZxTfRU8w74wvWX7QVhbThGMjJQOBKeAq
+9mVaXvoyC62jtMFJ1c//sEzyh92SVhRtH4lSSbeIIsLPtCtKZvq3vQUtjse24XeY
+TYQxbTiGd1w5aJOoueYvqCWOJKgQu2SEDf0tKhl4YnnPg3RR582vaFTH6hkEewDP
+oHhaUrEtkTAUeWHezSJpUqcSEvzswhaoumeydB+FHMHfyer8IUTkedgFwTcyV3VT
+odKZvGKSUq3qPRsQwV/2GQd0Wb5fS6IeajMc0KdXvWX/vloD8nthxTliw0iVHam5
+45GhhbRoVP+oargbXfEBX3UVLUXcoX4s6d560L/h6HFHpin8KRX6YYuF4cd1SMFF
+3QAkwtQN9GPwINJX7ngGPQKXSRGc7XylnXID2dSYz48tEiu+c8c5+FgbKMUdNGx1
+ooFSPBTTvsAUZWoc6HOxKb7Kwo7UCfhOAqrzeghGYQmXKhItITr7gyaUnbB1CHSo
+XX4U3h+dhpdXxV4rEOci
+=KOlC
+-----END PGP SIGNATURE-----
diff --git a/N2/2.hdr b/N2/2.hdr
new file mode 100644
index 0000000..da6d245
--- /dev/null
+++ b/N2/2.hdr
@@ -0,0 +1,3 @@
+Content-Type: application/pgp-signature; name="signature.asc"
+Content-Description: This is a digitally signed message part
+Content-Transfer-Encoding: 7bit
diff --git a/a/content_digest b/N2/content_digest
index f5eb99a..1eb3115 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,33 +1,58 @@
  "ref\01451804129-32213-1-git-send-email-Julia.Lawall@lip6.fr\0"
  "From\0Jeff Kirsher <jeffrey.t.kirsher@intel.com>\0"
- "Subject\0[Intel-wired-lan] [PATCH] ixgbe: constify ixgbe_mbx_operations structure\0"
+ "Subject\0Re: [PATCH] ixgbe: constify ixgbe_mbx_operations structure\0"
  "Date\0Fri, 08 Jan 2016 00:25:42 -0800\0"
- "To\0intel-wired-lan@osuosl.org\0"
- "\00:1\0"
+ "To\0Julia Lawall <Julia.Lawall@lip6.fr>\0"
+ "Cc\0kernel-janitors@vger.kernel.org"
+  Jesse Brandeburg <jesse.brandeburg@intel.com>
+  Shannon Nelson <shannon.nelson@intel.com>
+  Carolyn Wyborny <carolyn.wyborny@intel.com>
+  Don Skidmore <donald.c.skidmore@intel.com>
+  Bruce Allan <bruce.w.allan@intel.com>
+  John Ronciak <john.ronciak@intel.com>
+  Mitch Williams <mitch.a.williams@intel.com>
+  intel-wired-lan@lists.osuosl.org
+  netdev@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
+ "\01:1\0"
  "b\0"
  "On Sun, 2016-01-03 at 07:55 +0100, Julia Lawall wrote:\n"
  "> This ixgbe_mbx_operations structure is never modified, so declare it\n"
  "> as\n"
- "> const.? The other structure of this type is already const.\n"
+ "> const.\302\240 The other structure of this type is already const.\n"
  "> \n"
  "> Done with the help of Coccinelle.\n"
  "> \n"
  "> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>\n"
  "> \n"
  "> ---\n"
- "> ?drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c? |??? 2 +-\n"
- "> ?drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h? |??? 2 +-\n"
- "> ?drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |??? 2 +-\n"
- "> ?3 files changed, 3 insertions(+), 3 deletions(-)\n"
+ "> \302\240drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.c\302\240 |\302\240\302\240\302\240 2 +-\n"
+ "> \302\240drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h\302\240 |\302\240\302\240\302\240 2 +-\n"
+ "> \302\240drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |\302\240\302\240\302\240 2 +-\n"
+ "> \302\2403 files changed, 3 insertions(+), 3 deletions(-)\n"
  "\n"
  "Dropping this patch since Mark has provided a more in-depth patch to\n"
- "fix the entire driver.\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: signature.asc\n"
- "Type: application/pgp-signature\n"
- "Size: 819 bytes\n"
- "Desc: This is a digitally signed message part\n"
- URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160108/ea425693/attachment-0001.asc>
+ fix the entire driver.
+ "\01:2\0"
+ "fn\0signature.asc\0"
+ "d\0This is a digitally signed message part\0"
+ "b\0"
+ "-----BEGIN PGP SIGNATURE-----\n"
+ "Version: GnuPG v1\n"
+ "\n"
+ "iQIcBAABCgAGBQJWj3KGAAoJEOVv75VaS+3Ou5gP/0cUBuVDqfV+A1OaFgvwslBs\n"
+ "81Ybi2GBd2FydLRgQBDYNsExVAZfBzPkUwy4EDJebSeOSjqsi+PEpRkGkZ9gFd6r\n"
+ "xIf7JJQtd5cNScKbozfcX7ptnwT7NDAm+Tsx1rruws+RVEnFcrTpqUy/t4hyKA79\n"
+ "pYbh8NASmO3Apuzpv4rJ2vQgoZT3XOW7ZxTfRU8w74wvWX7QVhbThGMjJQOBKeAq\n"
+ "9mVaXvoyC62jtMFJ1c//sEzyh92SVhRtH4lSSbeIIsLPtCtKZvq3vQUtjse24XeY\n"
+ "TYQxbTiGd1w5aJOoueYvqCWOJKgQu2SEDf0tKhl4YnnPg3RR582vaFTH6hkEewDP\n"
+ "oHhaUrEtkTAUeWHezSJpUqcSEvzswhaoumeydB+FHMHfyer8IUTkedgFwTcyV3VT\n"
+ "odKZvGKSUq3qPRsQwV/2GQd0Wb5fS6IeajMc0KdXvWX/vloD8nthxTliw0iVHam5\n"
+ "45GhhbRoVP+oargbXfEBX3UVLUXcoX4s6d560L/h6HFHpin8KRX6YYuF4cd1SMFF\n"
+ "3QAkwtQN9GPwINJX7ngGPQKXSRGc7XylnXID2dSYz48tEiu+c8c5+FgbKMUdNGx1\n"
+ "ooFSPBTTvsAUZWoc6HOxKb7Kwo7UCfhOAqrzeghGYQmXKhItITr7gyaUnbB1CHSo\n"
+ "XX4U3h+dhpdXxV4rEOci\n"
+ "=KOlC\n"
+ "-----END PGP SIGNATURE-----\n"
 
-da2bbf2d35bf60a4949d26961076221f3347377ae1214642967a0eea2122fba4
+916683103445973040560c1470fe3e03617c2706bf2a903d3400909f691a2698

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.