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] [thread-next>] [day] [month] [year] [list]
Message-ID: <238915dffb733adc5126a1605de0b2878be6ca6e.camel@mediatek.com>
Date:   Wed, 3 Aug 2022 19:07:47 +0800
From:   Kuan-Ying Lee <Kuan-Ying.Lee@...iatek.com>
To:     Catalin Marinas <catalin.marinas@....com>,
        Will Deacon <will@...nel.org>,
        Matthias Brugger <matthias.bgg@...il.com>
CC:     Chinwen Chang (張錦文) 
        <chinwen.chang@...iatek.com>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-mediatek@...ts.infradead.org" 
        <linux-mediatek@...ts.infradead.org>
Subject: Re: [PATCH] arm64: Fix comment typo

On Thu, 2022-07-21 at 11:05 +0800, Kuan-Ying Lee wrote:

Kindly ping.

> Replace wrong 'FIQ EL1h' comment with 'FIQ EL1t'.
> 
> Signed-off-by: Kuan-Ying Lee <Kuan-Ying.Lee@...iatek.com>
> ---
>  arch/arm64/kernel/entry.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
> index 254fe31c03a0..2d73b3e793b2 100644
> --- a/arch/arm64/kernel/entry.S
> +++ b/arch/arm64/kernel/entry.S
> @@ -502,7 +502,7 @@ tsk	.req	x28		// current
> thread_info
>  SYM_CODE_START(vectors)
>  	kernel_ventry	1, t, 64, sync		// Synchronous EL1t
>  	kernel_ventry	1, t, 64, irq		// IRQ EL1t
> -	kernel_ventry	1, t, 64, fiq		// FIQ EL1h
> +	kernel_ventry	1, t, 64, fiq		// FIQ EL1t
>  	kernel_ventry	1, t, 64, error		// Error EL1t
>  
>  	kernel_ventry	1, h, 64, sync		// Synchronous EL1h
> -- 
> 2.18.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ