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:	Tue, 25 Nov 2014 11:45:41 +0000
From:	Russell King - ARM Linux <linux@....linux.org.uk>
To:	Lin Yongting <linyongting@...il.com>
Cc:	victor.kamensky@...aro.org, nico@...aro.org,
	linux-arm-kernel@...ts.infradead.org, will.deacon@....com,
	linux-kernel@...r.kernel.org, linyongting@...wei.com
Subject: Re: [PATCH] ARM: Add unwinding support for memmove function

On Mon, Nov 24, 2014 at 09:45:56PM +0800, Lin Yongting wrote:
> @@ -27,12 +28,17 @@
>   */
>  
>  ENTRY(memmove)
> +	UNWIND(	.fnstart			)
>  
>  		subs	ip, r0, r1
>  		cmphi	r2, ip
>  		bls	memcpy
>  
>  		stmfd	sp!, {r0, r4, lr}
> +	UNWIND(	.fnend				)
> +
> +	UNWIND(	.fnstart			)
> +	UNWIND(	.save	{r0, r4, lr}		) @ in first stmfd block

This is pretty horrid, but I guess it's necessary due to how the unwinder
works.  If no one has any objections, please drop it in the patch system
and I'll queue it for the next merge window.

Thanks.

-- 
FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up
according to speedtest.net.
--
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