On Wed, Jan 25, 2017 at 1:33 PM, Michael Ellerman wrote:
> Michael Ellerman writes:
>
>> Joel Stanley writes:
>>
>>> The OPAL memory console is reported to be size zero, as we do not
>>> initialise the struct attr with any size information due to the size
>>> being variable. This leads users to
Michael Ellerman writes:
> Joel Stanley writes:
>
>> The OPAL memory console is reported to be size zero, as we do not
>> initialise the struct attr with any size information due to the size
>> being variable. This leads users to think that the console is empty.
>
> Hmm OK. That is a general pro
Joel Stanley writes:
> The OPAL memory console is reported to be size zero, as we do not
> initialise the struct attr with any size information due to the size
> being variable. This leads users to think that the console is empty.
Hmm OK. That is a general property of /proc and /sys files that a
The OPAL memory console is reported to be size zero, as we do not
initialise the struct attr with any size information due to the size
being variable. This leads users to think that the console is empty.
Instead report the maximum size.
Signed-off-by: Joel Stanley
---
arch/powerpc/platforms/pow