<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>56f235da - selftests/pidfd: add seventh PIDFD_INFO_EXIT selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#56f235da</link>
        <description>selftests/pidfd: add seventh PIDFD_INFO_EXIT selftestAdd a selftest for PIDFD_INFO_EXIT behavior.Link: https://lore.kernel.org/r/20250305-work-pidfs-kill_on_last_close-v3-16-c8c3d8361705@kernel.orgSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Wed, 05 Mar 2025 10:08:26 +0000</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>853ab1ff - selftests/pidfd: add first PIDFD_INFO_EXIT selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#853ab1ff</link>
        <description>selftests/pidfd: add first PIDFD_INFO_EXIT selftestAdd a selftest for PIDFD_INFO_EXIT behavior.Link: https://lore.kernel.org/r/20250305-work-pidfs-kill_on_last_close-v3-10-c8c3d8361705@kernel.orgSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Wed, 05 Mar 2025 10:08:20 +0000</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f63df616 - selftests: add pidfd bind-mount tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#f63df616</link>
        <description>selftests: add pidfd bind-mount testsLink: https://lore.kernel.org/r/20241219-work-pidfs-mount-v1-2-dbc56198b839@kernel.orgSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Thu, 19 Dec 2024 17:01:33 +0000</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>59a42b0e - selftests/pidfd: add pidfs file handle selftests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#59a42b0e</link>
        <description>selftests/pidfd: add pidfs file handle selftestsAdd selftests for pidfs file handles.Link: https://lore.kernel.org/r/20241202-imstande-einsicht-d78753e1c632@braunerReviewed-by: Amir Goldstein &lt;amir73il@gmail.com&gt;Signed-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Mon, 02 Dec 2024 22:44:52 +0000</pubDate>
        <dc:creator>Christian Brauner &lt;brauner@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2b40c5db - selftests/pidfd: add pidfd setns tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#2b40c5db</link>
        <description>selftests/pidfd: add pidfd setns testsThis is basically a test-suite for setns() and as of now contains:- test that we can&apos;t pass garbage flags- test that we can&apos;t attach to the namespaces of  task that has already exited- test that we can incrementally setns into all namespaces of a target task  using a pidfd- test that we can setns atomically into all namespaces of a target task- test that we can&apos;t cross setns into a user namespace outside of our user  namespace hierarchy- test that we can&apos;t setns into namespaces owned by user namespaces over which  we are not privilegedSigned-off-by: Christian Brauner &lt;christian.brauner@ubuntu.com&gt;Link: https://lore.kernel.org/r/20200505140432.181565-4-christian.brauner@ubuntu.com

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Tue, 05 May 2020 14:04:32 +0000</pubDate>
        <dc:creator>Christian Brauner &lt;christian.brauner@ubuntu.com&gt;</dc:creator>
    </item>
<item>
        <title>d198b34f - .gitignore: add SPDX License Identifier</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#d198b34f</link>
        <description>.gitignore: add SPDX License IdentifierAdd SPDX License Identifier to all .gitignore files.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Tue, 03 Mar 2020 13:35:59 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>186e28a1 - selftests: pidfd: Add pidfd_fdinfo_test in .gitignore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#186e28a1</link>
        <description>selftests: pidfd: Add pidfd_fdinfo_test in .gitignoreThe commit identified below added pidfd_fdinfo_testbut failed to add it to .gitignoreFixes: 2def297ec7fb (&quot;pidfd: add tests for NSpid info in fdinfo&quot;)Signed-off-by: Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;Acked-by: Christian Brauner &lt;christian.brauner@ubuntu.com&gt;Cc: stable@vger.kernel.orgLink: https://lore.kernel.org/r/966567c7dbaa26a06730d796354f8a086c0ee288.1582847778.git.christophe.leroy@c-s.frSigned-off-by: Christian Brauner &lt;christian.brauner@ubuntu.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Fri, 28 Feb 2020 00:00:08 +0000</pubDate>
        <dc:creator>Christophe Leroy &lt;christophe.leroy@c-s.fr&gt;</dc:creator>
    </item>
<item>
        <title>873dfd78 - test: Add test for pidfd getfd</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#873dfd78</link>
        <description>test: Add test for pidfd getfdThe following tests:  * Fetch FD, and then compare via kcmp  * Make sure getfd can be blocked by blocking ptrace_may_access  * Making sure fetching bad FDs fails  * Make sure trying to set flags to non-zero results in an EINVALSigned-off-by: Sargun Dhillon &lt;sargun@sargun.me&gt;Acked-by: Christian Brauner &lt;christian.brauner@ubuntu.com&gt;Link: https://lore.kernel.org/r/20200107175927.4558-5-sargun@sargun.meSigned-off-by: Christian Brauner &lt;christian.brauner@ubuntu.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Tue, 07 Jan 2020 17:59:27 +0000</pubDate>
        <dc:creator>Sargun Dhillon &lt;sargun@sargun.me&gt;</dc:creator>
    </item>
<item>
        <title>aed5a8df - tests: add pidfd poll tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#aed5a8df</link>
        <description>tests: add pidfd poll testsThis adds testing for polling on pidfd of a process being killed. Test runs10000 iterations by default to stress test pidfd polling functionality.It accepts an optional command-line parameter to override the number oriterations to run.Specifically, it tests for:- pidfd_open on a child process succeeds- pidfd_send_signal on a child process succeeds- polling on pidfd succeeds and returns exactly one event- returned event is POLLIN- event is received within 3 secs of the process being killed10000 iterations was chosen because of the race condition being testedwhich is not consistently reproducible but usually is revealed after lessthan 2000 iterations.Reveals race fixed by commit b191d6491be6 (&quot;pidfd: fix a poll race when setting exit_state&quot;)Signed-off-by: Suren Baghdasaryan &lt;surenb@google.com&gt;Link: https://lore.kernel.org/r/20190726162226.252750-2-surenb@google.comSigned-off-by: Christian Brauner &lt;christian.brauner@ubuntu.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Fri, 26 Jul 2019 16:22:26 +0000</pubDate>
        <dc:creator>Suren Baghdasaryan &lt;surenb@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e63f3085 - pidfd: add pidfd_wait tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#e63f3085</link>
        <description>pidfd: add pidfd_wait testsAdd tests for pidfd_wait() and CLONE_WAIT_PID:- test that waitid(P_PIDFD) fails on /proc/&lt;pid&gt;- test that waitid(P_PIDFD) fails on /dev/null- test that waitid(P_PIDFD) can wait on a pidfd- test that waitid(P_PIDFD) can wait on a pidfd and return siginfo_t- test that waitid(P_PIDFD) works with WEXITED- test that waitid(P_PIDFD) works with WSTOPPED- test that waitid(P_PIDFD) works with WUNTRACED- test that waitid(P_PIDFD) works with WCONTINUED- test that waitid(P_PIDFD) works with WNOWAIT- test that waitid(P_PIDFD)works with WNOHANGSigned-off-by: Christian Brauner &lt;christian.brauner@ubuntu.com&gt;Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: &quot;Eric W. Biederman&quot; &lt;ebiederm@xmission.com&gt;Cc: Joel Fernandes (Google) &lt;joel@joelfernandes.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: David Howells &lt;dhowells@redhat.com&gt;Cc: Jann Horn &lt;jannh@google.com&gt;Cc: Andy Lutomirsky &lt;luto@kernel.org&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Aleksa Sarai &lt;cyphar@cyphar.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Link: https://lore.kernel.org/r/20190727222229.6516-3-christian@brauner.io

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Sat, 27 Jul 2019 22:22:30 +0000</pubDate>
        <dc:creator>Christian Brauner &lt;christian.brauner@ubuntu.com&gt;</dc:creator>
    </item>
<item>
        <title>172bb24a - tests: add pidfd_open() tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#172bb24a</link>
        <description>tests: add pidfd_open() testsThis adds testing for the new pidfd_open() syscalls. Specifically, we test:- that no invalid flags can be passed to pidfd_open()- that no invalid pid can be passed to pidfd_open()- that a pidfd can be retrieved with pidfd_open()- that the retrieved pidfd references the correct pidSigned-off-by: Christian Brauner &lt;christian@brauner.io&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: &quot;Eric W. Biederman&quot; &lt;ebiederm@xmission.com&gt;Cc: Kees Cook &lt;keescook@chromium.org&gt;Cc: Joel Fernandes (Google) &lt;joel@joelfernandes.org&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Jann Horn &lt;jannh@google.com&gt;Cc: David Howells &lt;dhowells@redhat.com&gt;Cc: &quot;Michael Kerrisk (man-pages)&quot; &lt;mtk.manpages@gmail.com&gt;Cc: Andy Lutomirsky &lt;luto@kernel.org&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Aleksa Sarai &lt;cyphar@cyphar.com&gt;Cc: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Cc: linux-api@vger.kernel.org

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Sat, 23 Mar 2019 11:24:21 +0000</pubDate>
        <dc:creator>Christian Brauner &lt;christian@brauner.io&gt;</dc:creator>
    </item>
<item>
        <title>4d0b5f4d - selftests: pidfd: Create .gitignore to include pidfd_test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/pidfd/.gitignore#4d0b5f4d</link>
        <description>selftests: pidfd: Create .gitignore to include pidfd_testCreate ../selftests/pidfd/.gitignore which holds the following file namecreated after compiling:	- pidfd_testSigned-off-by: Kelsey Skunberg &lt;skunberg.kelsey@gmail.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/pidfd/.gitignore</description>
        <pubDate>Sun, 12 May 2019 04:57:11 +0000</pubDate>
        <dc:creator>Kelsey Skunberg &lt;skunberg.kelsey@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
