-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stewart Smith <[email protected]>
- Loading branch information
1 parent
b179d8f
commit e05b3fb
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. _skiboot-6.0.2: | ||
|
||
============= | ||
skiboot-6.0.2 | ||
============= | ||
|
||
skiboot 6.0.2 was released on Friday May 18th, 2018. It replaces | ||
:ref:`skiboot-6.0.1` as the current stable release in the 6.0.x series. | ||
|
||
It is recommended that 6.0.2 be used instead of any previous 6.0.x version. | ||
|
||
Over :ref:`skiboot-6.0.1`, we one bug fix: | ||
|
||
- cpu: Clear PCR SPR in opal_reinit_cpus() | ||
|
||
Currently if Linux boots with a non-zero PCR, things can go bad where | ||
some early userspace programs can take illegal instructions. This is | ||
being fixed in Linux, but in the mean time, we should cleanup in | ||
skiboot also. | ||
|
||
This could exhibit itself as petitboot getting killed with SIGILL and | ||
no boot devices showing up, but only in a situation where you've done | ||
a kdump from a kernel running a p8 compat guest |