aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2018-03-01 15:54:43 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-03-01 15:54:43 +1100
commited756fa3e23b21161fd62085849a80c85194c5f4 (patch)
treee6aa6bf08bd93eab198fb723f188c40f6f9b8348 /doc/release-notes
parentc08f384bb22a414314217bf08edefc153668d8e3 (diff)
downloadskiboot-ed756fa3e23b21161fd62085849a80c85194c5f4.zip
skiboot-ed756fa3e23b21161fd62085849a80c85194c5f4.tar.gz
skiboot-ed756fa3e23b21161fd62085849a80c85194c5f4.tar.bz2
doc: skiboot 5.10.1 release notesv5.10.1
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/release-notes')
-rw-r--r--doc/release-notes/skiboot-5.10.1.rst23
1 files changed, 23 insertions, 0 deletions
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 0000000..baee512
--- /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