From fb39f98d14d2c92531e79bcda5a0b802e2aaf202 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 1 Jul 2015 10:19:11 +0200 Subject: [PATCH] printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25 So I tried to some kernel debugging that produced a ton of kernel messages on a big box, and wanted to save them all: but CONFIG_LOG_BUF_SHIFT maxes out at 21 (2 MB). Increase it to 25 (32 MB). This does not affect any existing config or defaults. Cc: Linus Torvalds Cc: Andrew Morton Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar --- Reading git-format-patch failed