From: Eric Sesterhenn / Snakebyte <snakebyte@gmx.de>
To: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: Eric Sesterhenn / Snakebyte <snakebyte@gmx.de>,
Len Brown <lenb@kernel.org>,
linux-kernel@vger.kernel.org,
IDE/ATA development list <linux-ide@vger.kernel.org>,
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
linux-acpi@vger.kernel.org, Ingo Molnar <mingo@elte.hu>,
Thomas Gleixner <tglx@linutronix.de>,
venkatesh.pallipadi@intel.com
Subject: Re: Time Problems with 2.6.23-rc1-gf695baf2
Date: Tue, 31 Jul 2007 16:54:57 +0200 [thread overview]
Message-ID: <20070731145456.GB25175@alice> (raw)
In-Reply-To: <6bffcb0e0707300732s6a63e63g4622ebfbbe26e479@mail.gmail.com>
* Michal Piotrowski (michal.k.k.piotrowski@gmail.com) wrote:
> Hi Eric,
>
> On 26/07/07, Eric Sesterhenn / Snakebyte <snakebyte@gmx.de> wrote:
> > * Len Brown (lenb@kernel.org) wrote:
> > > > > > > [ 13.506890] ACPI Exception (processor_throttling-0084): AE_NOT_FOUND, Evaluating _PTC [20070126]
> > > > > > > [ 13.507101] ACPI Exception (processor_throttling-0147): AE_NOT_FOUND, Evaluating _TSS [20070126]
> > >
> > > Note that these are just noise -- new code being verbose when looking for an optional feature.
> > >
> > > The fact that hitting the power button a bunch of times
> > > to make the system move along suggests some sort of missing interrupt problem --
> > > most likely the timer itself.
> > >
> > > [ 13.868574] Probing IDE interface ide0...
> > > [ 387.279576] Clocksource tsc unstable (delta = 370195339890 ns)
> > >
> > > 5-minutes -- a long probe:-)
> > >
> > > > CONFIG_NO_HZ=y
> > >
> > > does CONFIG_NO_HZ=n make a difference?
> >
> > [ 41.007654] EXT3 FS on hda1, internal journal
> > [ 322.133656] Clocksource tsc unstable (delta = 276476174785 ns)
> > Boot went fine but the system got pretty unresponsive later, 2-3 seconds
> > delay after keypresses on an idle system and a hang during shutdown which i had to resolve by
> > pressing the power button (not to switch it of the hard way, but to keep it rebooting)
> >
> > > > CONFIG_HIGH_RES_TIMERS=y
> > >
> > > does CONFIG_HIGH_RES_TIMERS=n make a difference?
> >
> > doesnt change anything
> >
> > > does "irqpoll" make any difference?
> > > does "notsc" make any difference?
> > > does "idle=poll" make any difference?
> >
> > I tried these with the HIGH_RES_TIMERS=n, irqpoll and notsc dont change
> > a thing, idle=poll makes it boot normally
>
> Please use git-bisect
>
> git-bisect start
> git-bisect bad
> git-bisect good 7dcca30a32aadb0520417521b0c44f42d09fe05c
took some time, but i got a scape goat, added venkatesh to the CC list,
greetings, Eric
b8550397f1f3d4b8b2c5257c88dae25d58ed is first bad commit
commit 18eab8550397f1f3d4b8b2c5257c88dae25d58ed
Author: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Date: Fri Jun 15 19:37:00 2007 -0400
ACPI: Enable C3 even when PM2_control is zero
On systems that do not have pm2_control_block, we cannot really use
ARB_DISABLE before C3. We used to disable C3 totally on such systems.
To be compatible with Windows, we need to enable C3 on such systems now.
We just skip ARB_DISABLE step before entering the C3-state and assume
hardware is handling things correctly. Also, ACPI spec is not clear
about pm2_control is _needed_ for C3 or not.
We have atleast one system that need this to enable C3.
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
next prev parent reply other threads:[~2007-07-31 14:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070723221630.GA28951@alice>
2007-07-24 23:14 ` Time Problems with 2.6.23-rc1-gf695baf2 Michal Piotrowski
2007-07-25 0:40 ` Bartlomiej Zolnierkiewicz
2007-07-25 1:14 ` Bartlomiej Zolnierkiewicz
2007-07-25 11:33 ` Eric Sesterhenn / Snakebyte
2007-07-25 16:50 ` Len Brown
2007-07-25 23:17 ` Eric Sesterhenn / Snakebyte
2007-07-30 14:32 ` Michal Piotrowski
2007-07-31 14:54 ` Eric Sesterhenn / Snakebyte [this message]
2007-07-31 15:15 ` Pallipadi, Venkatesh
2007-07-31 15:38 ` Eric Sesterhenn / Snakebyte
2007-07-31 19:04 ` Venki Pallipadi
2007-07-31 20:08 ` Eric Sesterhenn / Snakebyte
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=20070731145456.GB25175@alice \
--to=snakebyte@gmx.de \
--cc=bzolnier@gmail.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
--cc=venkatesh.pallipadi@intel.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;
as well as URLs for NNTP newsgroup(s).