aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-10-08 08:09:58 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-10-08 08:09:58 +1100
commitee4c1a5e0e3cb8571059b9887bbcb8e47bb8c306 (patch)
tree7231ceeefb0c1301e4ec842ae82e357e29a66512
parent6ca5e87857d55d0b2c30d140c5087d21eb0b7524 (diff)
parent07ef5bbd274410b86d6922b631e76a52f90aa7f5 (diff)
downloadskiboot-ee4c1a5e0e3cb8571059b9887bbcb8e47bb8c306.zip
skiboot-ee4c1a5e0e3cb8571059b9887bbcb8e47bb8c306.tar.gz
skiboot-ee4c1a5e0e3cb8571059b9887bbcb8e47bb8c306.tar.bz2
Merge tag 'skiboot-5.1.6' into stable-5.1.7
Tag skiboot-5.1.6
-rw-r--r--doc/release-notes/skiboot-5.1.6.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.1.6.txt b/doc/release-notes/skiboot-5.1.6.txt
new file mode 100644
index 0000000..12ad0f9
--- /dev/null
+++ b/doc/release-notes/skiboot-5.1.6.txt
@@ -0,0 +1,31 @@
+skiboot-5.1.6
+-------------
+
+skiboot-5.1.6 was released on October 8th, 2015.
+
+skiboot-5.1.6 is the 7th stable release of 5.1, it follows skiboot-5.1.5
+(which was released October 1st, 2015).
+
+Skiboot 5.1.6 contains all fixes from skiboot-5.1.5 and is a minor bug
+fix release.
+
+Over skiboot-5.1.5, we have the following changes:
+
+Generic:
+- Ensure we run pollers in cpu_wait_job()
+
+ In root causing a bug on AST BMC Alistair found that pollers weren't
+ being run for around 3800ms.
+
+ This could show as not resetting the boot count sensor on successful
+ boot.
+
+AST BMC Machines:
+- hw/bt.c: Check for timeout after checking for message response
+
+ When deciding if a BT message has timed out we should first check for
+ a message response. This will ensure that messages will not time out
+ if there was a delay calling the pollers.
+
+ This could show as not resetting the boot count sensor on successful
+ boot.