mbox series

[git,pull] skiboot v6.6.5

Message ID 82cabeb0-7435-e32a-e479-ac149144432f@linux.vnet.ibm.com
State Not Applicable
Headers show
Series [git,pull] skiboot v6.6.5 | expand

Pull-request

https://github.com/hegdevasant/skiboot.git tags/v6.6.5

Message

Vasant Hegde Jan. 6, 2021, 9:56 a.m. UTC
The following changes since commit 9a2d2f9fa3c399f038aea69cb841d1feccb95f8b:

   skiboot v6.6.4 release notes (2020-10-22 16:37:39 +0530)

are available in the Git repository at:

   https://github.com/hegdevasant/skiboot.git tags/v6.6.5

for you to fetch changes up to d46612d66656d3cac1a4f4fd12bad9be8c82a2d6:

   skiboot v6.6.5 release notes (2021-01-06 15:00:55 +0530)

----------------------------------------------------------------
v6.6.5

----------------------------------------------------------------
Cédric Le Goater (1):
       xive/p9: Remove assert from xive_eq_for_target()

Gautham R. Shenoy (1):
       xscom: Fix xscom error logging caused due to xscom OPAL call

Vasant Hegde (5):
       core/platform: Fallback to full_reboot if fast-reboot fails
       SBE: Check timer state before scheduling timer
       SBE: Rate limit timer requests
       SBE: Account cancelled timer request
       skiboot v6.6.5 release notes

  core/platform.c                     |  3 ++-
  doc/release-notes/skiboot-6.6.5.rst | 25 +++++++++++++++++++++++++
  hw/sbe-p9.c                         | 31 +++++++++++++++++++++++++++++--
  hw/xive.c                           |  2 +-
  hw/xscom.c                          | 21 +++++++++++++++++++--
  5 files changed, 76 insertions(+), 6 deletions(-)
  create mode 100644 doc/release-notes/skiboot-6.6.5.rst