Skip to content

Commit

Permalink
doc: Fix block in 6.3.2 release notes
Browse files Browse the repository at this point in the history
Squash another warning

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
oohal committed Dec 16, 2019
1 parent 58d5152 commit 962f6d7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions doc/release-notes/skiboot-6.3.2.rst
Expand Up @@ -165,12 +165,11 @@ Bug fixes included in this release are:
below error. And caller is not reallocating sufficient buffer. Also its
hard to guess the size.

sample log:::
-----------
Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
....
sample log::

Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument
Mar 28 03:31:43 zz24p1 opal-prd: FW: error reading from firmware: alloc 32 rc -1: Invalid argument

Lets use opal-msg-size device tree property to allocate memory
for prd message.
Expand Down

0 comments on commit 962f6d7

Please sign in to comment.