<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/tests/sys, branch master</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=master</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2020-12-17T21:54:25Z</updated>
<entry>
<title>net tests: Re-enable most if_clone tests</title>
<updated>2020-12-17T21:54:25Z</updated>
<author>
<name>Kristof Provost</name>
<email>kp@FreeBSD.org</email>
</author>
<published>2020-12-17T21:54:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=03ffa2569570059fe872642d3d9451f4319662f1'/>
<id>urn:sha1:03ffa2569570059fe872642d3d9451f4319662f1</id>
<content type='text'>
All but one of these (tap_ipv6_up_stress) currently pass, so we should enable
them so we don't regress.
</content>
</entry>
<entry>
<title>posixshm_test.c: remove tautological checks</title>
<updated>2020-12-11T22:52:20Z</updated>
<author>
<name>Ryan Libby</name>
<email>rlibby@FreeBSD.org</email>
</author>
<published>2020-12-11T22:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c821ba35b64735e3d096ba19bba7ba309a4d7893'/>
<id>urn:sha1:c821ba35b64735e3d096ba19bba7ba309a4d7893</id>
<content type='text'>
Reviewed by:	kib, markj
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D27564
</content>
</entry>
<entry>
<title>fdgrowtable_test.c: appease gcc</title>
<updated>2020-12-11T22:52:16Z</updated>
<author>
<name>Ryan Libby</name>
<email>rlibby@FreeBSD.org</email>
</author>
<published>2020-12-11T22:52:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d759051d3998614524b8186a27f44dc98986546'/>
<id>urn:sha1:6d759051d3998614524b8186a27f44dc98986546</id>
<content type='text'>
Work around bogus gcc -Wreturn-type.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44511

Reviewed by:	kevans, rew
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D27563
</content>
</entry>
<entry>
<title>New Netgraph module ng_macfilter:</title>
<updated>2020-12-08T15:09:42Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2020-12-08T15:09:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e8db04c38959c882fe17e7c2b26fbabe74f26311'/>
<id>urn:sha1:e8db04c38959c882fe17e7c2b26fbabe74f26311</id>
<content type='text'>
Macfilter to route packets through different hooks based on sender MAC address.

Based on ng_macfilter written by Pekka Nikander

Sponsered by Retina b.v.

Reviewed by:	afedorov
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D27268
</content>
</entry>
<entry>
<title>ossl: port to arm64</title>
<updated>2020-12-04T21:12:17Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2020-12-04T21:12:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22bd0c9731d73167352019c0c49d454196d029dc'/>
<id>urn:sha1:22bd0c9731d73167352019c0c49d454196d029dc</id>
<content type='text'>
Enable in-kernel acceleration of SHA1 and SHA2 operations on arm64 by adding
support for the ossl(4) crypto driver. This uses OpenSSL's assembly routines
under the hood, which will detect and use SHA intrinsics if they are
supported by the CPU.

Reviewed by:	jhb
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27390
</content>
</entry>
<entry>
<title>pf tests: Test case for bug #251414</title>
<updated>2020-12-02T16:33:23Z</updated>
<author>
<name>Kristof Provost</name>
<email>kp@FreeBSD.org</email>
</author>
<published>2020-12-02T16:33:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e997614fd283b2750cf087f4628323190a8262e1'/>
<id>urn:sha1:e997614fd283b2750cf087f4628323190a8262e1</id>
<content type='text'>
Changing a table from not having counters to having counters (or vice versa)
may trigger panics.

PR:		251414
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D27441
</content>
</entry>
<entry>
<title>AIO tests: update expected failure messages after r368265</title>
<updated>2020-12-02T00:53:03Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2020-12-02T00:53:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=23693bd8f3e36b4721d7b59d52154d3e3f49e3cd'/>
<id>urn:sha1:23693bd8f3e36b4721d7b59d52154d3e3f49e3cd</id>
<content type='text'>
PR:		220398, 251515
MFC after:	1 week
MFC-With:	r368265
</content>
</entry>
<entry>
<title>pf tests: Re-enable panicing tests</title>
<updated>2020-12-01T16:44:36Z</updated>
<author>
<name>Kristof Provost</name>
<email>kp@FreeBSD.org</email>
</author>
<published>2020-12-01T16:44:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c49747eaf241cb79632dca7308f97fd518d90ec5'/>
<id>urn:sha1:c49747eaf241cb79632dca7308f97fd518d90ec5</id>
<content type='text'>
We've fixed the vnet/epair cleanup race, so it is now safe to re-enable these
tests.

MFC after:	2 weeks
Sponsored by:	Modirum MDPay
</content>
</entry>
<entry>
<title>ping: fix some man pages and tests after r368045</title>
<updated>2020-11-26T04:55:02Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2020-11-26T04:55:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01f3f35447b0a43b37ecc71ebb9296aad123cd43'/>
<id>urn:sha1:01f3f35447b0a43b37ecc71ebb9296aad123cd43</id>
<content type='text'>
MFC-with:	r368045
</content>
</entry>
<entry>
<title>Remove uses of CRIOGET in OCF tests after r368005.</title>
<updated>2020-11-25T01:31:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-11-25T01:31:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4a23d2137d05fdae3af5987dd590da0cb1c21f6'/>
<id>urn:sha1:a4a23d2137d05fdae3af5987dd590da0cb1c21f6</id>
<content type='text'>
Pointy hat to:	jhb
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D27367
</content>
</entry>
</feed>
