lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 24 Apr 2024 12:16:18 +0200
From: Michal Simek <michal.simek@....com>
To: linux-kernel@...r.kernel.org, monstr@...str.eu, michal.simek@...inx.com,
 git@...inx.com
Cc: Rob Herring <robh@...nel.org>
Subject: Re: [PATCH] microblaze: Remove early printk call from
 cpuinfo-static.c



On 4/11/24 10:27, Michal Simek wrote:
> Early printk has been removed already that's why also remove calling it.
> Similar change has been done in cpuinfo-pvr-full.c by commit cfbd8d1979af
> ("microblaze: Remove early printk setup").
> 
> Fixes: 96f0e6fcc9ad ("microblaze: remove redundant early_printk support")
> Signed-off-by: Michal Simek <michal.simek@....com>
> ---
> 
>   arch/microblaze/kernel/cpu/cpuinfo-static.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/microblaze/kernel/cpu/cpuinfo-static.c b/arch/microblaze/kernel/cpu/cpuinfo-static.c
> index 85dbda4a08a8..03da36dc6d9c 100644
> --- a/arch/microblaze/kernel/cpu/cpuinfo-static.c
> +++ b/arch/microblaze/kernel/cpu/cpuinfo-static.c
> @@ -18,7 +18,7 @@ static const char family_string[] = CONFIG_XILINX_MICROBLAZE0_FAMILY;
>   static const char cpu_ver_string[] = CONFIG_XILINX_MICROBLAZE0_HW_VER;
>   
>   #define err_printk(x) \
> -	early_printk("ERROR: Microblaze " x "-different for kernel and DTS\n");
> +	pr_err("ERROR: Microblaze " x "-different for kernel and DTS\n");
>   
>   void __init set_cpuinfo_static(struct cpuinfo *ci, struct device_node *cpu)
>   {

Applied.
M

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ