From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932771AbcCINs4 (ORCPT ); Wed, 9 Mar 2016 08:48:56 -0500 Received: from mail.skyhub.de ([78.46.96.112]:59829 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932579AbcCINsi (ORCPT ); Wed, 9 Mar 2016 08:48:38 -0500 Date: Wed, 9 Mar 2016 14:48:21 +0100 From: Borislav Petkov To: Ingo Molnar Cc: tim.gardner@canonical.com, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] x86/i386-defconfig: Set CONFIG_FRAME_WARN to Kconfig default Message-ID: <20160309134821.GD6564@pd.tnic> References: <1452178799-20878-1-git-send-email-tim.gardner@canonical.com> <1452178799-20878-2-git-send-email-tim.gardner@canonical.com> <20160118101004.GC12644@pd.tnic> <20160309124117.GA26069@gmail.com> <20160309134719.GC6564@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160309134719.GC6564@pd.tnic> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sync it to the Kconfig default for 32-bit. Signed-off-by: Borislav Petkov --- arch/x86/configs/i386_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index 028be48c8839..e25a1630320c 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig @@ -288,7 +288,7 @@ CONFIG_NLS_ISO8859_1=y CONFIG_NLS_UTF8=y CONFIG_PRINTK_TIME=y # CONFIG_ENABLE_WARN_DEPRECATED is not set -CONFIG_FRAME_WARN=2048 +CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y # CONFIG_UNUSED_SYMBOLS is not set CONFIG_DEBUG_KERNEL=y -- 2.3.5 -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.