All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150725070132.GA18328@amd>

diff --git a/a/1.txt b/N1/1.txt
index 612cbdd..5fea860 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -46,3 +46,8 @@ that people will not notice...
 -- 
 (english) http://www.livejournal.com/~pavelmachek
 (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
+
+_______________________________________________
+lm-sensors mailing list
+lm-sensors@lm-sensors.org
+http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
diff --git a/a/content_digest b/N1/content_digest
index 7c01893..94a6f08 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,8 +5,8 @@
  "ref\020150724221102.GA31517@amd\0"
  "ref\055B2C105.3040600@roeck-us.net\0"
  "From\0Pavel Machek <pavel@ucw.cz>\0"
- "Subject\0Re: [PATCH v2] thermal: consistently use int for temperatures\0"
- "Date\0Sat, 25 Jul 2015 09:01:32 +0200\0"
+ "Subject\0Re: [lm-sensors] [PATCH v2] thermal: consistently use int for temperatures\0"
+ "Date\0Sat, 25 Jul 2015 07:01:32 +0000\0"
  "To\0Guenter Roeck <linux@roeck-us.net>\0"
  "Cc\0Sascha Hauer <s.hauer@pengutronix.de>"
   linux-pm@vger.kernel.org
@@ -78,6 +78,11 @@
  "\t\t\t\t\t\t\t\t\tPavel\n"
  "-- \n"
  "(english) http://www.livejournal.com/~pavelmachek\n"
- (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
+ "(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html\n"
+ "\n"
+ "_______________________________________________\n"
+ "lm-sensors mailing list\n"
+ "lm-sensors@lm-sensors.org\n"
+ http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
 
-b9c09ede3f2ebfd0019657e457a73de8dca4d06721bfaf1156493130930c16cf
+541858d276d134f6f1265ef4cf2a50034233a42b52dd09a29eea6a8f68dc37b3

diff --git a/a/1.txt b/N2/1.txt
index 612cbdd..42f254a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -9,11 +9,11 @@ On Fri 2015-07-24 15:49:41, Guenter Roeck wrote:
 > >>>>>
 > >>>>>Using an unsigned type limits the thermal framework to positive
 > >>>>>temperatures without need. Also several drivers currently will report
-> >>>>>temperatures near UINT_MAX for temperatures below 0°C. This will probably
+> >>>>>temperatures near UINT_MAX for temperatures below 0?C. This will probably
 > >>>>>immediately shut the machine down due to overtemperature if started below
-> >>>>>0°C.
+> >>>>>0?C.
 > >>>>>
-> >>>>>'long' is 64bit on several architectures. This is not needed since INT_MAX °mC
+> >>>>>'long' is 64bit on several architectures. This is not needed since INT_MAX ?mC
 > >>>>>is above the melting point of all known materials.
 > >>>>
 > >>>>Can we do something like
diff --git a/a/content_digest b/N2/content_digest
index 7c01893..83376fb 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,31 +4,10 @@
  "ref\055B244BE.1060203@roeck-us.net\0"
  "ref\020150724221102.GA31517@amd\0"
  "ref\055B2C105.3040600@roeck-us.net\0"
- "From\0Pavel Machek <pavel@ucw.cz>\0"
- "Subject\0Re: [PATCH v2] thermal: consistently use int for temperatures\0"
+ "From\0pavel@ucw.cz (Pavel Machek)\0"
+ "Subject\0[PATCH v2] thermal: consistently use int for temperatures\0"
  "Date\0Sat, 25 Jul 2015 09:01:32 +0200\0"
- "To\0Guenter Roeck <linux@roeck-us.net>\0"
- "Cc\0Sascha Hauer <s.hauer@pengutronix.de>"
-  linux-pm@vger.kernel.org
-  Zhang Rui <rui.zhang@intel.com>
-  Eduardo Valentin <edubezval@gmail.com>
-  linux-kernel@vger.kernel.org
-  Punit Agrawal <punit.agrawal@arm.com>
-  Jean Delvare <jdelvare@suse.de>
-  Peter Feuerer <peter@piie.net>
-  Heiko Stuebner <heiko@sntech.de>
-  Lukasz Majewski <l.majewski@samsung.com>
-  Stephen Warren <swarren@wwwdotorg.org>
-  Thierry Reding <thierry.reding@gmail.com>
-  linux-acpi@vger.kernel.org
-  platform-driver-x86@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-omap@vger.kernel.org
-  linux-samsung-soc@vger.kernel.org
-  Rafael J. Wysocki <rjw@rjwysocki.net>
-  Maxime Ripard <maxime.ripard@free-electrons.com>
-  Darren Hart <dvhart@infradead.org>
- " lm-sensors@lm-sensors.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri 2015-07-24 15:49:41, Guenter Roeck wrote:\n"
@@ -42,11 +21,11 @@
  "> >>>>>\n"
  "> >>>>>Using an unsigned type limits the thermal framework to positive\n"
  "> >>>>>temperatures without need. Also several drivers currently will report\n"
- "> >>>>>temperatures near UINT_MAX for temperatures below 0\302\260C. This will probably\n"
+ "> >>>>>temperatures near UINT_MAX for temperatures below 0?C. This will probably\n"
  "> >>>>>immediately shut the machine down due to overtemperature if started below\n"
- "> >>>>>0\302\260C.\n"
+ "> >>>>>0?C.\n"
  "> >>>>>\n"
- "> >>>>>'long' is 64bit on several architectures. This is not needed since INT_MAX \302\260mC\n"
+ "> >>>>>'long' is 64bit on several architectures. This is not needed since INT_MAX ?mC\n"
  "> >>>>>is above the melting point of all known materials.\n"
  "> >>>>\n"
  "> >>>>Can we do something like\n"
@@ -80,4 +59,4 @@
  "(english) http://www.livejournal.com/~pavelmachek\n"
  (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
 
-b9c09ede3f2ebfd0019657e457a73de8dca4d06721bfaf1156493130930c16cf
+a8ae55ed9f4d4ad8814d60a4033bc5ba6176f9d73f9156d22a3552861f748a29

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.