From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753354AbbGEIhz (ORCPT ); Sun, 5 Jul 2015 04:37:55 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:38537 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751235AbbGEIho (ORCPT ); Sun, 5 Jul 2015 04:37:44 -0400 Date: Sat, 4 Jul 2015 13:20:30 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , Andrew Morton Subject: [GIT PULL] printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25 Message-ID: <20150704112030.GA19762@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: fb39f98d14d2c92531e79bcda5a0b802e2aaf202 printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25 Ran into this limit recently, so increase it by an order of magnitude. Thanks, Ingo ------------------> Ingo Molnar (1): printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25 init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index b999fa381bf9..db615e720d28 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -820,7 +820,7 @@ config IKCONFIG_PROC config LOG_BUF_SHIFT int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" - range 12 21 + range 12 25 default 17 depends on PRINTK help