Bug 199349
Summary: | System hangs on shutdown/reboot with newer kernel - Toshiba Satellite A210 (AMD Turion X2, ATI Radeon HD2600) | ||
---|---|---|---|
Product: | ACPI | Reporter: | iphone.at.a01tnk |
Component: | Power-Off | Assignee: | acpi_power-off |
Status: | NEW --- | ||
Severity: | high | CC: | biergaizi2009, johndoe99, kai.heng.feng, lenb |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | >=4.8 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
iphone.at.a01tnk
2018-04-11 07:00:20 UTC
this affect to me I installed Lubuntu 18.04 on the usb hdd and checked on the 2 systems. On the desktop intel turns off and reboots without problems. On the laptop dell inspiron 1501 there are problems with the reboot and shutdown. The power does not turn off. But entering hibernate mode turns off the power normally. Checked calculate linux 17.12.2 behavior on the laptop is the same, does not power-off and reboot and i have this problem with lubuntu 14.04.5 LTS kernel: Linux x86 64-bit version 4.15.5-041505-generic from kernel.ubuntu.com/~kernel-ppa/mainline GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force" don't help me for Lubuntu 18.04 and calculate linux kernel of the box Lubuntu 18.04 and calculate linux 17.12.2 x86 version. option PowerNow Disabled in BIOS looks like fix the problem. But the CPU temp is grow up. And it work many years before with PowerNow Enable without problem. There's a race condition in the kernel cpufreq code, and could cause a deadlook when shutting down or rebooting the system. However, previously we are lucky and didn't trigger the race condition so the bug didn't show up. But since Linux v4.20, there have been changes to the RCU subsystem and thus exposing the bug. The developers are still discussing a systematic solution. If you know how to compile a kernel, you can try applying this patch, https://lkml.org/lkml/2018/11/13/857. If you don't, you should try reporting the bug to Ubuntu and ask the maintainers to include this patch in the next kernel revision, and see if it fixes your problem. yesterday i try latest 4.20.6 from https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20.6/ i get hang on reset and hang and message on Power-Off Starting Power-Off [... ] systemd-shutdown [1]: Failed to wait for process: Protocol error. This version without this patch? try 5.2.8 from https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2.8/ the same, last mesage in console Started Show Plymouth Power Off Screen Starting Power-Off [... ] systemd-shutdown [1]: Failed to wait for process: Protocol error |