public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
To: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: linux-acpi@vger.kernel.org,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Kernel Testers List <kernel-testers@vger.kernel.org>
Subject: [BISECTED] EEE PC hangs when booting off battery
Date: Sun, 12 Apr 2009 14:11:57 +0100	[thread overview]
Message-ID: <49E1E89D.7040502@tuffmail.co.uk> (raw)
In-Reply-To: <49E1ADAE.2030103@tuffmail.co.uk>

Alan Jenkins wrote:
> Tzy-Jye Daniel Lin wrote:
>   
>> On Sat, Apr 11, 2009 at 5:41 AM, Alan Jenkins
>> <alan-jenkins@tuffmail.co.uk> wrote:
>>   
>>     
>>> Regression #6 on latest git! (last known good is 2.6.29-rc8)
>>>
>>> Magic SysRQ keys work though.  Unfortunately, SysRq-W / SysRq-T generate
>>> too much output, so the useful bits immediately scroll off the top of
>>> the screen.  I can't press SysRq-P (even if that would help), because
>>> the SysRQ key on my laptop is accessed using a Fn modifier key, which
>>> also turns the left hand side of the keyboard into a numeric pad.
>>>     
>>>       
>> I don't own an Eee, but having played with one, the key sequence
>>
>>     Alt down
>>     Fn down
>>     SysRq down, up
>>     Fn up
>>     P down, up
>>     Alt up
>>
>> should work just fine.  As long as you keep holding Alt, you don't
>> need to continue holding SysRq after the initial keypress.
>>
>>   
>>     
>>> Magic SysRQs on my USB keyboard generate no response.  (Sometimes the
>>> numlock key seems to work though.  I can't tell on the laptop keyboard
>>> because the laptop doesn't have a numlock led).
>>>     
>>>       
>> SysRq over USB has never worked.  On PC hardware, Magic SysRq depends
>> on features of the built-in i8042 controller, which only handles PS/2
>> input.
>>   
>>     
> Great, thanks a lot!
>
> I was able to run SysRq-P, and found the following backtrace -
>
> Pid: 0
> EIP is at acpi_idle_enter_bm+0x1df/0x208 [processor]
> cpud_idle_call
> cpu_idle
> rest_init
> start_kernel
> i386_start_kernel
>   

7ec0a7290797f57b780f792d12f4bcc19c83aa4f is first bad commit
commit 7ec0a7290797f57b780f792d12f4bcc19c83aa4f
Author: Bjorn Helgaas <bjorn.helgaas@hp.com>
Date:   Mon Mar 30 17:48:24 2009 +0000

    ACPI: processor: use .notify method instead of installing handler
directly

    This patch adds a .notify() method.  The presence of .notify() causes
    Linux/ACPI to manage event handlers and notify handlers on our behalf,
    so we don't have to install and remove them ourselves.

    Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
    CC: Zhang Rui <rui.zhang@intel.com>
    CC: Zhao Yakui <yakui.zhao@intel.com>
    CC: Venki Pallipadi <venkatesh.pallipadi@intel.com>
    CC: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
    Signed-off-by: Len Brown <len.brown@intel.com>



However, reverting this commit from v2.6.30-rc1 doesn't solve the hang.

Alan

  reply	other threads:[~2009-04-12 13:12 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-11  9:41 Regression: EEE PC hangs when booting off battery Alan Jenkins
2009-04-11 18:07 ` Tzy-Jye Daniel Lin
2009-04-12  9:00   ` Alan Jenkins
2009-04-12 13:11     ` Alan Jenkins [this message]
2009-04-13 19:15       ` [BISECTED] " Bjorn Helgaas
2009-04-13 19:57         ` Alan Jenkins
2009-04-13 22:28           ` Bjorn Helgaas
2009-04-14  8:06             ` Alan Jenkins
2009-04-14  9:26               ` Alan Jenkins
2009-04-14 14:59                 ` Bjorn Helgaas
2009-04-14 15:17                   ` Arjan van de Ven
2009-04-14 15:37                     ` Alan Jenkins
2009-04-14 15:48                     ` Bjorn Helgaas
2009-04-14 15:55                       ` Moore, Robert
2009-04-14 16:56                         ` Bjorn Helgaas
2009-04-14 17:22                           ` Moore, Robert
2009-04-14 17:28                             ` Alan Jenkins
2009-04-15 15:38                           ` Len Brown
2009-04-15 14:32                       ` [FIXED] " Alan Jenkins
2009-04-22 12:17                         ` Alan Jenkins
2009-04-26 11:34                           ` Alan Jenkins
2009-04-28  9:19                             ` [PATCH] [RFC] " Alan Jenkins
2009-04-28  9:58                               ` Johannes Berg
2009-04-28 10:27                                 ` Alan Jenkins
2009-04-28 10:35                                   ` Johannes Berg
2009-04-29 11:14                                   ` Alan Jenkins
2009-04-29 11:20                                     ` Johannes Berg
2009-05-15 21:48                                     ` Rafael J. Wysocki
2009-05-16  8:39                                       ` Alan Jenkins
2009-04-14  5:03           ` [BISECTED] " Ben Gamari
2009-04-15 15:41             ` Len Brown
2009-04-11 19:40 ` Regression: " Kristoffer Ericson
2009-04-12  9:22   ` Alan Jenkins
2009-04-15 15:49     ` archlinux 2.6.28 ac oops (was Re: Regression: EEE PC hangs when booting off battery) Len Brown

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=49E1E89D.7040502@tuffmail.co.uk \
    --to=alan-jenkins@tuffmail.co.uk \
    --cc=bjorn.helgaas@hp.com \
    --cc=kernel-testers@vger.kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox