diff for duplicates of <20150724221102.GA31517@amd> diff --git a/a/1.txt b/N1/1.txt index 25344c5..a29fd3d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -35,3 +35,8 @@ something else.. -- (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 1c5a373..afad560 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\020150724062948.GK18700@pengutronix.de\0" "ref\055B244BE.1060203@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 00:11:02 +0200\0" + "Subject\0Re: [lm-sensors] [PATCH v2] thermal: consistently use int for temperatures\0" + "Date\0Fri, 24 Jul 2015 22:11:02 +0000\0" "To\0Guenter Roeck <linux@roeck-us.net>\0" "Cc\0Sascha Hauer <s.hauer@pengutronix.de>" linux-pm@vger.kernel.org @@ -65,6 +65,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 -32dcee6f9071ad0baa2a1fe18208c3e4b2f0c5a0ff9e99d43bff0c39c4713447 +05ddce09c3fea06e14f0de8f086fe363f345a70a2619fbb798745d04b0dcfe5a
diff --git a/a/1.txt b/N2/1.txt index 25344c5..b7cd7dd 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -7,11 +7,11 @@ On Fri 2015-07-24 06:59:26, 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 1c5a373..63624a2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,31 +2,10 @@ "ref\020150723120759.GA17690@amd\0" "ref\020150724062948.GK18700@pengutronix.de\0" "ref\055B244BE.1060203@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 00:11:02 +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 06:59:26, Guenter Roeck wrote:\n" @@ -38,11 +17,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" @@ -67,4 +46,4 @@ "(english) http://www.livejournal.com/~pavelmachek\n" (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -32dcee6f9071ad0baa2a1fe18208c3e4b2f0c5a0ff9e99d43bff0c39c4713447 +56d2ea1da6732d596854b29051747da2169dd97f848823f7accf66f3409c3c93
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.