diff options
| author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2019-01-31 22:37:47 +0530 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2019-02-05 17:49:51 +1100 |
| commit | 67fc150c82a7b6f1d06eff5ae71ea40a863aaf71 (patch) | |
| tree | f8ace84739c3cd88be147045fea911553c415d30 /doc/release-notes | |
| parent | c2c426ef668be5056ab272b188134f5ee54b8c2b (diff) | |
| download | blackbird-skiboot-67fc150c82a7b6f1d06eff5ae71ea40a863aaf71.tar.gz blackbird-skiboot-67fc150c82a7b6f1d06eff5ae71ea40a863aaf71.zip | |
skiboot v6.0.16 release notes
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
[stewart: add in the extra patches I merged]
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
(cherry picked from commit 9e22b74601cc1d042c4d1d2027f545b4ae304ae8)
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc/release-notes')
| -rw-r--r-- | doc/release-notes/skiboot-6.0.16.rst | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-6.0.16.rst b/doc/release-notes/skiboot-6.0.16.rst new file mode 100644 index 00000000..00ff91ba --- /dev/null +++ b/doc/release-notes/skiboot-6.0.16.rst @@ -0,0 +1,53 @@ +.. _skiboot-6.0.16: + +============== +skiboot-6.0.16 +============== + +skiboot 6.0.16 was released on Tuesday February 5th, 2019. It replaces +:ref:`skiboot-6.0.15` as the current stable release in the 6.0.x series. + +It is recommended that 6.0.16 be used instead of any previous 6.0.x version +due to the bug fixes it contains. + +Bug fixes included in this release are: + +- p9dsu: Fix p9dsu default variant + + Add the default when no riser_id is returned from the ipmi query. + + This addresses: https://github.com/open-power/boston-openpower/issues/1369 + + Allow a little more time for BMC reply and cleanup some label strings. + +- p9dsu: Fix p9dsu slot tables + + Set the attributes on the slot tables to account for + builtin or pluggable etypes, this will allow pci + enumeration to calculate subordinate buses. + + Update some slot label strings. + + Add WIO Slot5 which is standard on the ESS config. + +- phb4: Generate checkstop on AIB ECC corr/uncorr for DD2.0 parts + + On DD2.0 parts, PCIe ECC protection is not warranted in the response + data path. Thus, for these parts, we need to flag any ECC errors + detected from the adjacent AIB RX Data path so the part can be + replaced. + + This patch configures the FIRs so that we escalate these AIB ECC + errors to a checkstop so the parts can be replaced. + +- core/lock: Stop drop_my_locks() from always causing abort + + Fix an erroneous failure in an error path that looked like this: :: + + LOCK ERROR: Releasing lock we don't hold depth @0x30493d20 (state: 0x0000000000000001) + [13836.000173140,0] Aborting! + CPU 0000 Backtrace: + S: 0000000031c03930 R: 000000003001d840 ._abort+0x60 + S: 0000000031c039c0 R: 000000003001a0c4 .lock_error+0x64 + S: 0000000031c03a50 R: 0000000030019c70 .unlock+0x54 + S: 0000000031c03af0 R: 000000003001a040 .drop_my_locks+0xf4 |

