public inbox for linux-hwmon@vger.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali.rohar@gmail.com>
To: Guenter Roeck <linux@roeck-us.net>
Cc: "Jean Delvare" <jdelvare@suse.com>,
	"Jan C Peters" <jcpeters89@gmail.com>,
	"Thorsten Leemhuis" <fedora@leemhuis.info>,
	"David Santamaría Rogado" <howl.nsp@gmail.com>,
	"Peter Saunderson" <peteasa@gmail.com>,
	"Tolga Cakir" <cevelnet@gmail.com>,
	"Austin S. Hemmelgarn" <ahferroin7@gmail.com>,
	Mario_Limonciello@dell.com,
	"Gabriele Mazzotta" <gabriele.mzt@gmail.com>,
	"Michał Kępień" <kernel@kempniu.pl>,
	"Dakota Whipple" <dakotajaywhipple@gmail.com>,
	"Leon Yu" <leon@leonyu.net>,
	linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6] dell-smm-hwmon fixes
Date: Thu, 23 Jun 2016 14:16:37 +0200	[thread overview]
Message-ID: <20160623121637.GT29844@pali> (raw)
In-Reply-To: <5767EEA9.1070104@roeck-us.net>

On Monday 20 June 2016 06:24:57 Guenter Roeck wrote:
> On 06/20/2016 02:12 AM, Pali Rohár wrote:
> >On Sunday 19 June 2016 00:39:47 Pali Rohár wrote:
> >>On Saturday 18 June 2016 18:54:58 Guenter Roeck wrote:
> >>>On 06/18/2016 08:26 AM, Pali Rohár wrote:
> >>>>On Saturday 18 June 2016 17:13:59 Guenter Roeck wrote:
> >>>>>On 06/17/2016 03:54 PM, Pali Rohár wrote:
> >>>>>>I'm sending all my dell-smm-hwmon patches in one series, because
> >>>>>>due to changes in code other patches depends on previous.
> >>>>>>
> >>>>>>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'.
> >>>>>>
> >>>>>>Third and fourth patches try to fix problem on machines with
> >>>>>>broken SMM/BIOS when calling function fan_type().
> >>>>>>
> >>>>>>Fifth is new feature and last sixth useful for debugging.
> >>>>>>
> >>>>>>Pali Rohár (6):
> >>>>>>     hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios
> >>>>>>     version is
> >>>>>>
> >>>>>>       not a number
> >>>>>>
> >>>>>>     hwmon: (dell-smm) Restrict fan control and serial number to
> >>>>>>
> >>>>>>       CAP_SYS_ADMIN by default
> >>>>>>
> >>>>>>     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=2
> >>>>>>     hwmon: (dell-smm) In debug mode log duration of SMM calls
> >>>>>>
> >>>>>>    drivers/hwmon/dell-smm-hwmon.c |  122
> >>>>>>    ++++++++++++++++++++++++++++++++-------- 1 file changed, 99
> >>>>>>    insertions(+), 23 deletions(-)
> >>>>>
> >>>>>Pali,
> >>>>>
> >>>>>You asked for additional testing, so I am not sure what you expect
> >>>>>me to do.
> >>>>>
> >>>>>Which of the patches can/should I apply now ?
> >>>>>
> >>>>>Guenter
> >>>>
> >>>>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...
> >>>>
> >>>>But because those two patches depends on previous, it is needed to
> >>>>test whole series...
> >>>
> >>>This doesn't tell me which patches to apply now. The first two ?
> >>
> >>Yes, 1/6 and 2/6 are OK.
> >>
> >
> >Guenter, now you can apply whole series + add all tested-by lines from
> >email threads. Looks like it is OK now.
> >
> First three patches applied and sent to Linus last night.
> 
> Remaining three patches applied to -next.

Ok, are you going to send at least patch 4/6 to Linus too as it fixes
next bug which should go to -stable too?

-- 
Pali Rohár
pali.rohar@gmail.com

  reply	other threads:[~2016-06-23 12:16 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 22:54 [PATCH 0/6] dell-smm-hwmon fixes Pali Rohár
2016-06-17 22:54 ` [PATCH 1/6] hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios version is not a number Pali Rohár
2016-06-18 20:00   ` Guenter Roeck
2016-06-17 22:54 ` [PATCH 2/6] hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by default Pali Rohár
2016-06-18 20:00   ` Guenter Roeck
2016-06-17 22:54 ` [PATCH 3/6] hwmon: (dell-smm) Disallow fan_type() calls on broken machines Pali Rohár
2016-06-18 20:08   ` Guenter Roeck
2016-06-18 22:46     ` Pali Rohár
2016-06-17 22:54 ` [PATCH 4/6] hwmon: (dell-smm) Cache fan_type() calls and change fan detection Pali Rohár
2016-06-19  0:01   ` Tolga Cakir
2016-06-17 22:54 ` [PATCH 5/6] hwmon: (dell-smm) Detect fan with index=2 Pali Rohár
2016-06-19  0:02   ` Tolga Cakir
2016-06-17 22:54 ` [PATCH 6/6] hwmon: (dell-smm) In debug mode log duration of SMM calls Pali Rohár
2016-06-18 12:21 ` [PATCH 0/6] dell-smm-hwmon fixes Pali Rohár
2016-06-18 15:13 ` Guenter Roeck
2016-06-18 15:26   ` Pali Rohár
2016-06-18 16:54     ` Guenter Roeck
2016-06-18 22:39       ` Pali Rohár
2016-06-20  9:12         ` Pali Rohár
2016-06-20 13:24           ` Guenter Roeck
2016-06-23 12:16             ` Pali Rohár [this message]
2016-06-23 13:51               ` Guenter Roeck
     [not found]       ` <CA+vQ2zCoGhLT2PUUhcuggJ3oE9Z6vfUW=Z1wgm8Ozz3XdnQoxA@mail.gmail.com>
2016-06-18 22:44         ` Pali Rohár
2016-06-22  8:02 ` Michał Kępień

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160623121637.GT29844@pali \
    --to=pali.rohar@gmail.com \
    --cc=Mario_Limonciello@dell.com \
    --cc=ahferroin7@gmail.com \
    --cc=cevelnet@gmail.com \
    --cc=dakotajaywhipple@gmail.com \
    --cc=fedora@leemhuis.info \
    --cc=gabriele.mzt@gmail.com \
    --cc=howl.nsp@gmail.com \
    --cc=jcpeters89@gmail.com \
    --cc=jdelvare@suse.com \
    --cc=kernel@kempniu.pl \
    --cc=leon@leonyu.net \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=peteasa@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox