From fa1eeea2e98728d364f0bae706d06905cc46ee5c Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Thu, 1 Mar 2018 15:54:43 +1100 Subject: doc: skiboot 5.10.1 release notes Signed-off-by: Stewart Smith --- doc/release-notes/skiboot-5.10.1.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/release-notes/skiboot-5.10.1.rst (limited to 'doc') diff --git a/doc/release-notes/skiboot-5.10.1.rst b/doc/release-notes/skiboot-5.10.1.rst new file mode 100644 index 00000000..baee512a --- /dev/null +++ b/doc/release-notes/skiboot-5.10.1.rst @@ -0,0 +1,23 @@ +.. _skiboot-5.10.1: + +============== +skiboot-5.10.1 +============== + +skiboot 5.10.1 was released on Thursday March 1st, 2018. It replaces +:ref:`skiboot-5.10` as the current stable release in the 5.10.x series. + +Over :ref:`skiboot-5.10`, we have an improvement for debugging NPU2/NVLink +problems and a bug fix. These changes are: + +- NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging +- libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase() + + This fixes a bug in pflash. + + If blocklevel_smart_erase() detects that the smart erase fits entire in + one erase block, it has an early bail path. In this path it miscaculates + where in the buffer the backend needs to read from to perform the final + write. + + Fixes: https://github.com/open-power/skiboot/issues/151 -- cgit v1.2.1