diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-22 14:44:08 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-22 14:44:36 +1100 |
commit | e8af7effed7bbb6afdceda465699c97c47c57b67 (patch) | |
tree | 16b395334aae0fcc38727b27326fbaa15eb06061 | |
parent | a752f2d908d1fd3d95cedf2b952729995ce53234 (diff) | |
download | skiboot-e8af7effed7bbb6afdceda465699c97c47c57b67.zip skiboot-e8af7effed7bbb6afdceda465699c97c47c57b67.tar.gz skiboot-e8af7effed7bbb6afdceda465699c97c47c57b67.tar.bz2 |
skiboot 5.9.3 release notes
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
(cherry picked from commit cd8ff4d49427ae84b6c241df30a0831b6022d1a8)
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/release-notes/skiboot-5.9.3.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.9.3.rst b/doc/release-notes/skiboot-5.9.3.rst new file mode 100644 index 0000000..af5149a --- /dev/null +++ b/doc/release-notes/skiboot-5.9.3.rst @@ -0,0 +1,24 @@ +.. _skiboot-5.9.3: + +============= +skiboot-5.9.3 +============= + +skiboot 5.9.3 was released on Wednesday November 22nd, 2017. It replaces +:ref:`skiboot-5.9.2` as the current stable release in the 5.9.x series. + +Over :ref:`skiboot-5.9.2`, we have one NPU2/NVLink2 fix that causes the +machine to crash hard in the event of hardware error rather than crash +mysteriously later on whenever the NVLink2 links are used. + +That fix is: + +- npu2: hw-procedures: Add check_credits procedure + + As an immediate mitigator for a current hardware glitch, add a procedure + that can be used to validate NTL credit values. This will be called as a + safeguard to check that link training succeeded. + + Assert that things are exactly as we expect, because if they aren't, the + system will experience a catastrophic failure shortly after the start of + link traffic. |