[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87eed4152e.fsf@meer.lwn.net>
Date: Mon, 14 Jun 2021 15:58:49 -0600
From: Jonathan Corbet <corbet@....net>
To: Wolfram Sang <wsa+renesas@...g-engineering.com>,
linux-kernel@...r.kernel.org
Cc: linux-renesas-soc@...r.kernel.org,
Wolfram Sang <wsa+renesas@...g-engineering.com>,
Akinobu Mita <akinobu.mita@...il.com>,
linux-doc@...r.kernel.org
Subject: Re: [PATCH] docs: fault-injection: fix non-working usage of
negative values
Wolfram Sang <wsa+renesas@...g-engineering.com> writes:
> Fault injection uses debugfs in a way that the provided values via sysfs
> are interpreted as u64. Providing negative numbers results in an error:
>
> /sys/kernel/debug/fail_function# echo -1 > times
> sh: write error: Invalid argument
>
> Update the docs and examples to use "printf %#x <val>" in these cases.
> For "retval", reword the paragraph a little and fix a typo.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@...g-engineering.com>
> ---
> .../fault-injection/fault-injection.rst | 24 +++++++++++--------
> 1 file changed, 14 insertions(+), 10 deletions(-)
Applied, thanks.
jon
Powered by blists - more mailing lists