[PATCH] clk: imx31: fix potential stack corruption on clock initialization
From: Uwe Kleine-König <hidden>
Date: 2016-09-19 05:55:30
Also in:
linux-clk
From: Uwe Kleine-König <hidden>
Date: 2016-09-19 05:55:30
Also in:
linux-clk
On Mon, Sep 19, 2016 at 04:48:28AM +0300, Vladimir Zapolskiy wrote:
Function mx31_clocks_init() is called during clock intialization on legacy boards with reference clock frequency passed as its input argument, this can be verified by examination of the function declaration found in arch/arm/mach-imx/common.h and actual function users which include that header file.
I don't think this can corrupt the stack. The caller puts a value in r0 that is unused by mx31_clocks_init. And given that all callers pass 26000000 there should happen nothing bad apart from a compiler warning. So: the change is fine, IMHO the commit log shouldn't mention stack corruption. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-K?nig | Industrial Linux Solutions | http://www.pengutronix.de/ |