Bug 112091
Summary: | [Regression] [bisected] machine boots immediately after poweroff | ||
---|---|---|---|
Product: | Drivers | Reporter: | Stefan Becker (chemobejk) |
Component: | Other | Assignee: | drivers_other |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | ahuang12, eich, gran.diego |
Priority: | P1 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | >= 4.3.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Kernel config for 4.3.0 used in testing
Kernel messages from 4.3.0 vanilla with initcall_debug Kernel messages from 4.3.0 vanilla+reverted with initcall_debug Kernel messages from 4.3.0 vanilla with initcall_debug Kernel messages from 4.3.0 vanilla+reverted with initcall_debug Kernel messages from 4.3.0 vanilla+reverted with initcall_debug |
Description
Stefan Becker
2016-02-07 09:24:52 UTC
Created attachment 203411 [details]
Kernel config for 4.3.0 used in testing
I used this configuration to compile my 4.3.0 test kernels (vanilla and vanilla+reverted). Generated from FC23 4.3.5-200 configuration using olddefconfig & localmodconfig
Created attachment 203421 [details]
Kernel messages from 4.3.0 vanilla with initcall_debug
Created attachment 203431 [details]
Kernel messages from 4.3.0 vanilla+reverted with initcall_debug
Created attachment 203921 [details]
Kernel messages from 4.3.0 vanilla with initcall_debug
I've now access to the COM1 port on this HW and can now take kernel logs from serial console. Replacing the old "startup only" logs with "startup and shutdown -h" logs
Created attachment 203931 [details]
Kernel messages from 4.3.0 vanilla+reverted with initcall_debug
Created attachment 203981 [details]
Kernel messages from 4.3.0 vanilla+reverted with initcall_debug
Sorry, user asleep at keyboard. The log for 4.3.0+ was without initcall_debug. Fixed.
Comparing the two logs I see the following shutdown order difference between vanilla (shutdown not working):
[ 98.084360] r8169 0000:02:00.0: shutdown
[ 98.088746] pcieport 0000:00:0a.0: System wakeup enabled by ACPI
...
[ 100.158794] rtc_cmos 00:02: shutdown
and vanilla+reverted (shutdown working):
[ 112.318442] rtc_cmos 00:02: shutdown
...
[ 112.337235] r8169 0000:02:00.0: shutdown
[ 112.341454] pcieport 0000:00:0a.0: System wakeup enabled by ACPI
But that just may be related to WoL which is enabled on this machine too.
Grygorii asked me to play around with the wakeup options in the BIOS. Before doing that I looked around and tried to find the latest BIOS for my board. After updating from the original version F4 to the latest available F11 I'm no longer able to reproduce the issue. Closing this as BIOS bug, i.e. INVALID. |