[Bug 11481] Suspend/Resume prevent kernel reboot

2008-10-24 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED




--- Comment #19 from [EMAIL PROTECTED]  2008-10-24 22:44 ---
shipped in linux-2.6.28-rc1
closed

commit 8fd145917fb62368a9b80db59562c20576238f5a
Author: Zhao Yakui [EMAIL PROTECTED]
Date:   Fri Oct 17 14:22:27 2008 -0400

ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanism


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #17688|0   |1
is obsolete||




--- Comment #16 from [EMAIL PROTECTED]  2008-10-17 01:02 ---
Created an attachment (id=18348)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=18348action=view)
Ingore the RESET_REG_SUP bit when using the ACPI reboot mechanism

The attached is the updated patch.

In this patch when using ACPI reboot mechanism the RESET_REG_SUP bit is
ignored. Instead the RESET_REG is checked.

Will you please try it again? (of course the boot option of reboot=a is still
required).
Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #17 from [EMAIL PROTECTED]  2008-10-17 04:13 ---
Your new patch in comment 16 work fine, also like i said it in comment 10. Why
you ask me again to apply it, or i miss something?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-10-17 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||CODE_FIX




--- Comment #18 from [EMAIL PROTECTED]  2008-10-17 11:26 ---
patch in comment #16 applied to acpi-test
report marked RESOLVED.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-10-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
  Component|Power-Processor |Power-Sleep-Wake
 Resolution|PATCH_ALREADY_AVAILABLE |




--- Comment #14 from [EMAIL PROTECTED]  2008-10-16 17:02 ---
i think with this patch reboot=a should not be necessary,
as that is already the default - this patch just lets the
default ignore the missing bit in your bios.

however, per the mailing list, this patch needs revision,
re-opening...


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-10-16 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #15 from [EMAIL PROTECTED]  2008-10-16 20:01 ---
The default reboot_type is BOOT_KBD. It works for most boxes. But for some
boxes it can't work well after suspend/resume. So the ACPI reboot mechanim is
used by adding the boot option of reboot=a. 
   Maybe the reboot_type can be changed to BOOT_ACPI if the ACPI reboot
mechanism is supported. But in such case the other reboot_type can't be used
any more. If the default reboot_type is changed to BOOT_ACPI for your box by
using DMI table, it seems ugly. IMO you can use the ACPI reboot mechanism by
adding the boot option of reboot=a. 

In fact there exist the other definitions of reboot_type . For example:
BOOT_TRIPLE = 't',
BOOT_KBD = 'k',
#ifdef CONFIG_X86_32
BOOT_BIOS = 'b',
#endif
   BOOT_ACPI = 'a',
   BOOT_EFI = 'e'

What Lenb said in comment #14 is right. On your box the FADT flag bit
indicates that ACPI reboot is not supported. But your box can be rebooted by
writing the RESET_VALUE to ACPI_RESET_REG forcibly. And the patch in comment
#12 is to ignore the missing bit in the BIOS.

   Thanks.






-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #17593|0   |1
is obsolete||
  Attachment #17606|0   |1
is obsolete||




--- Comment #12 from [EMAIL PROTECTED]  2008-09-08 19:25 ---
Created an attachment (id=17688)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=17688action=view)
the updated patch( Add the DMI check table to support ACPI reboot)

The attached is the updated patch.
Add the DMI check table to support ACPI reboot in case of adding the boot
option of reboot=a.

There exists the same issue on the laptop of bug7299. So the dmidecode is also
added to DMI check table.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-08 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #13 from [EMAIL PROTECTED]  2008-09-08 22:51 ---
here is no way to avoid reboot=a option?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||PATCH_ALREADY_AVAILABLE




--- Comment #11 from [EMAIL PROTECTED]  2008-09-04 23:49 ---
Thanks for the test and it seems that the patch in comment #9 can make your
laptop work well.
   In fact this issue is related with BIOS. From the acpidump we can know that
RESET_REG is defined in FACP table although the FADT flag indicates that the
system reset via RESET_REG is not supported. It will be better to fix this
issue by BIOS update.(Of course the boot option of reboot=a is still needed).
   Anyway I will try to push the workaround patch.
   Now the patch is available and the bug will marked as resovled.

   thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-04 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #10 from [EMAIL PROTECTED]  2008-09-04 01:36 ---
Finely rebooted. (2.6.27-rc5 + reboot_dmi.patch + reboot=a)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #3 from [EMAIL PROTECTED]  2008-09-03 06:38 ---
Created an attachment (id=17591)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=17591action=view)
acpidump


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #4 from [EMAIL PROTECTED]  2008-09-03 06:38 ---
Created an attachment (id=17592)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=17592action=view)
lpci


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #5 from [EMAIL PROTECTED]  2008-09-03 07:15 ---
Created an attachment (id=17593)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=17593action=view)
use the attached tool to see whether the system can be restarted

Will you please use the attached tool to see whether the system can be rebooted
after it is resumed?( Write 0x06 to 0xCF9 I/O port address)
   ./iow --addr 0xCF9 --width 8 --value 0x6 

   If the system can be rebooted, please attach the output of dmidecode.
   Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #6 from [EMAIL PROTECTED]  2008-09-03 07:17 ---
keep in mind acpidump and lspci log for kernel 2.6.26-3.

i not done with 2.6.27-rc5 yet.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #7 from [EMAIL PROTECTED]  2008-09-03 08:26 ---
Created an attachment (id=17596)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=17596action=view)
dmidecode

for kernel.2.6.26.3


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #8 from [EMAIL PROTECTED]  2008-09-03 08:37 ---
/iow --addr 0xCF9 --width 8 --value 0x6

works well

kernel 2 26 27rc5 with reboot=a does not help.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-03 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #9 from [EMAIL PROTECTED]  2008-09-03 19:07 ---
Created an attachment (id=17606)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=17606action=view)
try the debug patch in which the ACPI reboot is used forcibly

Will you please try the debug patch on 2.6.27-rc5 and see whether the system
can be rebooted after it is resumed? Of course the boot option of reboot=a is
also required.
   In this debug patch the ACPI reboot mechanism will be used forcibly
regardless of ACPI_FADT_RESET_REGISTER bit flag. 

   Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481





--- Comment #1 from [EMAIL PROTECTED]  2008-09-02 08:26 ---
Created an attachment (id=17577)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=17577action=view)
dmesg after suspend/resume


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]|[EMAIL PROTECTED]
   |bugs.osdl.org   |
 Status|NEW |ASSIGNED




--- Comment #2 from [EMAIL PROTECTED]  2008-09-02 18:01 ---
Will you please attach the output of acpidump, lspci -vxxx?

Will you please try the boot option of reboot=a on the latest
kernel(2.6.27-rc4/5) and see whether the system can be rebooted after
suspend/resume cycle?

Thanks.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 11481] Suspend/Resume prevent kernel reboot

2008-09-02 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=11481


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||acpi-
   ||[EMAIL PROTECTED]
   ||et
 Status|ASSIGNED|NEEDINFO




-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla