While investigating about a freeze when loading pf, 209475, Olivier has suspected the hash table allocation to be responsible of the loading freeze.
Reading the code, I noticed that the allocation process within pf_initialize() function sets the M_WAITOK flag. This way, the intialisation...