Re: [PATCH 1/9] arm: select different compiler flags for ARM CortexM3

2015-06-23 Thread Paul Osmialowski
Hi Russell, Thanks for the input. Seems like I trusted get_maintainer.pl blindly and wasn't selective - it resulted in recipient list much too long. As for this patch, I think I went too far with adding it. The board boots without it properly, and since it covers more general Cortex-M related

[PATCH 1/9] arm: select different compiler flags for ARM CortexM3

2015-06-23 Thread Paul Osmialowski
This one is inspired by two commits published on Emcraft git repo: https://github.com/EmcraftSystems/linux-emcraft.git 1) 6302b692f570ff9d5645a6e72c11f87b0c1aa409 RT #62654. Fixed kernel crashes while running httpd by enabling "-mfix-cortex-m3-ldrd" compiler option, which prevents compiler from

Re: [PATCH 1/9] arm: select different compiler flags for ARM CortexM3

2015-06-23 Thread Russell King - ARM Linux
On Tue, Jun 23, 2015 at 11:19:39PM +0200, Paul Osmialowski wrote: > This one is inspired by two commits published on Emcraft git repo: > > https://github.com/EmcraftSystems/linux-emcraft.git > > 1) 6302b692f570ff9d5645a6e72c11f87b0c1aa409 > RT #62654. Fixed kernel crashes while running httpd by