2016-11-10 08:42:21 +01:00
|
|
|
### Reverting 'ACPI: Execute _PTS before system reboot'
|
|
|
|
|
2016-12-28 18:28:02 +01:00
|
|
|
Starting with kernel v4.8.0 a bug was introduced that prevented a correct shutdown/reboot of the machine.
|
|
|
|
Bug has been fixed in 4.9rc7 and then backported to 4.8; the kernel tree 4.9 and kernels >= 4.8.15 are not be affected by the issue anymore.
|
2016-11-10 08:42:21 +01:00
|
|
|
|
2016-12-28 18:28:02 +01:00
|
|
|
The bad commit was:
|
2016-11-10 08:42:21 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
2c85025c75dfe7ddc2bb33363a998dad59383f94
|
|
|
|
ACPI: Execute _PTS before system reboot
|
|
|
|
```
|
|
|
|
|
2016-12-28 18:28:02 +01:00
|
|
|
Kernels from 4.8.0 to 4.8.14 are affected, please upgrade to 4.8.15 or to 4.9.
|
2016-11-10 08:42:21 +01:00
|
|
|
|
2016-12-28 18:28:02 +01:00
|
|
|
A special thanks to **Giampaolo** on *kbz* for bisecting sources down to the root cause.
|
2016-12-17 12:36:51 +01:00
|
|
|
|
2016-11-10 08:42:21 +01:00
|
|
|
### More info
|
|
|
|
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=1393513
|
|
|
|
- https://bugzilla.kernel.org/show_bug.cgi?id=187061
|
|
|
|
- https://bugzilla.kernel.org/show_bug.cgi?id=151631
|
|
|
|
- https://patchwork.kernel.org/patch/9041141/
|
2016-12-28 18:28:02 +01:00
|
|
|
- https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.8.15
|