mbox series

[git,pull] Fixes for stable Skiboot 6.0.22

Message ID ec2c2f8a-68ac-e4f7-3fb9-63ffaee68c22@linux.vnet.ibm.com
State Accepted
Headers show
Series [git,pull] Fixes for stable Skiboot 6.0.22 | expand

Pull-request

https://github.com/klauskiwi/skiboot/ skiboot-6.0.x-fixes

Message

Klaus Heinrich Kiwi March 25, 2020, 6:24 p.m. UTC
Hi Vasant,

The fixes below are necessary to Skiboot 6.0.22. Can you pull them?

Thanks,

  -Klaus

----------------------------------------------------------------
The following changes since commit 53512f1e82739af83377177eb7af76f2254bc7e0:

   skiboot v6.0.21 release notes (2020-01-07 11:18:03 +0530)

are available in the Git repository at:

   https://github.com/klauskiwi/skiboot/ skiboot-6.0.x-fixes

for you to fetch changes up to 10b5b80e18aec105d15e3a5fbd6e7c656b962888:

   errorlog: Increase the severity of abnormal reboot events (2020-03-25 
15:06:40 -0300)

----------------------------------------------------------------
Alexey Kardashevskiy (2):
       npu2: Clear fence state for a brick being reset
       npu2: Clear fence on all bricks

Stewart Smith (1):
       ipmi: ensure forward progress on ipmi_queue_msg_sync()

Vasant Hegde (2):
       eSEL: Make sure PANIC logs are sent to BMC before calling assert
       errorlog: Increase the severity of abnormal reboot events

  core/ipmi.c             | 12 +++++++++++-
  core/platform.c         |  2 +-
  hw/bt.c                 |  6 ++++++
  hw/fsp/fsp-ipmi.c       |  2 ++
  hw/ipmi/ipmi-sel.c      | 17 +++++++++++++++--
  hw/npu2-hw-procedures.c | 19 +++++++++++++++++--
  include/ipmi.h          |  9 +++++++++
  7 files changed, 61 insertions(+), 6 deletions(-)