1.. _skiboot-6.0.16:
2
3==============
4skiboot-6.0.16
5==============
6
7skiboot 6.0.16 was released on Tuesday February 5th, 2019. It replaces
8:ref:`skiboot-6.0.15` as the current stable release in the 6.0.x series.
9
10It is recommended that 6.0.16 be used instead of any previous 6.0.x version
11due to the bug fixes it contains.
12
13Bug fixes included in this release are:
14
15- p9dsu: Fix p9dsu default variant
16
17  Add the default when no riser_id is returned from the ipmi query.
18
19  This addresses: https://github.com/open-power/boston-openpower/issues/1369
20
21  Allow a little more time for BMC reply and cleanup some label strings.
22
23- p9dsu: Fix p9dsu slot tables
24
25  Set the attributes on the slot tables to account for
26  builtin or pluggable etypes, this will allow pci
27  enumeration to calculate subordinate buses.
28
29  Update some slot label strings.
30
31  Add WIO Slot5 which is standard on the ESS config.
32
33- phb4: Generate checkstop on AIB ECC corr/uncorr for DD2.0 parts
34
35  On DD2.0 parts, PCIe ECC protection is not warranted in the response
36  data path. Thus, for these parts, we need to flag any ECC errors
37  detected from the adjacent AIB RX Data path so the part can be
38  replaced.
39
40  This patch configures the FIRs so that we escalate these AIB ECC
41  errors to a checkstop so the parts can be replaced.
42
43- core/lock: Stop drop_my_locks() from always causing abort
44
45  Fix an erroneous failure in an error path that looked like this: ::
46
47      LOCK ERROR: Releasing lock we don't hold depth @0x30493d20 (state: 0x0000000000000001)
48      [13836.000173140,0] Aborting!
49      CPU 0000 Backtrace:
50       S: 0000000031c03930 R: 000000003001d840   ._abort+0x60
51       S: 0000000031c039c0 R: 000000003001a0c4   .lock_error+0x64
52       S: 0000000031c03a50 R: 0000000030019c70   .unlock+0x54
53       S: 0000000031c03af0 R: 000000003001a040   .drop_my_locks+0xf4
54