On Wed, May 08, 2024 at 05:13:02PM +0300, Dan Carpenter wrote:
On Wed, May 08, 2024 at 06:06:35AM +0200, Anders Roxell wrote:
On Tue, 7 May 2024 at 22:26, Stephen Boyd sboyd@kernel.org wrote:
Quoting Arnd Bergmann (2024-05-07 00:44:15)
On Tue, May 7, 2024, at 09:20, Naresh Kamboju wrote:
The WinLink E850-96 board boot failed with Linux next-20240506 but there is no kernel crash log on the serial [1].
Anders bisection results pointing to this commit, # first bad commit: [4d11c62ca8d77cb1f79054844b598e0f4e92dabe] clkdev: report over-sized strings when creating clkdev entrie
After reverting the above patch the boot test passed [2].
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
There are two fixes on the list: [1] and [2]. Perhaps one of those resolves this?
I applied patch [2] ontop of next-20240506 was helpful and the e850-96 board booted.
So the problem here was that there was an error and when it tried to print the error message but printing it completely crashed the system.
Patch 2 just the error.
Missing word "silenced". Patch 2 just silenced the error. But we really do need to know what the error was supposed to have been.
regards, dan carpenter