diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-09-13 20:34:48 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-09-13 20:34:48 +1000 |
commit | cbde8c56d0e6448c3b34397388c92cda193de064 (patch) | |
tree | 2da1e140496baf102a3667210e332b27cd80b995 | |
parent | babc49d83c40d3f599972d7f7accfb82df50e48e (diff) | |
download | skiboot-skiboot-5.3.4.zip skiboot-skiboot-5.3.4.tar.gz skiboot-skiboot-5.3.4.tar.bz2 |
add skiboot-5.3.4 release notesskiboot-5.3.4
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/release-notes/skiboot-5.3.4.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.3.4.txt b/doc/release-notes/skiboot-5.3.4.txt new file mode 100644 index 0000000..63fca04 --- /dev/null +++ b/doc/release-notes/skiboot-5.3.4.txt @@ -0,0 +1,22 @@ +skiboot-5.3.4 +------------- + +skiboot-5.3.4 was released on Tuesday September 13th, 2016. + +This is the 5th stable release of skiboot 5.3, the new stable release of +skiboot (first released with 5.3.0 on August 2nd, 2016). + +Skiboot 5.3.4 replaces skiboot-5.3.3 as the current stable version. It contains +a couple of bug fixes, specifically around failing XSCOMs. + +Over skiboot-5.3.3, the following fixes are included: + +- xscom: Initialize the data to a known value in xscom_read + In case of error, don't leave the data random. It helps debugging when + the user fails to check the error code. This happens due to a bug in the + PRD wrapper app. +- xscom: Map all HMER status codes to OPAL errors +- centaur: Mark centaur offline after 10 consecutive access errors + This avoids spamming the logs when the centaur is dead and PRD + constantly tries to access it +- nvlink: Fix bad PE number check in error inject code path (<= rather than <) |