rpms/kernel/F-11 increase-MAX_LOCKDEP_ENTRIES.patch, 1.2, 1.3 kernel.spec, 1.1609, 1.1610

Kyle McMartin kyle at fedoraproject.org
Mon May 18 17:24:24 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14484

Modified Files:
	increase-MAX_LOCKDEP_ENTRIES.patch kernel.spec 
Log Message:
* Mon May 18 2009 Kyle McMartin <kyle at redhat.com>
- increase-MAX_LOCKDEP_ENTRIES.patch: suck in upstream fix
  d80c19df5fcceb8c741e96f09f275c2da719efef


increase-MAX_LOCKDEP_ENTRIES.patch:

Index: increase-MAX_LOCKDEP_ENTRIES.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/increase-MAX_LOCKDEP_ENTRIES.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- increase-MAX_LOCKDEP_ENTRIES.patch	28 Mar 2009 05:22:37 -0000	1.2
+++ increase-MAX_LOCKDEP_ENTRIES.patch	18 May 2009 17:24:24 -0000	1.3
@@ -1,13 +1,18 @@
 diff --git a/kernel/lockdep_internals.h b/kernel/lockdep_internals.h
-index 56b1969..58258a5 100644
+index a2cc7e9..699a2ac 100644
 --- a/kernel/lockdep_internals.h
 +++ b/kernel/lockdep_internals.h
-@@ -15,7 +15,7 @@
+@@ -54,9 +54,9 @@ enum {
   * table (if it's not there yet), and we check it for lock order
   * conflicts and deadlocks.
   */
 -#define MAX_LOCKDEP_ENTRIES	8192UL
 +#define MAX_LOCKDEP_ENTRIES	16384UL
  
- #define MAX_LOCKDEP_CHAINS_BITS	14
+-#define MAX_LOCKDEP_CHAINS_BITS	14
++#define MAX_LOCKDEP_CHAINS_BITS	15
  #define MAX_LOCKDEP_CHAINS	(1UL << MAX_LOCKDEP_CHAINS_BITS)
+ 
+ #define MAX_LOCKDEP_CHAIN_HLOCKS (MAX_LOCKDEP_CHAINS*5)
+
+  


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1609
retrieving revision 1.1610
diff -u -p -r1.1609 -r1.1610
--- kernel.spec	18 May 2009 17:23:49 -0000	1.1609
+++ kernel.spec	18 May 2009 17:24:24 -0000	1.1610
@@ -1987,6 +1987,10 @@ fi
 # and build.
 
 %changelog
+* Mon May 18 2009 Kyle McMartin <kyle at redhat.com>
+- increase-MAX_LOCKDEP_ENTRIES.patch: suck in upstream fix
+  d80c19df5fcceb8c741e96f09f275c2da719efef
+
 * Mon May 18 2009 Justin M. Forbes <jforbes at redhat.com>
 - xen/blkfront: fix warning when deleting gendisk on unplug/shutdown. BZ# 499621
 - xen/blkfront: allow xenbus state transition to closing->closed when




More information about the scm-commits mailing list