From: Alan Jenkins <aj504@student.cs.york.ac.uk>
To: Zhao Yakui <yakui.zhao@intel.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
linux-kernel@vger.kernel.org, Zhang Rui <rui.zhang@intel.com>,
Len Brown <lenb@kernel.org>,
linux-acpi <linux-acpi@vger.kernel.org>,
"Li, Shaohua" <shaohua.li@intel.com>,
mingo@elte.hu
Subject: Re: Suspend/resume regression between 2.6.26 and 2.6.27-rc1
Date: Thu, 16 Oct 2008 10:39:47 +0100 [thread overview]
Message-ID: <48F70BE3.1050009@tuffmail.co.uk> (raw)
In-Reply-To: <1224143818.3944.68.camel@yakui_zhao.sh.intel.com>
Zhao Yakui wrote:
> On Fri, 2008-10-10 at 14:41 +0200, Rafael J. Wysocki wrote:
>> On Friday, 10 of October 2008, Zhang Rui wrote:
>>> Hi, len,
>>>
>>> this is the ACPI regression test result based on the latest ACPI test branch.
>>>
>>> 1. on Acer:(AMD CPU, VIA chipset. 64 bit kernel)
>>> When doing S3 test, after pressing the power button, the system
>>> reboots instead of resuming. But if S3 is done after S4, the system can
>>> resume very well after pressing power button or using the RTC
>>> alarm.
>>> Note that this is an upstream regression as it can be reproduced on
>>> linus' tree.
>>> Yakui is investigating this issue.
>> We had some reports of the second suspend (S3) failure too, where the second
>> attempt to suspend to RAM (or to resume from it) failed after a successful
>> one. I wonder if that's related.
> Some suspend/resume tests are done on one Acer laptop(AMD CPU, VIA
> chipset, 64-bit kernel).
> The system will be rebooted when pressing power button after the box
> enters S3 state. But if S3 is done after doing S4, the system can be
> resumed very well after pressing power button.This issue can be
> reproduced on the upstream kernel.
>
> After the further test we can confirm that this is a regression. The
> 2.6.26 kernel can work well on this box. But the 2.6.27-rc1 will fail.
>
> After using the git-bisect it is confirmed that the commit
> 736f12bff9d9e7b4e895c64f73b190c8383fc2a1 is good.
> >commit 736f12bff9d9e7b4e895c64f73b190c8383fc2a1
> >Author: Glauber Costa <gcosta@redhat.com>
> > Date: Tue May 27 20:14:51 2008 -0700
> >x86: don't use gdt_page openly.
>
> And the commit
> 55f262391a2365d657a00ed68edd1a51bca66af5 is bad.
> >commit 55f262391a2365d657a00ed68edd1a51bca66af5
> >Author: Yinghai Lu <yhlu.kernel@gmail.com>
> >Date: Wed Jun 25 17:54:23 2008 -0700
> >x86: rename setup_32.c to setup.c
>
> The patches between the above two commits are related with X86. When
> using git-bisect between the above two commits, we will get the
> compiling errors(For example: some files don't exist) or the kernel
> panic. So we can't continue using git-bisect to identify which commit
> the regression is caused by.
There's a known fix for the kernel panic. It's referenced at <http://bugzilla.kernel.org/show_bug.cgi?id=11237#c25>. That should help you bisect down to a smaller range. Hopefully you can rule out the commit that caused^Wexposed Bug #11237, which is really a nasty BIOS bug.
HTH
Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Alan Jenkins <aj504@student.cs.york.ac.uk>
To: Zhao Yakui <yakui.zhao@intel.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
linux-kernel@vger.kernel.org, Zhang Rui <rui.zhang@intel.com>,
Len Brown <lenb@kernel.org>,
linux-acpi <linux-acpi@vger.kernel.org>,
"Li, Shaohua" <shaohua.li@intel.com>,
mingo@elte.hu
Subject: Re: Suspend/resume regression between 2.6.26 and 2.6.27-rc1
Date: Thu, 16 Oct 2008 10:39:47 +0100 [thread overview]
Message-ID: <48F70BE3.1050009@tuffmail.co.uk> (raw)
In-Reply-To: <1224143818.3944.68.camel@yakui_zhao.sh.intel.com>
Zhao Yakui wrote:
> On Fri, 2008-10-10 at 14:41 +0200, Rafael J. Wysocki wrote:
>> On Friday, 10 of October 2008, Zhang Rui wrote:
>>> Hi, len,
>>>
>>> this is the ACPI regression test result based on the latest ACPI test branch.
>>>
>>> 1. on Acer:(AMD CPU, VIA chipset. 64 bit kernel)
>>> When doing S3 test, after pressing the power button, the system
>>> reboots instead of resuming. But if S3 is done after S4, the system can
>>> resume very well after pressing power button or using the RTC
>>> alarm.
>>> Note that this is an upstream regression as it can be reproduced on
>>> linus' tree.
>>> Yakui is investigating this issue.
>> We had some reports of the second suspend (S3) failure too, where the second
>> attempt to suspend to RAM (or to resume from it) failed after a successful
>> one. I wonder if that's related.
> Some suspend/resume tests are done on one Acer laptop(AMD CPU, VIA
> chipset, 64-bit kernel).
> The system will be rebooted when pressing power button after the box
> enters S3 state. But if S3 is done after doing S4, the system can be
> resumed very well after pressing power button.This issue can be
> reproduced on the upstream kernel.
>
> After the further test we can confirm that this is a regression. The
> 2.6.26 kernel can work well on this box. But the 2.6.27-rc1 will fail.
>
> After using the git-bisect it is confirmed that the commit
> 736f12bff9d9e7b4e895c64f73b190c8383fc2a1 is good.
> >commit 736f12bff9d9e7b4e895c64f73b190c8383fc2a1
> >Author: Glauber Costa <gcosta@redhat.com>
> > Date: Tue May 27 20:14:51 2008 -0700
> >x86: don't use gdt_page openly.
>
> And the commit
> 55f262391a2365d657a00ed68edd1a51bca66af5 is bad.
> >commit 55f262391a2365d657a00ed68edd1a51bca66af5
> >Author: Yinghai Lu <yhlu.kernel@gmail.com>
> >Date: Wed Jun 25 17:54:23 2008 -0700
> >x86: rename setup_32.c to setup.c
>
> The patches between the above two commits are related with X86. When
> using git-bisect between the above two commits, we will get the
> compiling errors(For example: some files don't exist) or the kernel
> panic. So we can't continue using git-bisect to identify which commit
> the regression is caused by.
There's a known fix for the kernel panic. It's referenced at <http://bugzilla.kernel.org/show_bug.cgi?id=11237#c25>. That should help you bisect down to a smaller range. Hopefully you can rule out the commit that caused^Wexposed Bug #11237, which is really a nasty BIOS bug.
HTH
Alan
next prev parent reply other threads:[~2008-10-16 9:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-10 8:06 acpi regression test of the latest ACPI test branch Zhang Rui
2008-10-10 12:41 ` Rafael J. Wysocki
2008-10-16 7:56 ` Suspend/resume regression between 2.6.26 and 2.6.27-rc1 Zhao Yakui
2008-10-16 7:56 ` Zhao Yakui
2008-10-16 9:39 ` Alan Jenkins [this message]
2008-10-16 9:39 ` Alan Jenkins
2008-10-17 0:40 ` Lin Ming
2008-10-16 14:21 ` Rafael J. Wysocki
2008-10-16 14:21 ` Rafael J. Wysocki
2008-10-17 1:27 ` Zhao Yakui
2008-10-17 12:05 ` Rafael J. Wysocki
2008-10-16 8:31 ` acpi regression test of the latest ACPI test branch Zhao Yakui
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=48F70BE3.1050009@tuffmail.co.uk \
--to=aj504@student.cs.york.ac.uk \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rjw@sisk.pl \
--cc=rui.zhang@intel.com \
--cc=shaohua.li@intel.com \
--cc=yakui.zhao@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 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.