All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Herrmann <andreas.herrmann3@amd.com>
To: Wang Lei <f3d27b@gmail.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	ACPI Devel Mailing List <linux-acpi@vger.kernel.org>
Subject: Re: [BUG] Fans keep running, first found since v2.6.38-rc7
Date: Fri, 11 Mar 2011 08:41:56 +0100	[thread overview]
Message-ID: <20110311074156.GD13156@alberich.amd.com> (raw)
In-Reply-To: <4d796b47.20f98e0a.2695.fffff615@mx.google.com>

Hi Lei,

can you please provide information, which system you are using.  dmesg
(please use apic=debug kernel parameter), output of lspci -nnxxxx (as
root),

This reminds me on some HP laptop issues, see
https://bugzilla.kernel.org/show_bug.cgi?id=11715
https://bugzilla.kernel.org/show_bug.cgi?id=11516
The BIOSes on HP laptops somehow checked IO-APIC configuration
and set trip_points differently (for unknown reason).

But I need above debug info to sort this out.


Thanks,

Andreas


On Thu, Mar 10, 2011 at 07:04:51PM -0500, Wang Lei wrote:
> "Rafael J. Wysocki" <rjw@sisk.pl> writes:
> 
> > On Thursday, March 10, 2011, Wang Lei wrote:
> >> "Rafael J. Wysocki" <rjw@sisk.pl> writes:
> >> 
> >> > On Wednesday, March 09, 2011, Wang Lei wrote:
> >> >> "Rafael J. Wysocki" <rjw@sisk.pl> writes:
> >> >> 
> >> >> >
> >> >> > There was only one commit in that area since 2.6.38-rc6, but it shouldn't
> >> >> > affect the functionality this way.
> >> >> >
> >> >> > Is yout thermal management controlled by ACPI?
> >> >> >
> >> >> > Rafael
> >> >> 
> >> >> Thanks for your reply!
> >> >> 
> >> >> How could I know that?
> >> >
> >> > What does "ls -l /sys/class/thermal/cooling_device0/device" say?
> >> >
> >> > Rafael
> >> 
> >> [~]$ ls -l /sys/class/thermal/cooling_device0/device
> >> lrwxrwxrwx 1 root root 0 Mar 10 07:13 /sys/class/thermal/cooling_device0/device -> ../../../LNXSYSTM:00/device:47/PNP0C0B:00
> >> [~]$
> >
> > That's ACPI.
> >
> > I don't know, however, which change might cause the problem to happen.
> >
> > Can you bisect the commits between 2.6.38-rc6 and -rc7 to find the one that
> > introduced the issue?
> >
> > Rafael
> 
> Thanks, Rafael.
> Bisect stopped at commit 7f74f8f28a2bd9db9404f7d364e2097a0c42cc12
> 
> --------------------
> [~/repository/kernel]$ git bisect good
> 7f74f8f28a2bd9db9404f7d364e2097a0c42cc12 is the first bad commit
> commit 7f74f8f28a2bd9db9404f7d364e2097a0c42cc12
> Author: Andreas Herrmann <andreas.herrmann3@amd.com>
> Date:   Thu Feb 24 15:53:46 2011 +0100
> 
>     x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systems
>     
>     On some SB800 systems polarity for IOAPIC pin2 is wrongly
>     specified as low active by BIOS. This caused system hangs after
>     resume from S3 when HPET was used in one-shot mode on such
>     systems because a timer interrupt was missed (HPET signal is
>     high active).
>     
>     For more details see:
>     
>       http://marc.info/?l=linux-kernel&m=129623757413868
>     
>     Tested-by: Manoj Iyer <manoj.iyer@canonical.com>
>     Tested-by: Andre Przywara <andre.przywara@amd.com>
>     Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
>     Cc: Borislav Petkov <borislav.petkov@amd.com>
>     Cc: stable@kernel.org # 37.x, 32.x
>     LKML-Reference: <20110224145346.GD3658@alberich.amd.com>
>     Signed-off-by: Ingo Molnar <mingo@elte.hu>
> 
> :040000 040000 918adb3e08ef8cd258016dc46afab842e1be65fc 77d76d6f2451b16f963ce1ffe183aacfed9d994d M	arch
> [~/repository/kernel]$ 
> --------------------
> 
> So, I Cc to Andreas Herrmann, hope you will notice and help fix this.
> 
> Thanks, all you hackers!
> 
> -- 
> Regards,
> Lei
> 

-- 
Operating | Advanced Micro Devices GmbH
  System  | Einsteinring 24, 85609 Dornach b. München, Germany
 Research | Geschäftsführer: Alberto Bozzo, Andrew Bowd
  Center  | Sitz: Dornach, Gemeinde Aschheim, Landkreis München
  (OSRC)  | Registergericht München, HRB Nr. 43632


--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Andreas Herrmann <andreas.herrmann3@amd.com>
To: Wang Lei <f3d27b@gmail.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	ACPI Devel Mailing List <linux-acpi@vger.kernel.org>
Subject: Re: [BUG] Fans keep running, first found since v2.6.38-rc7
Date: Fri, 11 Mar 2011 08:41:56 +0100	[thread overview]
Message-ID: <20110311074156.GD13156@alberich.amd.com> (raw)
In-Reply-To: <4d796b47.20f98e0a.2695.fffff615@mx.google.com>

Hi Lei,

can you please provide information, which system you are using.  dmesg
(please use apic=debug kernel parameter), output of lspci -nnxxxx (as
root),

This reminds me on some HP laptop issues, see
https://bugzilla.kernel.org/show_bug.cgi?id=11715
https://bugzilla.kernel.org/show_bug.cgi?id=11516
The BIOSes on HP laptops somehow checked IO-APIC configuration
and set trip_points differently (for unknown reason).

But I need above debug info to sort this out.


Thanks,

Andreas


On Thu, Mar 10, 2011 at 07:04:51PM -0500, Wang Lei wrote:
> "Rafael J. Wysocki" <rjw@sisk.pl> writes:
> 
> > On Thursday, March 10, 2011, Wang Lei wrote:
> >> "Rafael J. Wysocki" <rjw@sisk.pl> writes:
> >> 
> >> > On Wednesday, March 09, 2011, Wang Lei wrote:
> >> >> "Rafael J. Wysocki" <rjw@sisk.pl> writes:
> >> >> 
> >> >> >
> >> >> > There was only one commit in that area since 2.6.38-rc6, but it shouldn't
> >> >> > affect the functionality this way.
> >> >> >
> >> >> > Is yout thermal management controlled by ACPI?
> >> >> >
> >> >> > Rafael
> >> >> 
> >> >> Thanks for your reply!
> >> >> 
> >> >> How could I know that?
> >> >
> >> > What does "ls -l /sys/class/thermal/cooling_device0/device" say?
> >> >
> >> > Rafael
> >> 
> >> [~]$ ls -l /sys/class/thermal/cooling_device0/device
> >> lrwxrwxrwx 1 root root 0 Mar 10 07:13 /sys/class/thermal/cooling_device0/device -> ../../../LNXSYSTM:00/device:47/PNP0C0B:00
> >> [~]$
> >
> > That's ACPI.
> >
> > I don't know, however, which change might cause the problem to happen.
> >
> > Can you bisect the commits between 2.6.38-rc6 and -rc7 to find the one that
> > introduced the issue?
> >
> > Rafael
> 
> Thanks, Rafael.
> Bisect stopped at commit 7f74f8f28a2bd9db9404f7d364e2097a0c42cc12
> 
> --------------------
> [~/repository/kernel]$ git bisect good
> 7f74f8f28a2bd9db9404f7d364e2097a0c42cc12 is the first bad commit
> commit 7f74f8f28a2bd9db9404f7d364e2097a0c42cc12
> Author: Andreas Herrmann <andreas.herrmann3@amd.com>
> Date:   Thu Feb 24 15:53:46 2011 +0100
> 
>     x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systems
>     
>     On some SB800 systems polarity for IOAPIC pin2 is wrongly
>     specified as low active by BIOS. This caused system hangs after
>     resume from S3 when HPET was used in one-shot mode on such
>     systems because a timer interrupt was missed (HPET signal is
>     high active).
>     
>     For more details see:
>     
>       http://marc.info/?l=linux-kernel&m=129623757413868
>     
>     Tested-by: Manoj Iyer <manoj.iyer@canonical.com>
>     Tested-by: Andre Przywara <andre.przywara@amd.com>
>     Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
>     Cc: Borislav Petkov <borislav.petkov@amd.com>
>     Cc: stable@kernel.org # 37.x, 32.x
>     LKML-Reference: <20110224145346.GD3658@alberich.amd.com>
>     Signed-off-by: Ingo Molnar <mingo@elte.hu>
> 
> :040000 040000 918adb3e08ef8cd258016dc46afab842e1be65fc 77d76d6f2451b16f963ce1ffe183aacfed9d994d M	arch
> [~/repository/kernel]$ 
> --------------------
> 
> So, I Cc to Andreas Herrmann, hope you will notice and help fix this.
> 
> Thanks, all you hackers!
> 
> -- 
> Regards,
> Lei
> 

-- 
Operating | Advanced Micro Devices GmbH
  System  | Einsteinring 24, 85609 Dornach b. München, Germany
 Research | Geschäftsführer: Alberto Bozzo, Andrew Bowd
  Center  | Sitz: Dornach, Gemeinde Aschheim, Landkreis München
  (OSRC)  | Registergericht München, HRB Nr. 43632



  reply	other threads:[~2011-03-11  7:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-09  9:46 [BUG] Fans keep running, first found since v2.6.38-rc7 Wang Lei
2011-03-09 10:41 ` Rafael J. Wysocki
2011-03-09 13:28   ` Wang Lei
2011-03-09 20:25     ` Rafael J. Wysocki
2011-03-09 23:16       ` Wang Lei
2011-03-10  0:06         ` Rafael J. Wysocki
2011-03-10 11:59           ` Wang Lei
2011-03-11  0:04           ` Wang Lei
2011-03-11  7:41             ` Andreas Herrmann [this message]
2011-03-11  7:41               ` Andreas Herrmann
2011-03-11 10:47               ` Wang Lei
2011-03-11 10:47                 ` Wang Lei
2011-03-11 11:38                 ` Andreas Herrmann
2011-03-11 12:47                   ` Wang Lei
2011-03-11 12:47                     ` Wang Lei
2011-03-11 14:28                     ` Andreas Herrmann
2011-03-11 23:02                       ` Wang Lei
2011-03-11 23:02                         ` Wang Lei
2011-03-10 21:33 ` Henrik Rydberg
2011-03-11  0:39   ` Wang Lei
2011-03-11  8:02     ` Henrik Rydberg

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=20110311074156.GD13156@alberich.amd.com \
    --to=andreas.herrmann3@amd.com \
    --cc=f3d27b@gmail.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@sisk.pl \
    /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 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.