<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5b10c3c3e3d5125e09e35cd607d15a546d5ad581 - tty_pts: reduce/correct libatf-c linkage</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#5b10c3c3e3d5125e09e35cd607d15a546d5ad581</link>
        <description>tty_pts: reduce/correct libatf-c linkageATF_TESTS_C automatically adds the appropriate library to LDADD --there&apos;s no need to manually append the same library.MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D59411

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Fri, 04 Sep 2026 20:16:49 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e181e2342d111fa76e01024012b8b4bd726c99b6 - tests: exercise unix connectat(2) with a socket peer descriptor</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#e181e2342d111fa76e01024012b8b4bd726c99b6</link>
        <description>tests: exercise unix connectat(2) with a socket peer descriptorCover the new fd-direct connect path: stream connect and data passing,the peer address reported by `getpeername(2)`, datagram to an unboundpeer, the `EINVAL`/`ENOTSOCK`/`EPROTOTYPE`/`ECONNREFUSED` error matrix,and the Capsicum token semantics &#8212; a descriptor limited to`CAP_CONNECTAT` can be connected to but not listened on, accepted from,or read, and one lacking `CAP_CONNECTAT` cannot be a connect target.Stream listeners are always bound: `uipc_listen()` refuses unboundsockets with `EDESTADDRREQ`, so an unbound fd-direct listener is notreachable even with this feature.Signed-off-by: John Ericson &lt;John.Ericson@Obsidian.Systems&gt;Assisted-by: Claude Code (Claude Opus 4.8 and Fable 5)Reviewed by:	markjMFC after:	2 monthsDifferential Revision:	https://reviews.freebsd.org/D58406

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Mon, 10 Aug 2026 17:04:31 +0200</pubDate>
        <dc:creator>John Ericson &lt;John.Ericson@Obsidian.Systems&gt;</dc:creator>
    </item>
<item>
        <title>b0a85cb9df01b1b56bbd530b3c3ae85e6964a9c6 - ptrace_test: require debug.ptrace_transparent_attach enabled for its test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#b0a85cb9df01b1b56bbd530b3c3ae85e6964a9c6</link>
        <description>ptrace_test: require debug.ptrace_transparent_attach enabled for its testSponsored by:	The FreeBSD FoundationMFC after:	1 week

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Thu, 06 Aug 2026 23:22:48 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c5c55beee5ef80d8a9526480682cee86cbac584 - tests/sys/kern: Skip capsicum procdesc tests when capability mode is unavailable</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#3c5c55beee5ef80d8a9526480682cee86cbac584</link>
        <description>tests/sys/kern: Skip capsicum procdesc tests when capability mode is unavailablepdwait&apos;s capsicum/enotcap and procdesc&apos;s pdopenpid_capmode enter capability mode.Require security_capability_mode (and security_capabilities for enotcap) so thecases skip cleanly on kernels built without CAPABILITIES instead of failing.Approved by:	asomers, gallatinSponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D58545

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Wed, 05 Aug 2026 22:46:10 +0200</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e946566c134e039f9c777eaa1232a32e383692c - tests/exterr_test: use ATF_REQUIRE_FEATURE to check exterr_strings</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#3e946566c134e039f9c777eaa1232a32e383692c</link>
        <description>tests/exterr_test: use ATF_REQUIRE_FEATURE to check exterr_stringsThis keeps the skipped test message consistent with others.Reviewed by:	netchildMFC after:	3 daysSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Wed, 22 Jul 2026 03:27:11 +0200</pubDate>
        <dc:creator>Siva Mahadevan &lt;siva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a5ba658dd480206187776e3c25d9f710fac90fd - tests/sendfile: move the helper program to common</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#6a5ba658dd480206187776e3c25d9f710fac90fd</link>
        <description>tests/sendfile: move the helper program to commonIn order to reuse the sendfile_helper program in pf tests, move itto tests/sys/common directory, indicatint that it is also used fromanother places than sys/kern.Also make the readlen variable static.Reviewed by:	gelbius, kpDifferential Revision:	https://reviews.freebsd.org/D58040

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Tue, 07 Jul 2026 21:09:06 +0200</pubDate>
        <dc:creator>KUROSAWA Takahiro &lt;takahiro.kurosawa@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4e0f4dab2d7f4de46bb79db1ca7e6e8a2e34746 - jail: prevent a race between jail_attach in different threads</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#d4e0f4dab2d7f4de46bb79db1ca7e6e8a2e34746</link>
        <description>jail: prevent a race between jail_attach in different threadsAttaching to a jail changes its root directory and its processcredentials. These operations both require unlocking the jail, and alsoneed allprison_lock unlocked. That means that if two threads are tryingto attach to different jails at the same time, it&apos;s possible for theprocess to end up with one jail&apos;s root directory but the other jail&apos;scredentials.Solve this by forcing the process into single-threaded mode duringsystem calls that attach to a jail (jail_attach, jail_attach_jd, andsometimes jail_set).Reviewed by:	kib, markjMFC after:	3 daysDifferential Revision:	https://reviews.freebsd.org/D57858

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Fri, 03 Jul 2026 00:48:07 +0200</pubDate>
        <dc:creator>Jamie Gritton &lt;jamie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b24b19d08f9dc10e6af9a1695b9b0d62fb80cc2 - unlinkat: Pass flags down to the work functions</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#8b24b19d08f9dc10e6af9a1695b9b0d62fb80cc2</link>
        <description>unlinkat: Pass flags down to the work functionsThe unlinkat(2) and funlinkat(2) system calls were ignoringAT_RESOLVE_BENEATH.Also pass pathseg through instead of assuming it&apos;s UIO_USERSPACE.Add some tests which make sure that AT_RESOLVE_BENEATH is handledproperly by various system calls.Approved by:	soSecurity:	FreeBSD-SA-26:42.unlinkatSecurity:	CVE-2026-49421Reported by:	Yuxiang Yang, Yizhou Zhao, Ao Wang, Xuewei Feng, Qi Li, and Ke Xu from Tsinghua University using GLM-5.1 from Z.aiReviewed by:	kibSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D57790

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Tue, 23 Jun 2026 22:43:53 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>080a4087014e1d19136cc77028019d98b5c69e1e - tests: Fix race condition in aslr_setuid</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#080a4087014e1d19136cc77028019d98b5c69e1e</link>
        <description>tests: Fix race condition in aslr_setuidUse a cloexec pipe to block the parent until the child is ready.While here, redirect the output from ping to /dev/null, and mark thetest as requiring the inet feature since we ping the IPv4 loopback.PR:		296116MFC after:	1 weekReviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D57734

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Mon, 22 Jun 2026 15:23:31 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe03a78c5d5966992c8df482d984bae83dc92b45 - tests/jaildesc: Add some more test scenarios</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#fe03a78c5d5966992c8df482d984bae83dc92b45</link>
        <description>tests/jaildesc: Add some more test scenariosMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D57147

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Fri, 12 Jun 2026 16:58:19 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebb0ea9f4f599be267641e630ea48279e4f531d1 - imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid images</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#ebb0ea9f4f599be267641e630ea48279e4f531d1</link>
        <description>imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid imagesOtherwise an unprivileged user can disable randomization of the baseaddress for PIEs even if they are setugid.Add a regression test.Approved by:	soSecurity:	FreeBSD-SA-26:32.elfSecurity:	CVE-2026-49414Reported by:	David BerardReviewed by:	kibSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D57397

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Tue, 02 Jun 2026 22:29:00 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9546bb61910d40f4cb0dfb9716ba6eba44d1a0d - tests/procdesc: Use a more efficient mechanism to block</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#c9546bb61910d40f4cb0dfb9716ba6eba44d1a0d</link>
        <description>tests/procdesc: Use a more efficient mechanism to blockReviewed by:	kibMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D57149

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Fri, 22 May 2026 16:56:47 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f95da272b8b7138008542022af3dc7ead3ff2ce2 - jaildesc: Make sure to drain selinfo sleepers in jaildesc_close()</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#f95da272b8b7138008542022af3dc7ead3ff2ce2</link>
        <description>jaildesc: Make sure to drain selinfo sleepers in jaildesc_close()Otherwise they may be left on a freed selinfo list after thecorresponding jaildesc struct is freed.  This can be exploited toelevate privileges.Remove the JDF_SELECTED micro-optimization.  doselwakeup() is a no-op ifno one ever called selrecord() on the file description, so I see noreason to complicate the code to avoid the call.Add some regression tests.Approved by:	soSecurity:	FreeBSD-SA-26:19.fileSecurity:	CVE-2026-45251Fixes:		66d8ffe3046d (&quot;jaildesc: add kevent support&quot;)Reviewed by:	kib, jamieDifferential Revision:	https://reviews.freebsd.org/D56945

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Sun, 10 May 2026 17:15:45 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b6a23eb8a7e4b137d9e1b527d1fa84c950484eb - procdesc: Make sure to drain selinfo sleepers in procdesc_free()</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#4b6a23eb8a7e4b137d9e1b527d1fa84c950484eb</link>
        <description>procdesc: Make sure to drain selinfo sleepers in procdesc_free()Otherwise they are left on a freed list after procdesc_free() is called.This can be exploited to elevate privileges.Remove the PDF_SELECTED micro-optimization.  doselwakeup() is a no-op ifno one ever called selrecord() on the file description, so I see noreason to complicate the code to avoid the call.Add some regression tests.Approved by:	soSecurity:	FreeBSD-SA-26:19.fileSecurity:	CVE-2026-45251Reported by:	75Acol, Lexpl0it, fcgboy, and robinzeng2015Reviewed by:	kib, oshogboFixes:		cfb5f7686588 (&quot;Add experimental support for process descriptors&quot;)Differential Revision:	https://reviews.freebsd.org/D56887

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Fri, 08 May 2026 15:03:49 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41b03932e59068decf03b7975889841f71c73ec4 - tests: Add a simple regression test for an execve overflow bug</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#41b03932e59068decf03b7975889841f71c73ec4</link>
        <description>tests: Add a simple regression test for an execve overflow bugMFC after:	2 weeks

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Mon, 04 May 2026 17:39:55 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>001cfc7b8aa38122c4e0fe8ae48fae3556a1f2b6 - tests/timerfd: Serialize</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#001cfc7b8aa38122c4e0fe8ae48fae3556a1f2b6</link>
        <description>tests/timerfd: SerializeAt least one of these tests changes the system clock, which potentiallyinterferes with concurrently running tests and causes them to fail.MFC after:	1 week

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Sun, 03 May 2026 17:46:52 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb692380f1e05ffc4184877844e93051f24ed302 - timerfd: Expect periodic timer performance failures</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#cb692380f1e05ffc4184877844e93051f24ed302</link>
        <description>timerfd: Expect periodic timer performance failuresThe current timerfd implementation fails to correctly count events on ananosecond callout interval. The timerfd__periodic_timer_performancetest detects this and reports failure.Mark this test as an expected failure so it isn&apos;t flagged by CI. A linkto the bug report is attached to the test for reference.While we&apos;re here, clean up some minor style and Make issues.Fixes:		834c1ba793d9 (&quot;timerfd: Add tests&quot;)MFC after:	1 week

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Wed, 25 Mar 2026 23:57:16 +0100</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>834c1ba793d900b791e19ff449b1e0b96fb494a0 - timerfd: Add tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#834c1ba793d900b791e19ff449b1e0b96fb494a0</link>
        <description>timerfd: Add testsTake Jan Kokemuller&apos;s timerfd tests from the epoll-shim project,stripping out code that isn&apos;t directly related to FreeBSD.Reviewed by:		markjDifferential Revision:	https://reviews.freebsd.org/D55789MFC after:		2 weeks

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Fri, 20 Mar 2026 07:31:30 +0100</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73d9153fc57bcfb665a4867cb1adc8fa0a8aaa84 - tests/kern: put ssl_sendfile under MK_OPENSSL != no</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#73d9153fc57bcfb665a4867cb1adc8fa0a8aaa84</link>
        <description>tests/kern: put ssl_sendfile under MK_OPENSSL != noReported by:	wosch

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Thu, 26 Feb 2026 21:30:18 +0100</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>277539ae7f2f07a8dd29d4deb318d66414f8ae2a - Add tests for pdwait</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/kern/Makefile#277539ae7f2f07a8dd29d4deb318d66414f8ae2a</link>
        <description>Add tests for pdwaitMFC With:	4d707825bf62ee73a32b615846eff9c4a9bda538Sponsored by:	ConnectWise

            List of files:
            /freebsd/tests/sys/kern/Makefile</description>
        <pubDate>Sun, 25 Jan 2026 17:14:03 +0100</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
