Skip to content

Instantly share code, notes, and snippets.

@PedroHLC
Last active April 8, 2021 23:35
Show Gist options
  • Save PedroHLC/8d8ef4407629694d25cc70954fcc31b4 to your computer and use it in GitHub Desktop.
Save PedroHLC/8d8ef4407629694d25cc70954fcc31b4 to your computer and use it in GitHub Desktop.
bump by two
--- 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
--- 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