From: john stultz <johnstul@us.ibm.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Benoit Boissinot <benoit.boissinot@ens-lyon.org>,
Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org
Subject: Re: 2.6.17-rc3-mm1
Date: Mon, 08 May 2006 10:48:39 -0700 [thread overview]
Message-ID: <1147110520.13441.4.camel@localhost.localdomain> (raw)
In-Reply-To: <1146911438.7467.13.camel@localhost.localdomain>
On Sat, 2006-05-06 at 10:30 +0000, Thomas Gleixner wrote:
> Benoit,
>
> On Fri, 2006-05-05 at 17:05 +0200, Benoit Boissinot wrote:
> > @@ -437,6 +438,12 @@ hrtimer_start(struct hrtimer *timer, kti
> >
> > if (mode == HRTIMER_REL) {
> - tim = ktime_add(tim, new_base->get_time());
> + ktime_t curr = new_base->get_time();
> +
> + tim = ktime_add(tim, curr);
> +
>
> Can you change the debug that way? So we have the values which are
> added. Please print out new_base->id too.
>
> > and when urxvtd hanged I had the following in dmesg:
> > [ 356.696000] urxvtd: empty nanosleep 356726124322 17948911854451
> >
> > So I suppose something is wrong in ktime_add()
>
> Well, ktime_add is adding two 64 bit values.
>
> The delta between the two values is 0xFFFFFFB3451. That looks like the
> timekeeping on your box is screwed by 0x100000000000.
>
> John, any idea ?
I suspect the system is falling back to the PIT instead of the ACPI PM
due to mis-merged patch in 2.6.17-rc3-mm1. The PIT has had a few reports
of problems, and I've got a test patch which I'm waiting for some
results on from a tester before sending (I can't reproduce the issue
locally).
Applying the patch here should get the ACPI PM working again.
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f0ec5e39765cd254d436a6d86e211d81795952a4;hp=30d55280b867aa0cae99f836ad0181bb0bf8f9cb
thanks
-john
next prev parent reply other threads:[~2006-05-08 17:48 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-01 8:47 2.6.17-rc3-mm1 Andrew Morton
2006-05-01 12:54 ` 2.6.17-rc3-mm1 Josh Boyer
2006-05-01 16:59 ` 2.6.17-rc3-mm1 Andrew Morton
2006-05-01 17:33 ` 2.6.17-rc3-mm1 Josh Boyer
2006-05-01 18:57 ` 2.6.17-rc3-mm1 H. Peter Anvin
2006-05-01 21:29 ` 2.6.17-rc3-mm1 Sam Ravnborg
2006-05-01 21:35 ` 2.6.17-rc3-mm1 H. Peter Anvin
2006-05-01 17:10 ` pi-futex-patchset-v4.patch (was 2.6.17-rc3-mm1 Valdis.Kletnieks
2006-05-03 9:11 ` 2.6.17-rc3-mm1 Benoit Boissinot
2006-05-03 13:48 ` 2.6.17-rc3-mm1 Andrew Morton
2006-05-03 14:15 ` 2.6.17-rc3-mm1 Thomas Gleixner
[not found] ` <20060503144318.GA5505@ens-lyon.fr>
2006-05-05 15:05 ` 2.6.17-rc3-mm1 Benoit Boissinot
2006-05-06 10:30 ` 2.6.17-rc3-mm1 Thomas Gleixner
2006-05-08 17:48 ` john stultz [this message]
2006-05-12 11:41 ` 2.6.17-rc3-mm1 Benoit Boissinot
2006-05-12 17:22 ` 2.6.17-rc3-mm1 john stultz
2006-05-09 12:40 ` 2.6.17-rc3-mm1 Benoit Boissinot
2006-05-12 7:25 ` 2.6.17-rc3-mm1 J.A. Magallón
2006-05-12 7:40 ` 2.6.17-rc3-mm1 Andrew Morton
2006-05-12 7:47 ` 2.6.17-rc3-mm1 J.A. Magallón
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=1147110520.13441.4.camel@localhost.localdomain \
--to=johnstul@us.ibm.com \
--cc=akpm@osdl.org \
--cc=benoit.boissinot@ens-lyon.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/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.