login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
28
Re: [Regression] 2.6.24-git3: Major annoyance during suspend/hibernation on x86-64 (bisected)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rafael J. Wysocki
Subject:
Re: [Regression] 2.6.24-git3: Major annoyance during suspend/hibernation on x86-64 (bisected)
Date: Monday, January 28, 2008 - 9:08 am
On Monday, 28 of January 2008, Dmitry Adamushko wrote:
quoted text
> On 28/01/2008, Rafael J. Wysocki <rjw@sisk.pl> wrote: > > On Sunday, 27 of January 2008, Ingo Molnar wrote: > > > > > > * Rafael J. Wysocki <rjw@sisk.pl> wrote: > > > > > > > Hi, > > > > > > > > 2.6.24-git3 adds a 5 - 10 sec delay to the suspend and hibernation > > > > code paths (probably related to the disabling of nonboot CPUs), which > > > > is !@#$%^&*() annoying. > > > > > > > > It's 100% reproducible on my HP nx6325 and bisection idendified the > > > > following commit as the first bad one: > > > > > > > > commit 764a9d6fe4b52995c8aba277e3634385699354f4 > > > > Author: Steven Rostedt <srostedt@redhat.com> > > > > Date: Fri Jan 25 21:08:04 2008 +0100 > > > > > > > > sched: track highest prio task queued > > > > > > hm, this patch is a NOP, so it's weird that it has an effect. > > > > > > Do you have serial logging enabled perhaps? If the following WARN_ON() > > > triggers: > > > > > > + WARN_ON(p->prio < rq->rt.highest_prio); > > > > > > then perhaps that can cause a 5-10 seconds delay. (that's how much time > > > it takes to printk a warning on the slowest serial settings) > > > > > > but if you use suspend, then any such printks would be preserved in the > > > dmesg, right? If the WARN_ON() triggers, and if you remove it, do things > > > get faster? > > > > No, this isn't the WARN_ON(). > > > > > this does have the feel of being scheduling related, but are you > > > absolutely sure about the precise identity of the patch? > > > > Actually, not quite. That's why I have verified it and found that another > > patch is really responsible for the issue, namely: > > > > commit 82a1fcb90287052aabfa235e7ffc693ea003fe69 > > Author: Ingo Molnar <mingo@elte.hu> > > Date: Fri Jan 25 21:08:02 2008 +0100 > > > > softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks > > > > Reverting this commit (it reverts with some minor modifications) fixes the > > problem for me. > > What if you use the same kernel that triggers a problem and just disable > this new 'softlockup' functionality: > > echo 0 > /proc/sys/kernel/hung_task_timeout_secs > > does the problem disapear?
No, it doesn't. The setting doesn't seem to have any effect on it. Thanks, Rafael --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[Regression] 2.6.24-git3: Major annoyance during suspend/h ...
, Rafael J. Wysocki
, (Sun Jan 27, 2:29 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Ingo Molnar
, (Sun Jan 27, 2:59 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Sun Jan 27, 6:26 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Steven Rostedt
, (Sun Jan 27, 6:40 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Dmitry Adamushko
, (Mon Jan 28, 1:56 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Mon Jan 28, 4:31 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Mon Jan 28, 4:32 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Mon Jan 28, 9:08 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Mon Jan 28, 9:31 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Steven Rostedt
, (Mon Jan 28, 9:46 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Mon Jan 28, 5:08 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Peter Zijlstra
, (Thu Jan 31, 8:58 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Thu Jan 31, 1:54 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Peter Zijlstra
, (Fri Feb 1, 5:04 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Ingo Molnar
, (Fri Feb 1, 5:47 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Fri Feb 1, 7:42 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Dmitry Adamushko
, (Fri Feb 1, 8:11 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Ingo Molnar
, (Fri Feb 1, 10:10 am)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Dmitry Adamushko
, (Fri Feb 1, 2:54 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Dmitry Adamushko
, (Fri Feb 1, 3:44 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Ingo Molnar
, (Fri Feb 1, 3:48 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Fri Feb 1, 4:19 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Dmitry Adamushko
, (Fri Feb 1, 4:22 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Ingo Molnar
, (Fri Feb 1, 4:24 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Ingo Molnar
, (Fri Feb 1, 4:25 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Rafael J. Wysocki
, (Fri Feb 1, 4:26 pm)
Re: [Regression] 2.6.24-git3: Major annoyance during suspe ...
, Dmitry Adamushko
, (Fri Feb 1, 5:03 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jakub Narebski
Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.
Rafael J. Wysocki
[Bug #16136] Linux 2.6.34 causes system lockup on Compaq Presario 2200 Laptop
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Paul E. McKenney
Re: [PATCH, RFC] v4 scalable classic RCU implementation
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
git
:
Christian Stimming
git-gui: Fix broken revert confirmation.
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
V4L/DVB (9041): Add support YUAN High-Tech STK7700D (1164:1f08)
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Amit Kumar Salecha
[PATCH NEXT 10/10] qlcnic: add cksum flag
Julius Volz
[PATCH] IRDA: Fix genlmsg_put() return value check.
openbsd-misc
:
James Hozier
Re: DVD burn error: No space left on device
Ryan McBride
Re: Packets Per Second Limit?
Christophe Rioux
Implementation example of snmp
Very Fashion.com
Very-fashion.com -Novo! Brendirana garderoba po najpovoljnijim cenama.Bisou Bisou ...
Nick Holland
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate