Fix patch format and upstream references

svn path=/dists/sid/linux-2.6/; revision=15835
This commit is contained in:
Ben Hutchings 2010-06-06 17:52:24 +00:00
parent a82a5e9511
commit 8e1bd30018
3 changed files with 23 additions and 15 deletions

View File

@ -2,7 +2,7 @@ From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 17 May 2010 09:00:00 -0400
Subject: [PATCH 1/2] ext4: Conditionally define compat ioctl numbers
commit 3ad0fa9c3af24b787158aa7d1bca18e401082e33 upstream.
commit 899ad0cea6ad7ff4ba24b16318edbc3cbbe03fad upstream.
It is unnecessary, and in general impossible, to define the compat
ioctl numbers except when building the filesystem with CONFIG_COMPAT

View File

@ -1,18 +1,21 @@
commit 550f0d922286556c7ea43974bb7921effb5a5278
Author: Helge Deller <deller@gmx.de>
Date: Mon May 3 20:44:21 2010 +0000
From: Helge Deller <deller@gmx.de>
Date: Mon, 3 May 2010 20:44:21 +0000
Subject: [PATCH] parisc: clear floating point exception flag on SIGFPE signal
parisc: clear floating point exception flag on SIGFPE signal
Clear the floating point exception flag before returning to
user space. This is needed, else the libc trampoline handler
may hit the same SIGFPE again while building up a trampoline
to a signal handler.
Fixes debian bug #559406.
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
commit 550f0d922286556c7ea43974bb7921effb5a5278 upstream.
Clear the floating point exception flag before returning to
user space. This is needed, else the libc trampoline handler
may hit the same SIGFPE again while building up a trampoline
to a signal handler.
Fixes debian bug #559406.
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
---
arch/parisc/math-emu/decode_exc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/parisc/math-emu/decode_exc.c b/arch/parisc/math-emu/decode_exc.c
index 3ca1c61..27a7492 100644
@ -26,3 +29,6 @@ index 3ca1c61..27a7492 100644
return SIGNALCODE(SIGFPE, FPE_FLTDIV);
case INEXACTEXCEPTION:
update_trap_counts(Fpu_register, aflags, bflags, trap_counts);
--
1.7.1

View File

@ -2,6 +2,8 @@ From: Aurelien Jarno <aurelien@aurel32.net>
Date: Mon, 31 May 2010 21:45:48 +0000 (+0000)
Subject: clocksource: sh_tmu: compute mult and shift before registration
commit 66f49121ffa41a19c59965b31b046d8368fec3c7 upstream.
clocksource: sh_tmu: compute mult and shift before registration
Since commit 98962465ed9e6ea99c38e0af63fe1dcb5a79dc25 ("nohz: Prevent