diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2021-01-06 16:36:38 +0530 |
---|---|---|
committer | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2021-07-01 12:21:21 +0530 |
commit | c63b00f3959060398af9c062b0df90c28634a96a (patch) | |
tree | 4b8c57fc20b05d22476bbac20d9dabe88ed07517 /doc | |
parent | e6b984f24fcad4b7e64fbed935fec217186aeff9 (diff) | |
download | skiboot-c63b00f3959060398af9c062b0df90c28634a96a.zip skiboot-c63b00f3959060398af9c062b0df90c28634a96a.tar.gz skiboot-c63b00f3959060398af9c062b0df90c28634a96a.tar.bz2 |
skiboot v6.7.1 release notes
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes/skiboot-6.7.1.rst | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-6.7.1.rst b/doc/release-notes/skiboot-6.7.1.rst new file mode 100644 index 0000000..7937885 --- /dev/null +++ b/doc/release-notes/skiboot-6.7.1.rst @@ -0,0 +1,33 @@ +.. _skiboot-6.7.1: + +============== +skiboot-6.7.1 +============== + +skiboot 6.7.1 was released on Wednesday January 06, 2021. It replaces +:ref:`skiboot-6.7` as the current stable release in the 6.7.x series. + +It is recommended that 6.7.1 be used instead of 6.7 version due to the +bug fixes it contains. + +Bug fixes included in this release are: + +- SBE: Account cancelled timer request + +- SBE: Rate limit timer requests + +- SBE: Check timer state before scheduling timer + +- platform/mowgli: Limit PHB0/(pec0) to gen3 speed + +- Revert "mowgli: Limit slot1 to Gen3 by default" + +- xscom: Fix xscom error logging caused due to xscom OPAL call + +- xive/p9: Remove assert from xive_eq_for_target() + +- Fix possible deadlock with DEBUG build + +- core/platform: Fallback to full_reboot if fast-reboot fails + +- core/cpu: fix next_ungarded_primary |