Re: [PATCH v3 3/3] kdb: Remove fallback interpretation of arbitrary numbers as hex
From: Doug Anderson <dianders@chromium.org>
Date: 2024-10-28 18:11:46
Also in:
linux-kernel-mentees, lkml
From: Doug Anderson <dianders@chromium.org>
Date: 2024-10-28 18:11:46
Also in:
linux-kernel-mentees, lkml
Hi, On Sat, Oct 26, 2024 at 8:00 AM Nir Lichtman [off-list ref] 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@chromium.org> Signed-off-by: Nir Lichtman <redacted> --- kernel/debug/kdb/kdb_main.c | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-)
Reviewed-by: Douglas Anderson <dianders@chromium.org>