In article <CAKrYomiCGoC0gDWiBf3ASLt=mbed+rbpwrcibjbuiyra-+v...@mail.gmail.com>, Ryota Ozaki <ozak...@netbsd.org> wrote: >On Mon, Apr 4, 2016 at 12:52 AM, Christos Zoulas <chris...@netbsd.org> wrote: >> Module Name: src >> Committed By: christos >> Date: Sun Apr 3 15:52:37 UTC 2016 >> >> Modified Files: >> src/sys/external/bsd/ipf/netinet: fil.c >> >> Log Message: >> Comment out the mutex calls that protect against concurrent configuration >> changes and processing. This needs to be done differently since you can't >> sleep during interrupt processing. > >We don't need the fix for -current because any input packet processing >now doesn't run in hardware interrupt context (even fast forward). > > ozaki-r
I will ask for a pullup and undo it :-) christos