rpms/kernel/devel kernel.spec, 1.207, 1.208 linux-2.6-utrace-tracehook.patch, 1.13, 1.14

Dave Jones (davej) fedora-extras-commits at redhat.com
Tue Oct 9 05:16:31 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11476

Modified Files:
	kernel.spec linux-2.6-utrace-tracehook.patch 
Log Message:
* Tue Oct 09 2007 Dave Jones <davej at redhat.com>
- Fix lockdep bug in firewire.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- kernel.spec	8 Oct 2007 18:39:10 -0000	1.207
+++ kernel.spec	9 Oct 2007 05:15:57 -0000	1.208
@@ -680,6 +680,8 @@
 #nouveau + drm fixes
 Patch1800: drm-mm-git.patch
 Patch1801: nouveau-drm.patch
+# Fix lockdep bug in firewire.
+Patch1900: linux-2.6-firewire-lockdep.patch
 
 %endif
 
@@ -1221,6 +1223,7 @@
 
 # http://www.lirc.org/
 ApplyPatch linux-2.6-lirc.patch
+ApplyPatch linux-2.6-firewire-lockdep.patch
 
 # ---------- below all scheduled for 2.6.23 -----------------
 
@@ -1815,6 +1818,9 @@
 
 
 %changelog
+* Tue Oct 09 2007 Dave Jones <davej at redhat.com>
+- Fix lockdep bug in firewire.
+
 * Mon Oct 08 2007 Dave Jones <davej at redhat.com>
 - Add a bunch of modules to the 586 kernel for the livecd.
 

linux-2.6-utrace-tracehook.patch:

Index: linux-2.6-utrace-tracehook.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace-tracehook.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- linux-2.6-utrace-tracehook.patch	25 Sep 2007 01:28:29 -0000	1.13
+++ linux-2.6-utrace-tracehook.patch	9 Oct 2007 05:15:57 -0000	1.14
@@ -108,7 +108,7 @@
 
 --- linux-2.6/fs/binfmt_flat.c
 +++ linux-2.6/fs/binfmt_flat.c
-@@ -914,9 +914,6 @@ static int load_flat_binary(struct linux
+@@ -918,9 +918,6 @@ static int load_flat_binary(struct linux
  	
  	start_thread(regs, start_addr, current->mm->start_stack);
  
@@ -1485,7 +1485,7 @@
  	DEFINE(THREAD_EVR0, offsetof(struct thread_struct, evr[0]));
 --- linux-2.6/arch/powerpc/kernel/process.c
 +++ linux-2.6/arch/powerpc/kernel/process.c
-@@ -813,11 +813,6 @@ int sys_execve(unsigned long a0, unsigne
+@@ -820,11 +820,6 @@ int sys_execve(unsigned long a0, unsigne
  	flush_spe_to_thread(current);
  	error = do_execve(filename, (char __user * __user *) a1,
  			  (char __user * __user *) a2, regs);
@@ -2901,7 +2901,7 @@
  	stats->ac_stime	 = cputime_to_msecs(tsk->stime) * USEC_PER_MSEC;
 --- linux-2.6/kernel/sys.c
 +++ linux-2.6/kernel/sys.c
-@@ -1469,7 +1469,7 @@ asmlinkage long sys_setpgid(pid_t pid, p
+@@ -1471,7 +1471,7 @@ asmlinkage long sys_setpgid(pid_t pid, p
  	if (!thread_group_leader(p))
  		goto out;
  




More information about the fedora-extras-commits mailing list