mbox series

[git,pull] skiboot v6.5.2

Message ID af9b9e03-9a8b-3ddb-044d-9b43135c9382@linux.vnet.ibm.com
State Accepted
Headers show
Series [git,pull] skiboot v6.5.2 | expand

Pull-request

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

Message

Vasant Hegde Dec. 6, 2019, 11:59 a.m. UTC
Hello Oliver,


Please pull skiboot stable v6.5.2 which contains below fixes.


-Vasant

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

The following changes since commit aff9301bb341b5387228e82036a7d72e519d8855:

   skiboot v6.5.1 release notes (2019-10-23 16:36:57 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 5b2ca14f69ecdbf82d529be742273bd65870ca64:

   skiboot v6.5.2 release notes (2019-12-06 14:19:43 +0530)

----------------------------------------------------------------
Andrew Donnellan (1):
       npu2-opencapi: Fix integer promotion bug in LPC allocation

Frederic Barrat (1):
       platform/mihawk: Detect old system compatible string

Joy Chu (1):
       platform/mihawk: Add system VPD EEPROM to I2C bus

Mahesh Salgaonkar (1):
       IPMI: Trigger OPAL TI in abort path.

Nicholas Piggin (1):
       slw: slw_reinit fix array overrun

Oliver O'Halloran (1):
       hw/port80: Squash No SYNC error

Reza Arbab (1):
       npu2/hw-procedures: Remove assertion from check_credits()

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

  doc/release-notes/skiboot-6.5.2.rst | 27 +++++++++++++++++++++++++++
  hw/ipmi/ipmi-attn.c                 | 30 +++++++++++++++++++++++-------
  hw/lpc-port80h.c                    |  7 ++++---
  hw/npu2-hw-procedures.c             | 15 ++++++---------
  hw/npu2-opencapi.c                  |  2 +-
  hw/slw.c                            |  2 +-
  hw/test/run-port80h.c               |  7 ++++++-
  platforms/astbmc/mihawk.c           | 23 ++++++++++++++++++++++-
  8 files changed, 90 insertions(+), 23 deletions(-)
  create mode 100644 doc/release-notes/skiboot-6.5.2.rst

Comments

Vasant Hegde Dec. 9, 2019, 8:16 a.m. UTC | #1
On 12/6/19 5:29 PM, Vasant Hegde wrote:
> Hello Oliver,

Hello Oliver,

Here is the updated pull request.

---------------------------------------------------------------------------------------------------------------------------------------
The following changes since commit aff9301bb341b5387228e82036a7d72e519d8855:

   skiboot v6.5.1 release notes (2019-10-23 16:36:57 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 9d3a456714f618518d3205bd964cab2b99e3b432:

   skiboot v6.5.2 release notes (2019-12-09 12:11:20 +0530)

----------------------------------------------------------------
Andrew Donnellan (1):
       npu2-opencapi: Fix integer promotion bug in LPC allocation

Frederic Barrat (1):
       platform/mihawk: Detect old system compatible string

Joy Chu (1):
       platform/mihawk: Add system VPD EEPROM to I2C bus

Mahesh Salgaonkar (1):
       IPMI: Trigger OPAL TI in abort path.

Nicholas Piggin (1):
       slw: slw_reinit fix array overrun

Oliver O'Halloran (2):
       hw/port80: Squash No SYNC error
       libstb/tpm: block access to unknown i2c devs on the tpm bus

Reza Arbab (1):
       npu2/hw-procedures: Remove assertion from check_credits()

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

  doc/release-notes/skiboot-6.5.2.rst | 28 ++++++++++++++++++++++++++++
  hw/ipmi/ipmi-attn.c                 | 30 +++++++++++++++++++++++-------
  hw/lpc-port80h.c                    |  7 ++++---
  hw/npu2-hw-procedures.c             | 15 ++++++---------
  hw/npu2-opencapi.c                  |  2 +-
  hw/slw.c                            |  2 +-
  hw/test/run-port80h.c               |  7 ++++++-
  libstb/drivers/tpm_i2c_nuvoton.c    | 47 
+++++++++++++++++++++++++++++++++++++++++++----
  platforms/astbmc/mihawk.c           | 23 ++++++++++++++++++++++-
  9 files changed, 134 insertions(+), 27 deletions(-)
  create mode 100644 doc/release-notes/skiboot-6.5.2.rst


-Vasant

> 
> 
> Please pull skiboot stable v6.5.2 which contains below fixes.
> 
> 
> -Vasant
> 
> ------------------------------------------------------------------------------------------------------------------------------------------------ 
> 
> The following changes since commit aff9301bb341b5387228e82036a7d72e519d8855:
> 
>    skiboot v6.5.1 release notes (2019-10-23 16:36:57 +0530)
> 
> are available in the Git repository at:
> 
>    https://github.com/hegdevasant/skiboot.git tags/v6.5.2
> 
> for you to fetch changes up to 5b2ca14f69ecdbf82d529be742273bd65870ca64:
> 
>    skiboot v6.5.2 release notes (2019-12-06 14:19:43 +0530)
> 
> ----------------------------------------------------------------
> Andrew Donnellan (1):
>        npu2-opencapi: Fix integer promotion bug in LPC allocation
> 
> Frederic Barrat (1):
>        platform/mihawk: Detect old system compatible string
> 
> Joy Chu (1):
>        platform/mihawk: Add system VPD EEPROM to I2C bus
> 
> Mahesh Salgaonkar (1):
>        IPMI: Trigger OPAL TI in abort path.
> 
> Nicholas Piggin (1):
>        slw: slw_reinit fix array overrun
> 
> Oliver O'Halloran (1):
>        hw/port80: Squash No SYNC error
> 
> Reza Arbab (1):
>        npu2/hw-procedures: Remove assertion from check_credits()
> 
> Vasant Hegde (1):
>        skiboot v6.5.2 release notes
> 
>   doc/release-notes/skiboot-6.5.2.rst | 27 +++++++++++++++++++++++++++
>   hw/ipmi/ipmi-attn.c                 | 30 +++++++++++++++++++++++-------
>   hw/lpc-port80h.c                    |  7 ++++---
>   hw/npu2-hw-procedures.c             | 15 ++++++---------
>   hw/npu2-opencapi.c                  |  2 +-
>   hw/slw.c                            |  2 +-
>   hw/test/run-port80h.c               |  7 ++++++-
>   platforms/astbmc/mihawk.c           | 23 ++++++++++++++++++++++-
>   8 files changed, 90 insertions(+), 23 deletions(-)
>   create mode 100644 doc/release-notes/skiboot-6.5.2.rst
>
Klaus Heinrich Kiwi Jan. 16, 2020, 6:34 p.m. UTC | #2
Vasant,


  it looks like we may need 
https://github.com/open-power/skiboot/commit/9be9a77a8352aee0bb74ac0d79f55e1238f76285 
(npu2: Clear fence on all bricks) - are you planning on a new stable 
release soon that includes it?


Thanks,


  -Klaus

On 12/9/2019 5:16 AM, Vasant Hegde wrote:
> On 12/6/19 5:29 PM, Vasant Hegde wrote:
>> Hello Oliver,
>
> Hello Oliver,
>
> Here is the updated pull request.
>
> --------------------------------------------------------------------------------------------------------------------------------------- 
>
> The following changes since commit 
> aff9301bb341b5387228e82036a7d72e519d8855:
>
>   skiboot v6.5.1 release notes (2019-10-23 16:36:57 +0530)
>
> are available in the Git repository at:
>
>   https://github.com/hegdevasant/skiboot.git tags/v6.5.2
>
> for you to fetch changes up to 9d3a456714f618518d3205bd964cab2b99e3b432:
>
>   skiboot v6.5.2 release notes (2019-12-09 12:11:20 +0530)
>
> ----------------------------------------------------------------
> Andrew Donnellan (1):
>       npu2-opencapi: Fix integer promotion bug in LPC allocation
>
> Frederic Barrat (1):
>       platform/mihawk: Detect old system compatible string
>
> Joy Chu (1):
>       platform/mihawk: Add system VPD EEPROM to I2C bus
>
> Mahesh Salgaonkar (1):
>       IPMI: Trigger OPAL TI in abort path.
>
> Nicholas Piggin (1):
>       slw: slw_reinit fix array overrun
>
> Oliver O'Halloran (2):
>       hw/port80: Squash No SYNC error
>       libstb/tpm: block access to unknown i2c devs on the tpm bus
>
> Reza Arbab (1):
>       npu2/hw-procedures: Remove assertion from check_credits()
>
> Vasant Hegde (1):
>       skiboot v6.5.2 release notes
>
>  doc/release-notes/skiboot-6.5.2.rst | 28 ++++++++++++++++++++++++++++
>  hw/ipmi/ipmi-attn.c                 | 30 +++++++++++++++++++++++-------
>  hw/lpc-port80h.c                    |  7 ++++---
>  hw/npu2-hw-procedures.c             | 15 ++++++---------
>  hw/npu2-opencapi.c                  |  2 +-
>  hw/slw.c                            |  2 +-
>  hw/test/run-port80h.c               |  7 ++++++-
>  libstb/drivers/tpm_i2c_nuvoton.c    | 47 
> +++++++++++++++++++++++++++++++++++++++++++----
>  platforms/astbmc/mihawk.c           | 23 ++++++++++++++++++++++-
>  9 files changed, 134 insertions(+), 27 deletions(-)
>  create mode 100644 doc/release-notes/skiboot-6.5.2.rst
>
>
> -Vasant
>
>>
>>
>> Please pull skiboot stable v6.5.2 which contains below fixes.
>>
>>
>> -Vasant
>>
>> ------------------------------------------------------------------------------------------------------------------------------------------------ 
>>
>> The following changes since commit 
>> aff9301bb341b5387228e82036a7d72e519d8855:
>>
>>    skiboot v6.5.1 release notes (2019-10-23 16:36:57 +0530)
>>
>> are available in the Git repository at:
>>
>>    https://github.com/hegdevasant/skiboot.git tags/v6.5.2
>>
>> for you to fetch changes up to 5b2ca14f69ecdbf82d529be742273bd65870ca64:
>>
>>    skiboot v6.5.2 release notes (2019-12-06 14:19:43 +0530)
>>
>> ----------------------------------------------------------------
>> Andrew Donnellan (1):
>>        npu2-opencapi: Fix integer promotion bug in LPC allocation
>>
>> Frederic Barrat (1):
>>        platform/mihawk: Detect old system compatible string
>>
>> Joy Chu (1):
>>        platform/mihawk: Add system VPD EEPROM to I2C bus
>>
>> Mahesh Salgaonkar (1):
>>        IPMI: Trigger OPAL TI in abort path.
>>
>> Nicholas Piggin (1):
>>        slw: slw_reinit fix array overrun
>>
>> Oliver O'Halloran (1):
>>        hw/port80: Squash No SYNC error
>>
>> Reza Arbab (1):
>>        npu2/hw-procedures: Remove assertion from check_credits()
>>
>> Vasant Hegde (1):
>>        skiboot v6.5.2 release notes
>>
>>   doc/release-notes/skiboot-6.5.2.rst | 27 +++++++++++++++++++++++++++
>>   hw/ipmi/ipmi-attn.c                 | 30 
>> +++++++++++++++++++++++-------
>>   hw/lpc-port80h.c                    |  7 ++++---
>>   hw/npu2-hw-procedures.c             | 15 ++++++---------
>>   hw/npu2-opencapi.c                  |  2 +-
>>   hw/slw.c                            |  2 +-
>>   hw/test/run-port80h.c               |  7 ++++++-
>>   platforms/astbmc/mihawk.c           | 23 ++++++++++++++++++++++-
>>   8 files changed, 90 insertions(+), 23 deletions(-)
>>   create mode 100644 doc/release-notes/skiboot-6.5.2.rst
>>
>
Klaus Heinrich Kiwi Jan. 17, 2020, 12:01 a.m. UTC | #3
On 1/16/2020 3:34 PM, Klaus Heinrich Kiwi wrote:
> Vasant,
>
>
>  it looks like we may need 
> https://github.com/open-power/skiboot/commit/9be9a77a8352aee0bb74ac0d79f55e1238f76285 
> (npu2: Clear fence on all bricks) - are you planning on a new stable 
> release soon that includes it?
>
In fact we might need that on 6.0.x as well.


  -Klaus
Vasant Hegde Jan. 17, 2020, 6:23 a.m. UTC | #4
On 1/17/20 12:04 AM, Klaus Heinrich Kiwi wrote:
> Vasant,

Klaus,

> 
> 
>   it looks like we may need 
> https://github.com/open-power/skiboot/commit/9be9a77a8352aee0bb74ac0d79f55e1238f76285 
> (npu2: Clear fence on all bricks) - are you planning on a new stable release 
> soon that includes it?

This patch is not marked for stable. So I didn't pick this for any of the stable 
branches.

Someone has to backport patch to required stable branch, verify it and send to 
to stable mailing list..
Then I can pick up the patch and make new release.

-Vasant

> 
> 
> Thanks,
> 
> 
>   -Klaus
> 
> On 12/9/2019 5:16 AM, Vasant Hegde wrote:
>> On 12/6/19 5:29 PM, Vasant Hegde wrote:
>>> Hello Oliver,
>>
>> Hello Oliver,
>>
>> Here is the updated pull request.
>>
>> --------------------------------------------------------------------------------------------------------------------------------------- 
>>
>> The following changes since commit aff9301bb341b5387228e82036a7d72e519d8855:
>>
>>   skiboot v6.5.1 release notes (2019-10-23 16:36:57 +0530)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/hegdevasant/skiboot.git tags/v6.5.2
>>
>> for you to fetch changes up to 9d3a456714f618518d3205bd964cab2b99e3b432:
>>
>>   skiboot v6.5.2 release notes (2019-12-09 12:11:20 +0530)
>>
>> ----------------------------------------------------------------
>> Andrew Donnellan (1):
>>       npu2-opencapi: Fix integer promotion bug in LPC allocation
>>
>> Frederic Barrat (1):
>>       platform/mihawk: Detect old system compatible string
>>
>> Joy Chu (1):
>>       platform/mihawk: Add system VPD EEPROM to I2C bus
>>
>> Mahesh Salgaonkar (1):
>>       IPMI: Trigger OPAL TI in abort path.
>>
>> Nicholas Piggin (1):
>>       slw: slw_reinit fix array overrun
>>
>> Oliver O'Halloran (2):
>>       hw/port80: Squash No SYNC error
>>       libstb/tpm: block access to unknown i2c devs on the tpm bus
>>
>> Reza Arbab (1):
>>       npu2/hw-procedures: Remove assertion from check_credits()
>>
>> Vasant Hegde (1):
>>       skiboot v6.5.2 release notes
>>
>>  doc/release-notes/skiboot-6.5.2.rst | 28 ++++++++++++++++++++++++++++
>>  hw/ipmi/ipmi-attn.c                 | 30 +++++++++++++++++++++++-------
>>  hw/lpc-port80h.c                    |  7 ++++---
>>  hw/npu2-hw-procedures.c             | 15 ++++++---------
>>  hw/npu2-opencapi.c                  |  2 +-
>>  hw/slw.c                            |  2 +-
>>  hw/test/run-port80h.c               |  7 ++++++-
>>  libstb/drivers/tpm_i2c_nuvoton.c    | 47 
>> +++++++++++++++++++++++++++++++++++++++++++----
>>  platforms/astbmc/mihawk.c           | 23 ++++++++++++++++++++++-
>>  9 files changed, 134 insertions(+), 27 deletions(-)
>>  create mode 100644 doc/release-notes/skiboot-6.5.2.rst
>>
>>
>> -Vasant
>>
>>>
>>>
>>> Please pull skiboot stable v6.5.2 which contains below fixes.
>>>
>>>
>>> -Vasant
>>>
>>> ------------------------------------------------------------------------------------------------------------------------------------------------ 
>>>
>>> The following changes since commit aff9301bb341b5387228e82036a7d72e519d8855:
>>>
>>>    skiboot v6.5.1 release notes (2019-10-23 16:36:57 +0530)
>>>
>>> are available in the Git repository at:
>>>
>>>    https://github.com/hegdevasant/skiboot.git tags/v6.5.2
>>>
>>> for you to fetch changes up to 5b2ca14f69ecdbf82d529be742273bd65870ca64:
>>>
>>>    skiboot v6.5.2 release notes (2019-12-06 14:19:43 +0530)
>>>
>>> ----------------------------------------------------------------
>>> Andrew Donnellan (1):
>>>        npu2-opencapi: Fix integer promotion bug in LPC allocation
>>>
>>> Frederic Barrat (1):
>>>        platform/mihawk: Detect old system compatible string
>>>
>>> Joy Chu (1):
>>>        platform/mihawk: Add system VPD EEPROM to I2C bus
>>>
>>> Mahesh Salgaonkar (1):
>>>        IPMI: Trigger OPAL TI in abort path.
>>>
>>> Nicholas Piggin (1):
>>>        slw: slw_reinit fix array overrun
>>>
>>> Oliver O'Halloran (1):
>>>        hw/port80: Squash No SYNC error
>>>
>>> Reza Arbab (1):
>>>        npu2/hw-procedures: Remove assertion from check_credits()
>>>
>>> Vasant Hegde (1):
>>>        skiboot v6.5.2 release notes
>>>
>>>   doc/release-notes/skiboot-6.5.2.rst | 27 +++++++++++++++++++++++++++
>>>   hw/ipmi/ipmi-attn.c                 | 30 +++++++++++++++++++++++-------
>>>   hw/lpc-port80h.c                    |  7 ++++---
>>>   hw/npu2-hw-procedures.c             | 15 ++++++---------
>>>   hw/npu2-opencapi.c                  |  2 +-
>>>   hw/slw.c                            |  2 +-
>>>   hw/test/run-port80h.c               |  7 ++++++-
>>>   platforms/astbmc/mihawk.c           | 23 ++++++++++++++++++++++-
>>>   8 files changed, 90 insertions(+), 23 deletions(-)
>>>   create mode 100644 doc/release-notes/skiboot-6.5.2.rst
>>>
>>