On Mon, Nov 9, 2015 at 5:24 AM, Joerg Sonnenberger <jo...@britannica.bec.de> wrote: > Hi all, > while trying to update my first generation RPI, I hit a kernel panic > during first boot. Looking a bit further, for unknown reasons the > address setup sometimes fails with usmsc. When it does, the ip6_input > case can trigger the timeout handling on the incompletely set up > address. The attached patch seems to fix that problem at least. > Comments?
LGTM; in6m (in6m_timer_ch) should be initialized before being published via ia6_multiaddrs. Thanks, ozaki-r