1skiboot-5.1.6
2=============
3
4skiboot-5.1.6 was released on October 8th, 2015.
5
6skiboot-5.1.6 is the 7th stable release of 5.1, it follows skiboot-5.1.5
7(which was released October 1st, 2015).
8
9Skiboot 5.1.6 contains all fixes from skiboot-5.1.5 and is a minor bug
10fix release.
11
12Changes
13-------
14Over skiboot-5.1.5, we have the following changes:
15
16Generic:
17^^^^^^^^
18
19- Ensure we run pollers in cpu_wait_job()
20
21  In root causing a bug on AST BMC Alistair found that pollers weren't
22  being run for around 3800ms.
23
24  This could show as not resetting the boot count sensor on successful
25  boot.
26
27AST BMC Machines
28^^^^^^^^^^^^^^^^
29
30- hw/bt.c: Check for timeout after checking for message response
31
32  When deciding if a BT message has timed out we should first check for
33  a message response. This will ensure that messages will not time out
34  if there was a delay calling the pollers.
35
36  This could show as not resetting the boot count sensor on successful
37  boot.
38