Last active
April 8, 2021 23:35
-
-
Save PedroHLC/8d8ef4407629694d25cc70954fcc31b4 to your computer and use it in GitHub Desktop.
bump by two
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/kernel/locking/lockdep_internals.h 2021-04-08 20:34:48.244594696 -0300 | |
+++ b/kernel/locking/lockdep_internals.h 2021-04-08 20:35:08.554843178 -0300 | |
@@ -95,13 +95,13 @@ | |
* conflicts and deadlocks. | |
*/ | |
#define MAX_LOCKDEP_ENTRIES 16384UL | |
-#define MAX_LOCKDEP_CHAINS_BITS 15 | |
+#define MAX_LOCKDEP_CHAINS_BITS 17 | |
#define MAX_STACK_TRACE_ENTRIES 262144UL | |
#define STACK_TRACE_HASH_SIZE 8192 | |
#else | |
#define MAX_LOCKDEP_ENTRIES 32768UL | |
-#define MAX_LOCKDEP_CHAINS_BITS 16 | |
+#define MAX_LOCKDEP_CHAINS_BITS 18 | |
/* | |
* Stack-trace: tightly packed array of stack backtrac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/kernel/locking/lockdep_internals.h 2021-04-08 20:21:35.895035528 -0300 | |
+++ b/kernel/locking/lockdep_internals.h 2021-04-08 20:22:10.555444678 -0300 | |
@@ -95,13 +95,13 @@ | |
* conflicts and deadlocks. | |
*/ | |
#define MAX_LOCKDEP_ENTRIES 16384UL | |
-#define MAX_LOCKDEP_CHAINS_BITS 15 | |
+#define MAX_LOCKDEP_CHAINS_BITS 17 | |
#define MAX_STACK_TRACE_ENTRIES 262144UL | |
#define STACK_TRACE_HASH_SIZE 8192 | |
#else | |
#define MAX_LOCKDEP_ENTRIES 32768UL | |
-#define MAX_LOCKDEP_CHAINS_BITS 16 | |
+#define MAX_LOCKDEP_CHAINS_BITS 18 | |
/* | |
* Stack-trace: tightly packed array of stack backtrac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment