Re: [PATCH v3 3/3] kdb: Remove fallback interpretation of arbitrary numbers as hex

From: Doug Anderson
Date: Mon Oct 28 2024 - 14:12:29 EST


Hi,

On Sat, Oct 26, 2024 at 8:00 AM Nir Lichtman <nir@xxxxxxxxxxxx> wrote:
>
> Remove logic that enables a fallback of interpreting numbers supplied in KDB CLI
> to be interpreted as hex without explicit "0x" prefix as this can be confusing
> for the end users.
>
> Suggested-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
> Signed-off-by: Nir Lichtman <nir@xxxxxxxxxxxx>
>
> ---
> kernel/debug/kdb/kdb_main.c | 16 ++++------------
> 1 file changed, 4 insertions(+), 12 deletions(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>