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: Tue, 28 May 2024 16:17:40 +0200
From: Borislav Petkov <bp@...en8.de>
To: Vasyl Gomonovych <gomonovych@...il.com>
Cc: Yazen.Ghannam@....com, tony.luck@...el.com, linux-edac@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] RAS: Add missing newlines to pr_info

On Fri, May 17, 2024 at 02:54:37PM -0700, Vasyl Gomonovych wrote:
> Fix RAS log statement by adding missing newline character
> 
> Signed-off-by: Vasyl Gomonovych <gomonovych@...il.com>
> ---
>  drivers/ras/amd/atl/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ras/amd/atl/core.c b/drivers/ras/amd/atl/core.c
> index 6dc4e06305f7..f9f760d780c4 100644
> --- a/drivers/ras/amd/atl/core.c
> +++ b/drivers/ras/amd/atl/core.c
> @@ -206,7 +206,7 @@ static int __init amd_atl_init(void)
>  	__module_get(THIS_MODULE);
>  	amd_atl_register_decoder(convert_umc_mca_addr_to_sys_addr);
>  
> -	pr_info("AMD Address Translation Library initialized");
> +	pr_info("AMD Address Translation Library initialized\n");
>  	return 0;
>  }
>  
> -- 

Both applied, thanks.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ