]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kdb: Remove fallback interpretation of arbitrary numbers as hex
authorNir Lichtman <nir@lichtman.org>
Mon, 28 Oct 2024 19:22:28 +0000 (19:22 +0000)
committerDaniel Thompson <daniel.thompson@linaro.org>
Sat, 2 Nov 2024 08:33:13 +0000 (08:33 +0000)
commit9131d6a7a726d7a372bc35d27df9ebe3f011508e
tree4f141fa13f5a9393ff3bfa06a02b88a435ba7182
parent0c10cc2435115c36dcb611f8e1ed99ba6de6f17f
kdb: Remove fallback interpretation of arbitrary numbers as hex

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>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Nir Lichtman <nir@lichtman.org>
Link: https://lore.kernel.org/r/20241028192228.GC918454@lichtman.org
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
kernel/debug/kdb/kdb_main.c