Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756517AbbFCQAP (ORCPT ); Wed, 3 Jun 2015 12:00:15 -0400 Received: from mail.skyhub.de ([78.46.96.112]:57846 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756056AbbFCQAJ (ORCPT ); Wed, 3 Jun 2015 12:00:09 -0400 Date: Wed, 3 Jun 2015 18:00:00 +0200 From: Borislav Petkov To: Aravind Gopalakrishnan Cc: dougthompson@xmission.com, mchehab@osg.samsung.com, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH V2 3/9] edac, mce_amd_inj: Modify flags attrigute to use string arguments Message-ID: <20150603160000.GN4403@pd.tnic> References: <1433277362-10911-1-git-send-email-Aravind.Gopalakrishnan@amd.com> <1433277362-10911-4-git-send-email-Aravind.Gopalakrishnan@amd.com> <20150603145001.GL4403@pd.tnic> <556F1E9A.7030601@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <556F1E9A.7030601@amd.com> 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 Content-Length: 931 Lines: 30 On Wed, Jun 03, 2015 at 10:34:50AM -0500, Aravind Gopalakrishnan wrote: > Oddly, No. The only thing I got was: > arch/x86/kernel/cpu/microcode/intel_early.c: In function > âget_matching_model_microcode.isra.2.constprop.7â: > arch/x86/kernel/cpu/microcode/intel_early.c:348:1: warning: the frame size > of 1064 bytes is larger than 1024 bytes [-Wframe-larger-than=] > } > ^ 32-bit? Because on 64-bit, that frame size is relaxed to 2K. config FRAME_WARN int "Warn for stack frames larger than (needs gcc 4.4)" range 0 8192 default 1024 if !64BIT default 2048 if 64BIT -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/