mbox series

[git,pull] skiboot v6.0.21

Message ID b53cda79-a65b-015d-a900-fab2ab940065@linux.vnet.ibm.com
State Accepted
Headers show
Series [git,pull] skiboot v6.0.21 | expand

Pull-request

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

Message

Vasant Hegde Jan. 7, 2020, 6:53 a.m. UTC
Hello Oliver,


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


-Vasant

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


The following changes since commit a2dabb70693b0db556f112b0664bb6f4a28a79aa:

   skiboot v6.0.20 release notes (2019-05-09 17:04:30 +1000)

are available in the Git repository at:

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

for you to fetch changes up to 53512f1e82739af83377177eb7af76f2254bc7e0:

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

----------------------------------------------------------------
Michal Suchanek (1):
       errorlog: Prevent alignment error building with gcc9.

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

Stewart Smith (2):
       struct p9_sbe_msg doesn't need to be packed
       hdata/vpd: fix printing (char*)0x00

Vasant Hegde (2):
       libflash/ecc: Fix compilation warning
       skiboot v6.0.21 release notes

  doc/release-notes/skiboot-6.0.21.rst | 15 +++++++++++++++
  hdata/vpd.c                          |  9 +++++----
  hw/npu2-hw-procedures.c              | 15 ++++++---------
  include/errorlog.h                   |  2 +-
  include/sbe-p9.h                     |  2 +-
  libflash/ecc.c                       |  2 +-
  6 files changed, 29 insertions(+), 16 deletions(-)
  create mode 100644 doc/release-notes/skiboot-6.0.21.rst

Comments

Oliver O'Halloran Jan. 20, 2020, 6:45 a.m. UTC | #1
On Tue, Jan 7, 2020 at 5:53 PM Vasant Hegde
<hegdevasant@linux.vnet.ibm.com> wrote:
>
> Hello Oliver,
>
>
> Please pull skiboot stable v6.0.21 which contains below fixes.

Pulled, thanks.