On Fri, Feb 03, 2012 at 05:25:15PM +0200, Andreas Gustafsson wrote:
A number of new ATF tests failures appeared yesterday: the noisyeject
test which previously just failed now dumps core, there are several
new failures under dev/sysmon/t_swsensor and dev/sysmon/t_swwdog.
These look like they're related to Thor's "Entropy-pool implementation
move and cleanup" commit.
Now that rnd is not optional anymore, rump miss the needed rnd_init()
call. Otherwise, rnd_attach_source() called from cdattach() will try
to operate on void pool ... kaboom.
The attached patch makes dev/{scsipi,sysmon} tests works on my amd64
dev machine.