2013-10-14 07:57:05

by Vineet Gupta

[permalink] [raw]
Subject: ARC fixes backport for stable 3.11

Hi Greg,

Can you please apply the following mainline commits to your queue for next 3.11
stable, in that order.

7efd0da2d173 ARC: Fix __udelay calculation
c11eb222fd7d ARC: Handle zero-overhead-loop in unaligned access handler
0752adfda15f ARC: Fix 32-bit wrap around in access_ok()
6c00350b573c ARC: Workaround spinlock livelock in SMP SystemC simulation
10469350e345 ARC: Fix signal frame management for SA_SIGINFO
5b24282846c0 ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"

Thx,
-Vineet


2013-10-14 21:06:32

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: ARC fixes backport for stable 3.11

On Mon, Oct 14, 2013 at 01:26:50PM +0530, Vineet Gupta wrote:
> Hi Greg,
>
> Can you please apply the following mainline commits to your queue for next 3.11
> stable, in that order.
>
> 7efd0da2d173 ARC: Fix __udelay calculation
> c11eb222fd7d ARC: Handle zero-overhead-loop in unaligned access handler
> 0752adfda15f ARC: Fix 32-bit wrap around in access_ok()
> 6c00350b573c ARC: Workaround spinlock livelock in SMP SystemC simulation
> 10469350e345 ARC: Fix signal frame management for SA_SIGINFO
> 5b24282846c0 ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"

All applied, thanks.

greg k-h