[Bug 215422] bhnd.ko does not build reproducibly
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 21 15:46:18 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215422
--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:
Author: emaste
Date: Wed Dec 21 15:45:23 UTC 2016
New revision: 310371
URL: https://svnweb.freebsd.org/changeset/base/310371
Log:
bhnd: remove srand() to ensure deterministic output
r310342 fixed non-deterministic nvram_map_gen.awk output and thus a non-
reproducible bhnd(4) build by using a unique sort key.
Go one step further and also remove the srand() call. There's no reason
we want non-deterministic behaviour from this script.
PR: 215422
Reported by: gjb (non-reproducibility of bhnd)
Reported by: lidl (srand as the cause)
Reviewed by: landonf
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8857
Changes:
head/sys/dev/bhnd/tools/nvram_map_gen.awk
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list