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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 9 Mar 2020 10:44:12 +0000
From:   Mark Rutland <mark.rutland@....com>
To:     王程刚 <wangchenggang@...o.com>
Cc:     'Catalin Marinas' <catalin.marinas@....com>,
        'Will Deacon' <will@...nel.org>,
        'Marc Zyngier' <maz@...nel.org>,
        'Allison Randal' <allison@...utok.net>,
        'Greg Kroah-Hartman' <gregkh@...uxfoundation.org>,
        'Andrew Murray' <amurray@...goodpenguin.co.uk>,
        'Thomas Gleixner' <tglx@...utronix.de>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        trivial@...nel.org, wenhu.wang@...o.com
Subject: Re: [PATCH] arch/arm64: fix typo in a comment

On Mon, Mar 09, 2020 at 03:21:42PM +0800, 王程刚 wrote:
> Fix typo in a comment in arch/arm64/include/asm/esr.h
> 
> "Unallocted" -> "Unallocated"
> 
> Signed-off-by: Chenggang Wang <wangchenggang@...o.com>

My bad, it seems.

Acked-by: Mark Rutland <mark.rutland@....com>

Mark.

> ---
>  arch/arm64/include/asm/esr.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/include/asm/esr.h b/arch/arm64/include/asm/esr.h
> index cb29253ae86b..6a395a7e6707 100644
> --- a/arch/arm64/include/asm/esr.h
> +++ b/arch/arm64/include/asm/esr.h
> @@ -60,7 +60,7 @@
>  #define ESR_ELx_EC_BKPT32	(0x38)
>  /* Unallocated EC: 0x39 */
>  #define ESR_ELx_EC_VECTOR32	(0x3A)	/* EL2 only */
> -/* Unallocted EC: 0x3B */
> +/* Unallocated EC: 0x3B */
>  #define ESR_ELx_EC_BRK64	(0x3C)
>  /* Unallocated EC: 0x3D - 0x3F */
>  #define ESR_ELx_EC_MAX		(0x3F)
> --
> 2.20.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ