diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2019-10-23 16:25:48 +0530 |
---|---|---|
committer | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2019-10-23 16:36:57 +0530 |
commit | aff9301bb341b5387228e82036a7d72e519d8855 (patch) | |
tree | 57d9e58a18f798c4554f87fee1e5337348a1ebad /doc | |
parent | d3d3cebeb9601c4124637144bd2026abb682a7e5 (diff) | |
download | skiboot-aff9301bb341b5387228e82036a7d72e519d8855.zip skiboot-aff9301bb341b5387228e82036a7d72e519d8855.tar.gz skiboot-aff9301bb341b5387228e82036a7d72e519d8855.tar.bz2 |
skiboot v6.5.1 release notesv6.5.1
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes/skiboot-6.5.1.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-6.5.1.rst b/doc/release-notes/skiboot-6.5.1.rst new file mode 100644 index 0000000..d1a52b3 --- /dev/null +++ b/doc/release-notes/skiboot-6.5.1.rst @@ -0,0 +1,27 @@ +.. _skiboot-6.5.1: + +============== +skiboot-6.5.1 +============== + +skiboot 6.5.1 was released on Thursday October 24th, 2019. It replaces +:ref:`skiboot-6.5` as the current stable release in the 6.5.x series. + +It is recommended that 6.5.1 be used instead of 6.5 version due to the +bug fixes it contains. + +Bug fixes included in this release are: + +- core/ipmi: Fix use-after-free + +- blocklevel: smart_write: Fix unaligned writes to ECC partitions + +- gard: Fix data corruption when clearing single records + +- core/platform: Actually disable fast-reboot on P8 + +- xive: fix return value of opal_xive_allocate_irq() + +- MPIPL: struct opal_mpipl_fadump doesn't needs to be packed + +- core/flash: Validate secure boot content size |