[PATCH 2/3] powerpc: prom_init: switch to early string functions
Christophe Leroy
christophe.leroy at csgroup.eu
Fri Apr 30 18:51:45 AEST 2021
Le 30/04/2021 à 06:22, Daniel Walker a écrit :
> This converts the prom_init string users to the early string function
> which don't suffer from KASAN or any other debugging enabled.
>
> Cc: xe-linux-external at cisco.com
> Signed-off-by: Daniel Walker <danielwa at cisco.com>
> ---
> arch/powerpc/kernel/prom_init.c | 185 ++++++-------------------
> arch/powerpc/kernel/prom_init_check.sh | 9 +-
> 2 files changed, 51 insertions(+), 143 deletions(-)
>
> diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
> index ccf77b985c8f..4d4343da1280 100644
> --- a/arch/powerpc/kernel/prom_init.c
> +++ b/arch/powerpc/kernel/prom_init.c
> @@ -225,105 +225,6 @@ static bool __prombss rtas_has_query_cpu_stopped;
> #define PHANDLE_VALID(p) ((p) != 0 && (p) != PROM_ERROR)
> #define IHANDLE_VALID(i) ((i) != 0 && (i) != PROM_ERROR)
>
> -/* Copied from lib/string.c and lib/kstrtox.c */
Please leave the second part of the comment as you have not removed prom_strtobool()
More information about the Linuxppc-dev
mailing list