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, 17 Mar 2021 10:37:58 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, chris@...kel.net,
        jcmvbkbc@...il.com, akpm@...ux-foundation.org, rppt@...nel.org,
        linux-xtensa@...ux-xtensa.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] xtensa: kernel: Fix typo in the file vectors.S

On 3/17/21 1:27 AM, Bhaskar Chowdhury wrote:
> 
> s/markt/mark/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
> ---
>  arch/xtensa/kernel/vectors.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/xtensa/kernel/vectors.S b/arch/xtensa/kernel/vectors.S
> index 1a7538ccfc5a..bb4243de8ba3 100644
> --- a/arch/xtensa/kernel/vectors.S
> +++ b/arch/xtensa/kernel/vectors.S
> @@ -202,7 +202,7 @@ ENDPROC(_KernelExceptionVector)
>   * See the handle_alloca_user and spill_registers routines for example clients.
>   *
>   * FIXME: Note: we currently don't allow signal handling coming from a double
> - *        exception, so the item markt with (*) is not required.

                                    marked


> + *        exception, so the item mark with (*) is not required.
>   */
> 
>  	.section .DoubleExceptionVector.text, "ax"
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ