Re: [2/3] mm: fix up some user-visible effects of the stack guard page

2015-01-05 Thread Jay Foad
Sorry for replying to this old email... On Wed, 2010-08-18 at 13:30 -0700, Greg KH wrote: > 2.6.35-stable review patch. If anyone has any objections, please let us know. > > -- > > From: Linus Torvalds > > commit d7824370e26325c881b665350ce64fb0a4fde24a upstream. > > This commit m

Re: [2/3] mm: fix up some user-visible effects of the stack guard page

2015-01-06 Thread Jay Foad
On 5 January 2015 at 21:03, Linus Torvalds wrote: > On Mon, Jan 5, 2015 at 2:21 AM, Jay Foad wrote: >> Sorry for replying to this old email... >> >>> commit d7824370e26325c881b665350ce64fb0a4fde24a upstream > > Heh. From august 2010. That's 4+ years ago..

[PATCH] ARM: VFP: Fix emulation of multiply accumulate instructions

2014-03-26 Thread Jay Foad
The emulation for single and double precision multiply accumulate instructions correctly normalised any denormal values in the operand registers, but failed to normalise the destination (accumulator) register. This fixes https://bugzilla.kernel.org/show_bug.cgi?id=70501 Signed-off-by: Jay Foad

Re: [PATCH] ARM: VFP: Fix emulation of multiply accumulate instructions

2014-04-14 Thread Jay Foad
On 8 April 2014 14:13, Dave Martin wrote: > On Wed, Mar 26, 2014 at 04:49:09PM +0000, Jay Foad wrote: >> The emulation for single and double precision multiply accumulate >> instructions correctly normalised any denormal values in the operand >> registers, but failed to norm