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: <20220201080201.GB5886@alpha.franken.de>
Date:   Tue, 1 Feb 2022 09:02:01 +0100
From:   Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To:     linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MIPS: octeon: Fix missed PTR->PTR_WD conversion

On Mon, Jan 31, 2022 at 11:07:02AM +0100, Thomas Bogendoerfer wrote:
> Fixes: fa62f39dc7e2 ("MIPS: Fix build error due to PTR used in more places")
> Signed-off-by: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
> ---
>  arch/mips/cavium-octeon/octeon-memcpy.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/cavium-octeon/octeon-memcpy.S b/arch/mips/cavium-octeon/octeon-memcpy.S
> index 0a515cde1c18..25860fba6218 100644
> --- a/arch/mips/cavium-octeon/octeon-memcpy.S
> +++ b/arch/mips/cavium-octeon/octeon-memcpy.S
> @@ -74,7 +74,7 @@
>  #define EXC(inst_reg,addr,handler)		\
>  9:	inst_reg, addr;				\
>  	.section __ex_table,"a";		\
> -	PTR	9b, handler;			\
> +	PTR_WD	9b, handler;			\
>  	.previous
>  
>  /*
> -- 
> 2.29.2

applied to mips-fixes.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ