Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1157806
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2 3/9] edac, mce_amd_inj: Modify flags attrigute to use string arguments |
| Date | 2015-06-03 18:10 +0200 |
| Message-ID | <pxjoR-64y-15@gated-at.bofh.it> (permalink) |
| References | <px0YW-3Kj-9@gated-at.bofh.it> <px0YY-3Kj-37@gated-at.bofh.it> <pxij8-4fM-11@gated-at.bofh.it> <pxiVR-5gl-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH V2 3/9] edac, mce_amd_inj: Modify flags attrigute to use string arguments Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com> - 2015-06-03 17:40 +0200
Re: [PATCH V2 3/9] edac, mce_amd_inj: Modify flags attrigute to use string arguments Borislav Petkov <bp@alien8.de> - 2015-06-03 18:10 +0200
Re: [PATCH V2 3/9] edac, mce_amd_inj: Modify flags attrigute to use string arguments Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com> - 2015-06-03 18:30 +0200
csiph-web