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]
Message-ID: <aVwiE-eeD-rCrO54@willie-the-truck>
Date: Mon, 5 Jan 2026 20:41:55 +0000
From: Will Deacon <will@...nel.org>
To: Qiang Ma <maqianga@...ontech.com>
Cc: akpm@...ux-foundation.org, bhe@...hat.com, catalin.marinas@....com,
	kexec@...ts.infradead.org, linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 4/4] arm64: kexec: Adjust the debug print of
 kexec_image_info

On Fri, Dec 19, 2025 at 05:31:34PM +0800, Qiang Ma wrote:
> In the previous patch, we move start/head of kimage to the
> generic code, so, we remove them to avoid duplicate printing.
> 
> Signed-off-by: Qiang Ma <maqianga@...ontech.com>
> ---
>  arch/arm64/kernel/machine_kexec.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm64/kernel/machine_kexec.c b/arch/arm64/kernel/machine_kexec.c
> index 239c16e3d02f..0896e3e6a811 100644
> --- a/arch/arm64/kernel/machine_kexec.c
> +++ b/arch/arm64/kernel/machine_kexec.c
> @@ -34,8 +34,6 @@ static void _kexec_image_info(const char *func, int line,
>  {
>  	kexec_dprintk("%s:%d:\n", func, line);
>  	kexec_dprintk("  kexec kimage info:\n");
> -	kexec_dprintk("    type:        %d\n", kimage->type);
> -	kexec_dprintk("    head:        %lx\n", kimage->head);
>  	kexec_dprintk("    kern_reloc: %pa\n", &kimage->arch.kern_reloc);
>  	kexec_dprintk("    el2_vectors: %pa\n", &kimage->arch.el2_vectors);
>  }
> -- 
> 2.20.1

Acked-by: Will Deacon <will@...nel.org>

Will

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ