[patch 0/2] suspend/resume regression fixes
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Date: Sat, 22 Sep 2007 22:29:04 -0000
Sorry, it took me quite a while to realize the real root cause of the
VAIO - and probably many other machines - suspend/resume regressions,
which were unearthed by the dyntick / clockevents patches.
We disable a lot of ACPI/BIOS functionality during suspend, but we
keep the lower idle C-states functionality active across
suspend/resume. It seems that this causes trouble with certain BIOSes,
but I assume that the problem is more wide spread and just not
surfacing due to the various scenarios in which a machine goes into
suspend/resume. I spent some quality time to figure out a set of debug
mechanisms, which did not influence the problem. So it is quite likely
that a lot of machines might be affected by this, but due to the
configuration, interrupt scenarios, .... the problem just does
not show up.
My final enlightment was, when I removed the ACPI processor module,
which controls the lower idle C-states, right before resume; this
worked fine all the time even without all the workaround hacks.
I really hope that this two patches finally set an end to the "jinxed
VAIO heisenbug series", which started when we removed the periodic
tick with the clockevents/dyntick patches.
Venki, can you please add the analogous fix to the cpuidle patch set ?
Thanks,
tglx
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [patch 0/2] suspend/resume regression fixes
- From: Linus Torvalds
- [patch 2/2] clockevents: remove the suspend/resume workaround^Wthinko
- From: Thomas Gleixner
- [patch 1/2] ACPI: disable lower idle C-states across suspend/resume
- From: Thomas Gleixner
- Re: [patch 0/2] suspend/resume regression fixes
- Prev by Date: [PATCH 4/4] Intel FB: more interlaced mode support
- Next by Date: [patch 1/2] ACPI: disable lower idle C-states across suspend/resume
- Previous by thread: [PATCH 0/4] Intel FB: cleanup and misc interlaced mode support
- Next by thread: [patch 1/2] ACPI: disable lower idle C-states across suspend/resume
- Index(es):