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

diff --git a/a/1.txt b/N1/1.txt
index df51a24..9d4e35d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ On Tue, 2017-08-22 at 16:02 -0500, nxf23276 wrote:
 >     since it is preemtable. This is due to udelay using busy-wait
 > loops
 >     while usleep_rang uses hrtimers instead. It is recommended to use
->     udelay when the delay is <10us since@that precision overhead
+>     udelay when the delay is <10us since at that precision overhead
 > of
 >     usleep_range hrtimer setup causes issues. However, the replaced
 > calls
@@ -23,10 +23,3 @@ First of all, your name is nxf23276?  Really??
 Second, you titled your patch that you were makeding changes to e1000
 driver, yet you are asking to modify e1000e.  Just based on these 2
 needed changes, I am dropping your patch.
--------------- next part --------------
-A non-text attachment was scrubbed...
-Name: signature.asc
-Type: application/pgp-signature
-Size: 833 bytes
-Desc: This is a digitally signed message part
-URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20170822/082cc422/attachment.asc>
diff --git a/N1/2.bin b/N1/2.bin
new file mode 100644
index 0000000..be94a4b
--- /dev/null
+++ b/N1/2.bin
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEiTyZWz+nnTrOJ1LZ5W/vlVpL7c4FAlmczJAACgkQ5W/vlVpL
+7c5aaw//YquyfqsrvEmb2folV/3TxOvUXR9UvGKz3ay74jefMWxG9ACjhQzD0cw1
+YnshGFlU9y+/BObFU9BYGY4MgAf3972CuL4u6QJHglUUaaQevPUV/nMnrYxF3Oau
+TJH+nWt7b44kE2vVrl3sPJOpU+gp1JUBE/WxvZX+CtrL+UE1PExRO+j/vdQpwB8g
+7Y2vWxl3+C5cxm+DJ/EbN+3pIQ+EkVe0uTggeyt/hW4zIqVfOgF8tct7P8d3pPD/
+6Kjo/3Pl1Mqm33x1FnoK7mq4dD5pVCt0kKbwU1cFC1tobMZz3E0xdEpOTAVe41K9
+y/N8/neK6PrSGT8Vn0HsRTQdocWNOQOyxSC0kx1s5TEKRXpVcJnIX4czeNZ0zZwL
+9bVvCKpz5h+G73yHHYW3txXioj013Xy5r3esVRXuZEnS/5SMHcITL8m1aakgCT9h
+c7V/O63uZKuDS8I266Tf5zyBmAAtTRji+RTs2XrpRlqL5eaP3Ug0drbFDCq4aas/
+riMfNvlP+ohCWsu9U1Cyp78t6hISJYohbhHIAnNZTAQkRO/Neivdpbgmx8OZmNia
+C0fk1F7awWio3Fgjph/3T99CwmYuddy3mWaT+tNe3AxRnT8Het2kLgVxuIjnf3yW
+nqSIFGIgba/udLJYo5Sdzy8FJC4skwukbo+UAnlJl3BPVb0uvGA=
+=YrM4
+-----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 e528284..d8ab90a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,19 @@
  "ref\01503435747-29639-1-git-send-email-matthew.tan_1@nxp.com\0"
  "From\0Jeff Kirsher <jeffrey.t.kirsher@intel.com>\0"
- "Subject\0[Intel-wired-lan] [PATCH] e1000: changed some expensive calls of udelay to usleep_range\0"
+ "Subject\0Re: [PATCH] e1000: changed some expensive calls of udelay to usleep_range\0"
  "Date\0Tue, 22 Aug 2017 17:30:08 -0700\0"
- "To\0intel-wired-lan@osuosl.org\0"
- "\00:1\0"
+ "To\0nxf23276 <matthew.tan_1@nxp.com>\0"
+ "Cc\0michael.kardonik@nxp.com"
+  shannon.nelson@intel.com
+  carolyn.wyborny@intel.com
+  donald.c.skidmore@intel.com
+  bruce.w.allan@intel.com
+  john.ronciak@intel.com
+  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 Tue, 2017-08-22 at 16:02 -0500, nxf23276 wrote:\n"
  ">     Calls to udelay are not preemtable by userspace so userspace\n"
@@ -14,7 +24,7 @@
  ">     since it is preemtable. This is due to udelay using busy-wait\n"
  "> loops\n"
  ">     while usleep_rang uses hrtimers instead. It is recommended to use\n"
- ">     udelay when the delay is <10us since@that precision overhead\n"
+ ">     udelay when the delay is <10us since at that precision overhead\n"
  "> of\n"
  ">     usleep_range hrtimer setup causes issues. However, the replaced\n"
  "> calls\n"
@@ -29,13 +39,26 @@
  "\n"
  "Second, you titled your patch that you were makeding changes to e1000\n"
  "driver, yet you are asking to modify e1000e.  Just based on these 2\n"
- "needed changes, I am dropping your patch.\n"
- "-------------- next part --------------\n"
- "A non-text attachment was scrubbed...\n"
- "Name: signature.asc\n"
- "Type: application/pgp-signature\n"
- "Size: 833 bytes\n"
- "Desc: This is a digitally signed message part\n"
- URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20170822/082cc422/attachment.asc>
+ needed changes, I am dropping your patch.
+ "\01:2\0"
+ "fn\0signature.asc\0"
+ "d\0This is a digitally signed message part\0"
+ "b\0"
+ "-----BEGIN PGP SIGNATURE-----\n"
+ "\n"
+ "iQIzBAABCAAdFiEEiTyZWz+nnTrOJ1LZ5W/vlVpL7c4FAlmczJAACgkQ5W/vlVpL\n"
+ "7c5aaw//YquyfqsrvEmb2folV/3TxOvUXR9UvGKz3ay74jefMWxG9ACjhQzD0cw1\n"
+ "YnshGFlU9y+/BObFU9BYGY4MgAf3972CuL4u6QJHglUUaaQevPUV/nMnrYxF3Oau\n"
+ "TJH+nWt7b44kE2vVrl3sPJOpU+gp1JUBE/WxvZX+CtrL+UE1PExRO+j/vdQpwB8g\n"
+ "7Y2vWxl3+C5cxm+DJ/EbN+3pIQ+EkVe0uTggeyt/hW4zIqVfOgF8tct7P8d3pPD/\n"
+ "6Kjo/3Pl1Mqm33x1FnoK7mq4dD5pVCt0kKbwU1cFC1tobMZz3E0xdEpOTAVe41K9\n"
+ "y/N8/neK6PrSGT8Vn0HsRTQdocWNOQOyxSC0kx1s5TEKRXpVcJnIX4czeNZ0zZwL\n"
+ "9bVvCKpz5h+G73yHHYW3txXioj013Xy5r3esVRXuZEnS/5SMHcITL8m1aakgCT9h\n"
+ "c7V/O63uZKuDS8I266Tf5zyBmAAtTRji+RTs2XrpRlqL5eaP3Ug0drbFDCq4aas/\n"
+ "riMfNvlP+ohCWsu9U1Cyp78t6hISJYohbhHIAnNZTAQkRO/Neivdpbgmx8OZmNia\n"
+ "C0fk1F7awWio3Fgjph/3T99CwmYuddy3mWaT+tNe3AxRnT8Het2kLgVxuIjnf3yW\n"
+ "nqSIFGIgba/udLJYo5Sdzy8FJC4skwukbo+UAnlJl3BPVb0uvGA=\n"
+ "=YrM4\n"
+ "-----END PGP SIGNATURE-----\n"
 
-1fb2f7635b372f176afad2d3abf3969474ad78477947aba50f482cdd822af798
+ef2b93e30ebfba325635a825dba3c1c4b92b5acb099faae7034b766dae074f5a

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.