rpms/kernel/devel linux-2.6.15-tif-restore-sigmask.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 13 08:26:56 UTC 2006


Author: dwmw2

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12829

Modified Files:
	linux-2.6.15-tif-restore-sigmask.patch 
Log Message:
Fix i386 sigsuspend

linux-2.6.15-tif-restore-sigmask.patch:
 arch/frv/kernel/signal.c          |  120 +++++++++++++-------------------------
 arch/i386/kernel/signal.c         |  109 +++++++++++++++-------------------
 arch/powerpc/kernel/entry_32.S    |    8 +-
 arch/powerpc/kernel/entry_64.S    |    2 
 arch/powerpc/kernel/signal_32.c   |   76 ++++++------------------
 arch/powerpc/kernel/signal_64.c   |   56 +++++------------
 include/asm-frv/thread_info.h     |    2 
 include/asm-frv/unistd.h          |    1 
 include/asm-i386/signal.h         |    1 
 include/asm-i386/thread_info.h    |    2 
 include/asm-i386/unistd.h         |    1 
 include/asm-powerpc/thread_info.h |    5 +
 include/asm-powerpc/unistd.h      |    2 
 include/linux/sched.h             |    1 
 kernel/compat.c                   |   28 ++++++++
 kernel/signal.c                   |   26 ++++++++
 16 files changed, 202 insertions(+), 238 deletions(-)

Index: linux-2.6.15-tif-restore-sigmask.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.15-tif-restore-sigmask.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6.15-tif-restore-sigmask.patch	13 Jan 2006 06:08:50 -0000	1.1
+++ linux-2.6.15-tif-restore-sigmask.patch	13 Jan 2006 08:26:52 -0000	1.2
@@ -838,7 +838,7 @@
  #endif /* __ARCH_WANT_COMPAT_SYS_TIME */
 +
 +#ifdef __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND
-+long compat_sys_rt_sigsuspend(compat_sigset_t __user *unewset, compat_size_t sigsetsize)
++asmlinkage long compat_sys_rt_sigsuspend(compat_sigset_t __user *unewset, compat_size_t sigsetsize)
 +{
 +	sigset_t newset;
 +	compat_sigset_t newset32;
@@ -873,7 +873,7 @@
  #endif
  
 +#ifdef __ARCH_WANT_SYS_RT_SIGSUSPEND
-+long sys_rt_sigsuspend(sigset_t __user *unewset, size_t sigsetsize)
++asmlinkage long sys_rt_sigsuspend(sigset_t __user *unewset, size_t sigsetsize)
 +{
 +	sigset_t newset;
 +




More information about the fedora-cvs-commits mailing list