LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Mattia Dongili <malattia@linux.it>
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, mingo@redhat.com
Subject: Re: 2.6.20-rc6-mm3
Date: Thu, 01 Feb 2007 23:33:22 +0100 [thread overview]
Message-ID: <1170369202.29240.339.camel@localhost.localdomain> (raw)
In-Reply-To: <20070201211137.GA2830@inferi.kami.home>
Mattia,
On Thu, 2007-02-01 at 22:11 +0100, Mattia Dongili wrote:
> > It might be helpful if you could try with your original config again.
> > Please enable printk timestamps and SysRq. Once the slowness kicks in
> > please issue a SysRq-Q, so we can look at the internal state of the tick
> > code.
>
> dmesg is below. I need to say that the printk times are bogus wrt the
> actual time passing and at one point I was sick waiting and killed all
> tasks. Ah, I have Ingo's resume-fix patch applied here.
Ok, does not affect your problem.
Thanks for testing.
> [ 13.117670] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
> [ 13.391218] APIC calibration not consistent with PM Timer: 228ms instead of 100ms
> [ 13.391315] APIC delta adjusted to PM-Timer: 1041737 (2375299)
Sigh. This APIC calibration madness seems to be spreading (especially on
Sony laptops). But this is not the cause of the problem.
> [ 14.448611] ACPI: (supports S0 S3 S4 S5)
> [ 14.449145] Time: acpi_pm clocksource has been installed.
> [ 14.449254] Switched to NOHz mode on CPU #1
> [ 14.449258] Switched to NOHz mode on CPU #0
> [ 20.937884] usb-storage: device scan complete
> [ 22.644599] SysRq : Show Pending Timers
> [ 22.644753] Timer List Version: v0.3
> [ 22.644833] HRTIMER_MAX_CLOCK_BASES: 2
> [ 22.644913] now at 21927904003 nsecs
> [ 22.646105] active timers:
> [ 22.646183] .nohz_mode : 1
> [ 22.646343] .tick_stopped : 1
> [ 22.646823] .last_jiffies : 4294897777
> [ 22.646903] .next_jiffies : 4294897996
> [ 22.646984] .idle_expires : 22800000000 nsecs
> [ 22.647065] jiffies: 4294897777
Looks consistent.
> [ 22.647144] cpu: 1
> [ 22.648252] active timers:
> [ 22.648330] #0: <c037fd9c>, hrtimer_wakeup, S:01
> [ 22.648738] # expires at 16066999784 nsecs [in -5860904219 nsecs]
> [ 22.648821] #1: <c037fd9c>, hrtimer_wakeup, S:01
> [ 22.649218] # expires at 16325154918 nsecs [in -5602749085 nsecs]
ouch. that's 5 seconds over time
> [ 22.649301] .nohz_mode : 1
> [ 22.649380] .idle_tick : 15324783000 nsecs
> [ 22.649461] .tick_stopped : 1
> [ 22.649540] .idle_jiffies : 4294896127
> [ 22.649619] .idle_calls : 2080
> [ 22.649698] .idle_sleeps : 363
> [ 22.649778] .idle_entrytime : 15325159667 nsecs
> [ 22.649858] .idle_sleeptime : 10015150422 nsecs
> [ 22.649940] .last_jiffies : 4294896127
> [ 22.650020] .next_jiffies : 4294896189
delta is 62 jiffies = 62 * 4ms which is consistent with the idle_expires
time below:
> [ 22.650100] .idle_expires : 15572000000 nsecs
> [ 22.650181] jiffies: 4294897777
CPU 1 got no updates since it went idle.
> [ 22.650336] Tick Device: mode: 1
> [ 22.650488] Clock Event Device: pit
> [ 22.655191] next_event: 21940398000 nsecs
> [ 22.655894] tick_broadcast_mask: 00000003
> [ 22.655974] tick_broadcast_oneshot_mask: 00000003
Though the broadcast mode is active for both cpus
> [ 22.656131] Tick Device: mode: 1
> [ 22.656284] Clock Event Device: lapic
> [ 22.656821] next_event: 22800000000 nsecs
> [ 22.657521] Tick Device: mode: 1
> [ 22.657675] Clock Event Device: lapic
> [ 22.658211] next_event: 21940398000 nsecs
And the broadcast event is set for the next CPU#1 event, but the expiry
time is far away from the idle_expires time above.
I'm a bit puzzled and too tired to spot the bug right now.
May I ask you for another test ? Please turn on high resolution timers
and check, if the same strange behaviour is happening.
Thanks.
tglx
next prev parent reply other threads:[~2007-02-01 22:32 UTC|newest]
Thread overview: 124+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-30 4:45 2.6.20-rc6-mm3 Andrew Morton
2007-01-30 4:50 ` 2.6.20-rc6-mm3 Jeff Garzik
2007-01-30 5:11 ` 2.6.20-rc6-mm3 Andrew Morton
2007-01-30 9:56 ` 2.6.20-rc6-mm3 Evgeniy Polyakov
2007-01-30 8:16 ` 2.6.20-rc6-mm3 Sunil Naidu
2007-01-30 8:32 ` 2.6.20-rc6-mm3 Andrew Morton
2007-01-30 9:06 ` 2.6.20-rc6-mm3 Olivier Galibert
2007-01-30 9:26 ` 2.6.20-rc6-mm3 Andrew Morton
2007-01-30 18:47 ` 2.6.20-rc6-mm3 Olivier Galibert
2007-01-31 7:57 ` 2.6.20-rc6-mm3 Len Brown
2007-02-01 4:25 ` 2.6.20-rc6-mm3 Len Brown
2007-01-30 22:18 ` 2.6.20-rc6-mm3 Maciej Rutecki
2007-01-30 22:27 ` 2.6.20-rc6-mm3 Andrew Morton
2007-01-31 0:55 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-01-31 13:22 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-01-31 14:25 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-02-01 8:01 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-01 10:44 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-03-01 11:11 ` 2.6.20-rc6-mm3 Karsten Wiese
2007-02-03 0:37 ` 2.6.20-rc6-mm3 Pavel Machek
2007-02-01 13:03 ` [PATCH -mm] gtod persistent clock resume fix Thomas Gleixner
2007-01-31 11:54 ` 2.6.20-rc6-mm3 Maciej Rutecki
2007-02-01 4:10 ` 2.6.20-rc6-mm3 Len Brown
2007-02-01 4:17 ` 2.6.20-rc6-mm3 Andrew Morton
2007-01-31 1:16 ` 2.6.20-rc6-mm3 Tilman Schmidt
2007-01-31 1:25 ` 2.6.20-rc6-mm3 Andrew Morton
2007-01-31 11:38 ` 2.6.20-rc6-mm3 Tilman Schmidt
2007-01-31 12:29 ` 2.6.20-rc6-mm3 Alexey Starikovskiy
2007-01-31 16:02 ` 2.6.20-rc6-mm3 Maciej Rutecki
2007-01-31 18:28 ` 2.6.20-rc6-mm3 Tilman Schmidt
2007-01-31 21:52 ` 2.6.20-rc6-mm3 Mattia Dongili
2007-01-31 23:21 ` 2.6.20-rc6-mm3 Mattia Dongili
2007-02-01 19:04 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-01 19:36 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-01 20:01 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-01 21:11 ` 2.6.20-rc6-mm3 Mattia Dongili
2007-02-01 22:33 ` Thomas Gleixner [this message]
2007-02-02 19:18 ` dynticks + iptables almost stops the boot process [was: Re: 2.6.20-rc6-mm3] Mattia Dongili
2007-02-02 20:27 ` Thomas Gleixner
2007-02-02 20:43 ` Mattia Dongili
2007-02-06 16:48 ` Ingo Molnar
2007-02-06 19:28 ` Mattia Dongili
2007-02-06 23:12 ` Tilman Schmidt
2007-02-06 23:17 ` Thomas Gleixner
2007-02-07 1:01 ` Andrew Morton
2007-02-07 19:33 ` Ingo Molnar
2007-02-01 21:37 ` 2.6.20-rc6-mm3 Mattia Dongili
2007-02-01 20:24 ` 2.6.20-rc6-mm3 Mattia Dongili
2007-02-01 0:14 ` 2.6.20-rc6-mm3 Christoph Lameter
2007-02-01 0:24 ` 2.6.20-rc6-mm3 Andrew Morton
2007-02-01 0:27 ` 2.6.20-rc6-mm3 Christoph Lameter
2007-02-01 0:36 ` 2.6.20-rc6-mm3 Andrew Morton
2007-02-01 0:38 ` 2.6.20-rc6-mm3 Christoph Lameter
2007-02-01 6:20 ` 2.6.20-rc6-mm3 David Chinner
2007-02-01 7:12 ` 2.6.20-rc6-mm3 Andrew Morton
2007-02-01 19:01 ` 2.6.20-rc6-mm3 Christoph Lameter
2007-02-01 19:18 ` 2.6.20-rc6-mm3 Jens Axboe
2007-02-01 20:18 ` 2.6.20-rc6-mm3 Christoph Lameter
2007-02-01 20:26 ` 2.6.20-rc6-mm3 Jens Axboe
2007-02-01 23:02 ` 2.6.20-rc6-mm3 Christoph Lameter
2007-02-05 12:02 ` 2.6.20-rc6-mm3 Jens Axboe
2007-02-05 12:17 ` 2.6.20-rc6-mm3 Jens Axboe
2007-02-05 12:56 ` 2.6.20-rc6-mm3 Jens Axboe
2007-02-05 18:20 ` 2.6.20-rc6-mm3 Christoph Lameter
2007-02-05 18:34 ` 2.6.20-rc6-mm3 Jens Axboe
2007-02-02 4:08 ` 2.6.20-rc6-mm3 David Chinner
2007-02-02 7:31 ` 2.6.20-rc6-mm3 Jens Axboe
2007-02-01 18:24 ` 2.6.20-rc6-mm3 Cedric Le Goater
2007-02-01 19:37 ` 2.6.20-rc6-mm3 Starikovskiy, Alexey Y
2007-02-01 20:29 ` 2.6.20-rc6-mm3 Cedric Le Goater
2007-02-01 20:38 ` 2.6.20-rc6-mm3 Cedric Le Goater
2007-02-02 14:22 ` 2.6.20-rc6-mm3 Starikovskiy, Alexey Y
2007-02-02 14:47 ` 2.6.20-rc6-mm3 Cedric Le Goater
2007-02-02 14:50 ` 2.6.20-rc6-mm3 Starikovskiy, Alexey Y
2007-02-02 16:04 ` 2.6.20-rc6-mm3 Cedric Le Goater
2007-02-03 7:30 ` 2.6.20-rc6-mm3 Cedric Le Goater
2007-02-03 7:57 ` 2.6.20-rc6-mm3 Starikovskiy, Alexey Y
2007-02-02 17:39 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 16:03 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 18:36 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-06 18:45 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 19:07 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-06 19:55 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 20:20 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-06 20:40 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 20:52 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 20:56 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 21:09 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 21:20 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 21:23 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 21:41 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 21:54 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 22:08 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 22:42 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 22:56 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 23:04 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 23:14 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 23:22 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 23:28 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 23:35 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 23:44 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-06 23:51 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-07 2:46 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 23:36 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-07 1:12 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-07 14:53 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-06 23:37 ` 2.6.20-rc6-mm3 Ingo Molnar
2007-02-06 22:13 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-06 21:43 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-06 21:59 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 21:17 ` 2.6.20-rc6-mm3 Thomas Gleixner
2007-02-06 21:25 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 23:15 ` 2.6.20-rc6-mm3 Rob Landley
2007-02-06 23:28 ` 2.6.20-rc6-mm3 Daniel Walker
2007-02-06 23:55 ` 2.6.20-rc6-mm3 Rob Landley
2007-02-06 22:11 ` [-mm patch] #ifdef ACPI_FUTURE_USAGE acpi_os_readable() Adrian Bunk
2007-02-06 22:12 ` [RFC: -mm patch] drivers/net/atl1/: possible cleanups Adrian Bunk
2007-02-07 0:19 ` Jay Cliburn
2007-02-07 0:22 ` Jeff Garzik
2007-02-07 0:24 ` J. K. Cliburn
2007-02-07 0:24 ` Adrian Bunk
2007-02-06 22:12 ` [-mm patch] drivers/scsi/aacraid/: cleanups Adrian Bunk
2007-02-06 22:12 ` [-mm patch] make gfs2_writepages() static Adrian Bunk
2007-02-07 10:50 ` Steven Whitehouse
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=1170369202.29240.339.camel@localhost.localdomain \
--to=tglx@linutronix.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=malattia@linux.it \
--cc=mingo@redhat.com \
--subject='Re: 2.6.20-rc6-mm3' \
/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
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).