Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/external/bsd/ipf/netinet



On Mon, Apr 4, 2016 at 12:52 AM, Christos Zoulas <christos%netbsd.org@localhost> 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

>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.16 -r1.17 src/sys/external/bsd/ipf/netinet/fil.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>


Home | Main Index | Thread Index | Old Index