NetBSD-Bugs archive

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

PR/52620 CVS commit: src/sys/dist/pf/net



The following reply was made to PR kern/52620; it has been noted by GNATS.

From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52620 CVS commit: src/sys/dist/pf/net
Date: Sun, 15 Oct 2017 04:30:05 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Sun Oct 15 04:30:05 UTC 2017
 
 Modified Files:
 	src/sys/dist/pf/net: pf_ioctl.c
 
 Log Message:
 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
 
 XXX This needs pull-up to the -8 branch.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.51 -r1.52 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