diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-12-22 14:45:57 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-12-22 14:46:18 +1100 |
commit | 8514d755c3ade836c335ae7f5d41d090f1243612 (patch) | |
tree | 3fb6466c5782fe6a33024ff4c89525622fb03ae3 | |
parent | 76d9bcdca58936d761458f8f05960239c4dd8dec (diff) | |
download | skiboot-8514d755c3ade836c335ae7f5d41d090f1243612.zip skiboot-8514d755c3ade836c335ae7f5d41d090f1243612.tar.gz skiboot-8514d755c3ade836c335ae7f5d41d090f1243612.tar.bz2 |
skiboot 5.9.7 release notes
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
(cherry picked from commit 2bbe8b84b87d97220809c09e8dfcf756287012e7)
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/release-notes/skiboot-5.9.7.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.9.7.rst b/doc/release-notes/skiboot-5.9.7.rst new file mode 100644 index 0000000..398ad2d --- /dev/null +++ b/doc/release-notes/skiboot-5.9.7.rst @@ -0,0 +1,28 @@ +.. _skiboot-5.9.7: + +============= +skiboot-5.9.7 +============= + +skiboot 5.9.7 was released on Friday December 22nd, 2017. It replaces +:ref:`skiboot-5.9.6` as the current stable release in the 5.9.x series. + +Over :ref:`skiboot-5.9.6`, we have two bug fixes, they are: + +- phb4: Change PCI MMIO timers + + Currently we have a mismatch between the NCU and PCI timers for MMIO + accesses. The PCI timers must be lower than the NCU timers otherwise + it may cause checkstops. + + This changes PCI timeouts controlled by skiboot to 33-50ms. It should + be forwards and backwards compatible with expected hostboot changes to + the NCU timer. +- p8-i2c: Limit number of retry attempts + + Currently we will attempt to start an I2C transaction until it succeeds. + In the event that the OCC does not release the lock on an I2C bus this + results in an async token being held forever and the kernel thread that + started the transaction will block forever while waiting for an async + completion message. Fix this by limiting the number of attempts to + start the transaction. |