On Fri, 26 Apr 2024 10:02:24 +0200, Matthias Schiffer wrote:

> With netconsole, any log message can result in an eth_init(), possibly
> causing an reentrant call into eth_init() if a driver's ops print
> anything:
> 
>     eth_init() -> driver.start() -> printf() -> netconsole -> eth_init()
>     eth_halt() -> driver.stop() -> printf() -> netconsole -> eth_init()
> 
> [...]

Applied to u-boot/next, thanks!

-- 
Tom


Reply via email to