On Sun, Jan 22, 2017 at 7:02 AM, Nick Hudson <sk...@netbsd.org> wrote: > On 01/16/17 09:28, Ryo Shimizu wrote: >> >> Module Name: src >> Committed By: ryo >> Date: Mon Jan 16 09:28:41 UTC 2017 >> >> Modified Files: >> src/sys/kern: init_main.c >> src/sys/net: pfil.c pfil.h >> src/sys/rump/net/lib/libnet: net_component.c >> >> Log Message: >> Make pfil(9) MP-safe (applying psref(9)) > > > My bpi/rpi (and probably other machines) don't boot after this change > > > pserialize_perform's kpause never completes as softclk threads are blocked > (forever) on softnet_lock
pserialize_perform is now disabled by default as well as other places. I think the problem should be fixed. Thanks, ozaki-r