diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2018-04-04 18:57:49 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-04-04 19:16:17 +1000 |
commit | 9cd6646d25b5d7e6524c9ba44b103500f81a967c (patch) | |
tree | 6d74c7f0974752f0db63539f6e664a69afe15028 /doc | |
parent | 19335bbf77d85bcaf74c037efef9f0e7e76cf227 (diff) | |
download | skiboot-9cd6646d25b5d7e6524c9ba44b103500f81a967c.zip skiboot-9cd6646d25b5d7e6524c9ba44b103500f81a967c.tar.gz skiboot-9cd6646d25b5d7e6524c9ba44b103500f81a967c.tar.bz2 |
skiboot 5.10.4 release notes
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
(cherry picked from commit 604f758b2cbf6629bb2ef3b0e0637ffd7dde472b)
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes/skiboot-5.10.4.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.10.4.rst b/doc/release-notes/skiboot-5.10.4.rst new file mode 100644 index 0000000..a2c3b6b --- /dev/null +++ b/doc/release-notes/skiboot-5.10.4.rst @@ -0,0 +1,28 @@ +.. _skiboot-5.10.4: + +============== +skiboot-5.10.4 +============== + +skiboot 5.10.4 was released on Wednesday April 4th, 2018. It replaces +:ref:`skiboot-5.10.3` as the current stable release in the 5.10.x series. + +It is recommended that 5.10.3 be used instead of any previous 5.10.x version +due to the bug fixes and debugging enhancements in it. + +Over :ref:`skiboot-5.10.3`, we have one bug fix: + +- xive: disable store EOI support + + Hardware has limitations which would require to put a sync after each + store EOI to make sure the MMIO operations that change the ESB state + are ordered. This is a killer for performance and the PHBs do not + support the sync. So remove the store EOI for the moment, until + hardware is improved. + + Also, while we are at changing the XIVE source flags, let's fix the + settings for the PHB4s which should follow these rules : + + - SHIFT_BUG for DD10 + - STORE_EOI for DD20 and if enabled + - TRIGGER_PAGE for DDx0 and if not STORE_EOI |