Skip to content

Commit f25a96e

Browse files
committed
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull debugobjects fix from Ingo Molnar: "Bump up debugobjects pool limit that bigger s390 systems kept running into" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: debugobjects: Allow bigger number of early boot objects
2 parents 660f6fe + 0b6ec8c commit f25a96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debugobjects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define ODEBUG_HASH_BITS 14
2222
#define ODEBUG_HASH_SIZE (1 << ODEBUG_HASH_BITS)
2323

24-
#define ODEBUG_POOL_SIZE 512
24+
#define ODEBUG_POOL_SIZE 1024
2525
#define ODEBUG_POOL_MIN_LEVEL 256
2626

2727
#define ODEBUG_CHUNK_SHIFT PAGE_SHIFT

0 commit comments

Comments
 (0)