diff options
author | Frederic Barrat <fbarrat@linux.ibm.com> | 2021-09-29 12:18:43 +0200 |
---|---|---|
committer | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2021-09-30 16:18:45 +0530 |
commit | 26258006d0599d843f30df921cb5b5d7c397a225 (patch) | |
tree | 3dc728a7902e4c2a24797c7866c0fa009592d7c1 | |
parent | 0b928793cec98b9e8857d014782c0dd4b5d939ec (diff) | |
download | skiboot-26258006d0599d843f30df921cb5b5d7c397a225.zip skiboot-26258006d0599d843f30df921cb5b5d7c397a225.tar.gz skiboot-26258006d0599d843f30df921cb5b5d7c397a225.tar.bz2 |
skiboot v6.0.24 release notesv6.0.24skiboot-6.0.x
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
-rw-r--r-- | doc/release-notes/skiboot-6.0.24.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-6.0.24.rst b/doc/release-notes/skiboot-6.0.24.rst new file mode 100644 index 0000000..2ebce00 --- /dev/null +++ b/doc/release-notes/skiboot-6.0.24.rst @@ -0,0 +1,22 @@ +.. _skiboot-6.0.24: + +============== +skiboot-6.0.24 +============== + +skiboot 6.0.24 was released on Wednesday September 29th, 2021. It replaces +:ref:`skiboot-6.0.23` as the current stable release in the 6.0.x series. + +It is recommended that 6.0.24 be used instead of any previous 6.0.x version +due to the bug fixes it contains. + +Bug fixes included in this release are: + +- phb4: Disable TCE cache line buffer + +- SBE: Check timer state before scheduling timer + +- SBE: Rate limit timer requests + +- SBE: Account cancelled timer request + |