Use rawhide 4.9 kernel

This commit is contained in:
Daniele Viganò 2016-12-17 12:36:51 +01:00
parent 7f59f9064a
commit 4a26113843

View File

@ -1,7 +1,7 @@
### Reverting 'ACPI: Execute _PTS before system reboot'
Starting with kernel v4.8 a bug as been introduced that prevents a correct shutdown/reboot of the machine.
Bug has been fixed then in 4.9rc7 and kernel 4.9.0 should not be affected by the issue anymore.
Bug has been fixed then in 4.9rc7 and kernel 4.9 is not be affected by the issue anymore.
The bad commit is:
@ -11,8 +11,24 @@ ACPI: Execute _PTS before system reboot
```
All kernels from 4.8.0 are affected at the moment. A special thanks to **Giampaolo** on *kbz* for bisecting sources down to the root cause.
An `rpmbuild` compatible patch and an updated `spec` file are provided for reverting this commit. Binary *rpms* are available for [F24](https://daniele.vigano.me/files/5e366c91-41ac-4e43-be8e-15139c0463b1/f24/) and [F25](https://daniele.vigano.me/files/5e366c91-41ac-4e43-be8e-15139c0463b1/f25/).
An `rpmbuild` compatible patch and an updated `spec` file are provided for reverting this commit in 4.18.
On Fedora 24 and 25 is also possible to use a 4.9 kernel from rawhide:
```bash
sudo dnf install fedora-repos-rawhide
sudo dnf --enablerepo=rawhide upgrade kernel*
kernel.x86_64 4.9.0-1.fc26 @rawhide
kernel-core.x86_64 4.9.0-1.fc26 @rawhide
kernel-devel.x86_64 4.9.0-1.fc26 @rawhide
kernel-headers.x86_64 4.9.0-1.fc26 @rawhide
kernel-modules.x86_64 4.9.0-1.fc26 @rawhide
kernel-modules-extra.x86_64 4.9.0-1.fc26 @rawhide
kernel-tools.x86_64 4.9.0-1.fc26 @rawhide
kernel-tools-libs.x86_64 4.9.0-1.fc26 @rawhide
```
### More info
- https://bugzilla.redhat.com/show_bug.cgi?id=1393513