Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1354143
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] x86/i386-defconfig: Set CONFIG_FRAME_WARN to Kconfig default |
| Date | 2016-03-09 14:50 +0100 |
| Message-ID | <raMEX-9f-37@gated-at.bofh.it> (permalink) |
| References | <qOkmm-1nx-25@gated-at.bofh.it> <qOkmm-1nx-31@gated-at.bofh.it> <qSf4K-7Fw-21@gated-at.bofh.it> <raLIR-7XZ-5@gated-at.bofh.it> <raMEX-9f-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Sync it to the Kconfig default for 32-bit.
Signed-off-by: Borislav Petkov <bp@suse.de>
---
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.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v4.4-rc8 1/4] x86/microcode/intel: save_mc_for_early: Squelch frame size warning Ingo Molnar <mingo@kernel.org> - 2016-03-09 13:50 +0100
Re: [PATCH v4.4-rc8 1/4] x86/microcode/intel: save_mc_for_early: Squelch frame size warning Borislav Petkov <bp@alien8.de> - 2016-03-09 14:50 +0100
[PATCH] x86/i386-defconfig: Set CONFIG_FRAME_WARN to Kconfig default Borislav Petkov <bp@alien8.de> - 2016-03-09 14:50 +0100
[tip:x86/build] x86/defconfigs/32: Set CONFIG_FRAME_WARN to the Kconfig default tip-bot for Borislav Petkov <tipbot@zytor.com> - 2016-03-09 15:00 +0100
csiph-web