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:	Thu, 31 Jul 2014 12:32:37 +0200
From:	Ard Biesheuvel <ard.biesheuvel@...aro.org>
To:	byungchul.park@....com, Will Deacon <will.deacon@....com>
Cc:	Catalin Marinas <catalin.marinas@....com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] fix a typing error in fpsimd_save_partial_state ENDPROC

On 31 July 2014 12:05,  <byungchul.park@....com> wrote:
> From: "byungchul.park" <byungchul.park@....com>
>
> commit 190f1ca85d07 (arm64: add support for kernel mode NEON in interrupt context)
> introduced a typing error in fpsimd_save_partial_state ENDPROC.
> fix the typing error.
>
> Signed-off-by: byungchul.park <byungchul.park@....com>

Acked-by: Ard Biesheuvel <ard.biesheuvel@...aro.org>


> ---
>  arch/arm64/kernel/entry-fpsimd.S |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/kernel/entry-fpsimd.S b/arch/arm64/kernel/entry-fpsimd.S
> index d358cca..c44a82f 100644
> --- a/arch/arm64/kernel/entry-fpsimd.S
> +++ b/arch/arm64/kernel/entry-fpsimd.S
> @@ -52,7 +52,7 @@ ENDPROC(fpsimd_load_state)
>  ENTRY(fpsimd_save_partial_state)
>         fpsimd_save_partial x0, 1, 8, 9
>         ret
> -ENDPROC(fpsimd_load_partial_state)
> +ENDPROC(fpsimd_save_partial_state)
>
>  /*
>   * Load the bottom n FP registers.
> --
> 1.7.9.5
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ