<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tests, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-10-16T20:06:56Z</updated>
<entry>
<title>Reparent a child of pdfork(2) to its reaper when the procdesc is closed.</title>
<updated>2018-10-16T20:06:56Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2018-10-16T20:06:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ddab8c351a1c652d8af1e6e4702ce3b81a8f5ae6'/>
<id>urn:sha1:ddab8c351a1c652d8af1e6e4702ce3b81a8f5ae6</id>
<content type='text'>
Unconditionally reparenting to PID 1 breaks the procctl(2) reaper
functionality.

Add a regression test for this case.

Reviewed by:	kib
Approved by:	re (gjb)
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D17589
</content>
</entry>
<entry>
<title>Add a couple of basic regression tests for SO_REUSEPORT_LB.</title>
<updated>2018-09-11T21:14:07Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2018-09-11T21:14:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f8b4bf28d0a0e2fb7a237b756e6b1d28fff2179'/>
<id>urn:sha1:3f8b4bf28d0a0e2fb7a237b756e6b1d28fff2179</id>
<content type='text'>
Reviewed by:	asomers
Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
Differential revision:	https://reviews.freebsd.org/D17110
</content>
</entry>
<entry>
<title>Fix sys/netipsec/tunnel tests after r337736</title>
<updated>2018-08-17T18:37:22Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2018-08-17T18:37:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e894e376b02ce90e72d62b770ff72c5d0aad7c20'/>
<id>urn:sha1:e894e376b02ce90e72d62b770ff72c5d0aad7c20</id>
<content type='text'>
Originally, these tests accidentally used broadcast addresses when they
should've used unicast addresses.  That the tests passed prior to r337736
was accidental.

Submitted by:	ae
Reviewed by:	olivier
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>pf tests: Verify that pf limits the number of fragments per packet</title>
<updated>2018-08-17T15:02:58Z</updated>
<author>
<name>Kristof Provost</name>
<email>kp@FreeBSD.org</email>
</author>
<published>2018-08-17T15:02:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2848a0e2da030de96b64f8b138855f1596afa8db'/>
<id>urn:sha1:2848a0e2da030de96b64f8b138855f1596afa8db</id>
<content type='text'>
Test the limitation on number of frames per packet introduced in pf in r337969.

Sponsored by:	Klara Systems
</content>
</entry>
<entry>
<title>Add test cases for Poly1305 from RFC 7539</title>
<updated>2018-08-17T00:32:00Z</updated>
<author>
<name>Conrad Meyer</name>
<email>cem@FreeBSD.org</email>
</author>
<published>2018-08-17T00:32:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e7bbbc54c9bff3d6fc2ad7304d15557528e1d22'/>
<id>urn:sha1:1e7bbbc54c9bff3d6fc2ad7304d15557528e1d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sys/opencrypto/blake2_test when kern.cryptodevallowsoft=0</title>
<updated>2018-08-16T23:49:56Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2018-08-16T23:49:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c5ba95ad12285ad37c182a4bfc1b240ec6d18a7'/>
<id>urn:sha1:3c5ba95ad12285ad37c182a4bfc1b240ec6d18a7</id>
<content type='text'>
Two of these testcases require software crypto to be enabled. Curiously, it
isn't by default.

PR:		230671
Reported by:	Jenkins
Reviewed by:	cem
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D16755
</content>
</entry>
<entry>
<title>Revert r337929</title>
<updated>2018-08-16T22:04:00Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2018-08-16T22:04:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=88fa3a7649942235b2bf58af5601b3f58118f459'/>
<id>urn:sha1:88fa3a7649942235b2bf58af5601b3f58118f459</id>
<content type='text'>
FreeBSD's mkstemp sets the temporary file's permissions to 600, and has ever
since mkstemp was added in 1987.  Coverity's warning is still relevant for
portable programs since OpenGroup does not require that behavior, and POSIX
didn't until 2008.  But none of these programs are portable.
</content>
</entry>
<entry>
<title>Fix Coverity warnings about mkstemp in tests</title>
<updated>2018-08-16T21:36:19Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2018-08-16T21:36:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76f2606181eabc8ab20aa7297bbddc6e78bb549d'/>
<id>urn:sha1:76f2606181eabc8ab20aa7297bbddc6e78bb549d</id>
<content type='text'>
umask(2) should always be used prior to mkstemp(3) so the temporary file
won't be created with insecure permissions.

Reported by:	Coverity
CID:		1331605 1347173 1375366 1339800 1331604 1296056 1296060
CID:		1296057 1296062
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Fix the sys/opencrypto/runtests test when aesni(4) is already loaded</title>
<updated>2018-08-16T15:44:48Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2018-08-16T15:44:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=670e1da04320468e4b47a16b1c3dbec0430d6a9e'/>
<id>urn:sha1:670e1da04320468e4b47a16b1c3dbec0430d6a9e</id>
<content type='text'>
Apparently kldstat requires the full module name, including busname

Reported by:	Jenkins
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Fix a couple whitespace errors in r337814.</title>
<updated>2018-08-14T20:26:54Z</updated>
<author>
<name>David Bright</name>
<email>dab@FreeBSD.org</email>
</author>
<published>2018-08-14T20:26:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e258e2d9f7e2ea1f7a06f8583fa82cc59e0f07f'/>
<id>urn:sha1:4e258e2d9f7e2ea1f7a06f8583fa82cc59e0f07f</id>
<content type='text'>
Reported by:	Renato Botelho &lt;garga.bsd@gmail.com&gt;
MFC after:	3 days
X-MFC-with:	r337814
Sponsored by:	Dell EMC
</content>
</entry>
</feed>
