Path: csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod From: Pali =?utf-8?q?Roh=C3=A1r?= Newsgroups: linux.kernel Subject: Re: [PATCH 0/6] dell-smm-hwmon fixes Date: Sun, 19 Jun 2016 00:50:02 +0200 Message-ID: References: Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-transfer-encoding:message-id; bh=+Ef37YDszftC+gHNP6GDyrOWnbqzp+7FrMTqc8OYQ+U=; b=lo+WVukMnVj8GIsU/W0b7zBCfsmmfXlFviZ9LS2IZInt0IjUFc0L44qM5SESmjIlXG 5DBpDN7R1e0Vm+xK2bxO0zjaHz8oMPOBZv97aYXJxAzqnB/+hvs3WR9S8PX3GNae+iCv HWJW3i8A4cna+8HARukkwMUBokuL5AE09ljIANPZHqVngInPGVrdDU1wef/Uudow8Qs9 sD+aBmjtJPj/pH+058oAJvLoIWbQaoZ1OvRrp5P90B1UaCumc+HTgA4aUOBGDYiGRiVR lCkLMT1ZX+InhHHNF+ypLsKMSoYaOan1Ii+ulm6D5XdwDNSYIcOdxLzM35Zc/ecDs/Uc SK7g== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-transfer-encoding:message-id; bh=+Ef37YDszftC+gHNP6GDyrOWnbqzp+7FrMTqc8OYQ+U=; b=DSL/eAgxYeNePMTXOQM50pxb9N9BXuLDduvvtJ0bOkbRTr+42otnLE8UHZxq2smdnh DlVud1AKZS7NLb0l29iiBbfhJ8a1Al/oPqsxhBMQYryeUYR/E24/4ddt+C/sBBsHIv92 EtuFt8bnnm8CKZCn8OUAtgPvEcWcZaCaWTCccCFD2Y/ICpCfEujJXEv86b3LLfhQl+qo cJwPGq4+/2SrLWfMTpGwylN8MTvD3FvwO4wGuxJUN8rDqb9WU6IUXZCcW/ga9Nw3xwZI E1F2DE2/5xH7NB9/Wod1T4Gx6antZL9SoMuN9J5q1wCL9ArWaKSL8DL49g8uNMMNWHi+ jSaw== X-Gm-Message-State: ALyK8tIkIWzA87QOCKSPx+S80YPZOzRx2NBQJAnTGWlZHTSlogcjBDaosrpv8ElfNWmMpA== X-Received: by 10.28.50.194 with SMTP id y185mr4180241wmy.51.1466289862717; Sat, 18 Jun 2016 15:44:22 -0700 (PDT) User-Agent: KMail/1.13.7 (Linux/3.13.0-88-generic; KDE/4.14.2; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1783281.23akJLct6X"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 90 Organization: linux.* mail to news gateway X-Original-Cc: Guenter Roeck , Jean Delvare , Jan C Peters , Thorsten Leemhuis , David =?utf-8?q?Santamar=C3=ADa_Rogado?= , Peter Saunderson , Tolga Cakir , "Austin S. Hemmelgarn" , Mario_Limonciello@dell.com, Gabriele Mazzotta , =?utf-8?q?Micha=C5=82_K=C4=99pie=C5=84?= , Dakota Whipple , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org X-Original-Date: Sun, 19 Jun 2016 00:44:20 +0200 X-Original-Message-ID: <201606190044.21035@pali> X-Original-References: <1466204089-17030-1-git-send-email-pali.rohar@gmail.com> <57657CE2.6040107@roeck-us.net> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1425870 --nextPart1783281.23akJLct6X Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks for testing! It took too long, but bugs in vendor SMM code are=20 hard to detect and probably impossible to fix. So I would call this=20 patch just as "workaround" and not proper bug fix... On Saturday 18 June 2016 23:58:19 Leon Yu wrote: > Just installed on "Inspiron 580", appears to have fixed the problem. >=20 > On Sat, Jun 18, 2016 at 12:54 PM, Guenter Roeck > wrote: > > On 06/18/2016 08:26 AM, Pali Roh=C3=A1r wrote: > >> On Saturday 18 June 2016 17:13:59 Guenter Roeck wrote: > >>> On 06/17/2016 03:54 PM, Pali Roh=C3=A1r wrote: > >>>> I'm sending all my dell-smm-hwmon patches in one series, because > >>>> due to changes in code other patches depends on previous. > >>>>=20 > >>>> First two patches fixes problem with old /proc/i8k file. Second > >>>> is security fix and should be backported to all stable kernels > >>>> (that problem was there always). I tested i8kctl tool (from > >>>> i8kutils package) that it still works with these patches. > >>>> Without root access for those security operations just showes > >>>> '?' or '-1'. > >>>>=20 > >>>> Third and fourth patches try to fix problem on machines with > >>>> broken SMM/BIOS when calling function fan_type(). > >>>>=20 > >>>> Fifth is new feature and last sixth useful for debugging. > >>>>=20 > >>>> Pali Roh=C3=A1r (6): > >>>> hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios > >>>> version is > >>>> =20 > >>>> not a number > >>>> =20 > >>>> hwmon: (dell-smm) Restrict fan control and serial number to > >>>> =20 > >>>> CAP_SYS_ADMIN by default > >>>> =20 > >>>> hwmon: (dell-smm) Disallow fan_type() calls on broken > >>>> machines hwmon: (dell-smm) Cache fan_type() calls and > >>>> change fan detection hwmon: (dell-smm) Detect fan with > >>>> index=3D2 hwmon: (dell-smm) In debug mode log duration of SMM > >>>> calls > >>>> =20 > >>>> drivers/hwmon/dell-smm-hwmon.c | 122 > >>>> ++++++++++++++++++++++++++++++++-------- 1 file changed, 99 > >>>> insertions(+), 23 deletions(-) > >>>=20 > >>> Pali, > >>>=20 > >>> You asked for additional testing, so I am not sure what you > >>> expect me to do. > >>>=20 > >>> Which of the patches can/should I apply now ? > >>>=20 > >>> Guenter > >>=20 > >> Test 3/6 and 4/6 patches on affected Dell machines. I CCed all > >> people who tried to debug those bugs, so need confirmation from > >> them that after applying 3/6 and 4/6 patches, erratic fan > >> behaviour is not there... > >>=20 > >> But because those two patches depends on previous, it is needed to > >> test whole series... > >>=20 > >> This doesn't tell me which patches to apply now. The first two ? > >=20 > > Guenter =2D-=20 Pali Roh=C3=A1r pali.rohar@gmail.com --nextPart1783281.23akJLct6X Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAldlzsUACgkQi/DJPQPkQ1JMlwCgtPA6R8YyjfC3fMkwTWqkIIQy ykQAnRwtuar/hy0bfCjTFEc5hhm6ez05 =Ld0Y -----END PGP SIGNATURE----- --nextPart1783281.23akJLct6X--