NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/52620 CVS commit: [netbsd-8] src/sys/dist/pf/net
The following reply was made to PR kern/52620; it has been noted by GNATS.
From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/52620 CVS commit: [netbsd-8] src/sys/dist/pf/net
Date: Wed, 25 Oct 2017 07:01:19 +0000
Module Name: src
Committed By: snj
Date: Wed Oct 25 07:01:19 UTC 2017
Modified Files:
src/sys/dist/pf/net [netbsd-8]: pf_ioctl.c
Log Message:
Pull up following revision(s) (requested by pgoyette in ticket #322):
sys/dist/pf/net/pf_ioctl.c: revision 1.52
Defer initialization of pf_status.host_id
The call to cprng_fast32() requires that per-cpu data has been initialized
by corng_fast_init(), which doesn't get called until after the first part
of auto-configuration is done, long after pfattach() calls cprng_fast32().
Fixed PR kern/52620
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.51.10.1 src/sys/dist/pf/net/pf_ioctl.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