mbox series

[git,pull] skiboot v6.3.4

Message ID 1dc10ac9-55e5-95de-96cb-1bd2c1a363e4@linux.vnet.ibm.com
State Accepted
Headers show
Series [git,pull] skiboot v6.3.4 | expand

Pull-request

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

Message

Vasant Hegde Oct. 3, 2019, 11:15 a.m. UTC
Hello Oliver,

Please pull below changes for skiboot-6.3.x branch.

This request fixes couple of bugs/issues reported internally/externally.


-Vasant


------------------------------------------------------------------------------------------------------------------------------------------------


The following changes since commit ffadc0d9277df03ca4d37057341fcb411ad78a3a:

   skiboot v6.3.3 release notes (2019-08-06 16:33:23 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 15d5424fdcb31ade7066ae0401a337b6921f64ec:

   skiboot v6.3.4 release notes (2019-10-03 12:58:19 +0530)

----------------------------------------------------------------
Cédric Le Goater (1):
       xive: fix return value of opal_xive_allocate_irq()

Jordan Niethe (1):
       hw/phb4: Use standard MIN/MAX macro definitions

Oliver O'Halloran (2):
       core/platform: Actually disable fast-reboot on P8
       hw/phb4: Prevent register accesses when in reset

Stewart Smith (1):
       doc/requirements.txt: pin docutils at 0.14

Vasant Hegde (1):
       skiboot v6.3.4 release notes

  core/platform.c                     |  8 +++++---
  doc/release-notes/skiboot-6.3.4.rst | 29 +++++++++++++++++++++++++++++
  doc/requirements.txt                |  2 ++
  hw/phb4.c                           | 19 +++++++++++++------
  hw/xive.c                           |  2 +-
  include/phb4.h                      |  1 +
  6 files changed, 51 insertions(+), 10 deletions(-)
  create mode 100644 doc/release-notes/skiboot-6.3.4.rst