<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>68b4d2d5 - selftests/user_events: Reenable build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/user_events/Makefile#68b4d2d5</link>
        <description>selftests/user_events: Reenable buildThe user_events selftests were removed from the standard set ofselftests due to the uapi header it relies on having been temporarilyremoved.  That header is now reinstated so we can reenable the tests.Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/user_events/Makefile</description>
        <pubDate>Sun, 06 Aug 2023 11:29:59 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>60b1af8d - tracing/user_events: Add ABI self-test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/user_events/Makefile#60b1af8d</link>
        <description>tracing/user_events: Add ABI self-testAdd ABI specific self-test to ensure enablements work in variousscenarios such as fork, VM_CLONE, and basic event enable/disable.Ensure ABI contracts/limits are also being upheld, such as bit limitsand data size limits.Link: https://lkml.kernel.org/r/20230328235219.203-8-beaub@linux.microsoft.comSigned-off-by: Beau Belgrave &lt;beaub@linux.microsoft.com&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/user_events/Makefile</description>
        <pubDate>Tue, 28 Mar 2023 23:52:14 +0000</pubDate>
        <dc:creator>Beau Belgrave &lt;beaub@linux.microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>0eb15a47 - selftests/user_events: add a note about user_events.h dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/user_events/Makefile#0eb15a47</link>
        <description>selftests/user_events: add a note about user_events.h dependencyThis test depends on &lt;linux/user_events.h&gt; exported in uapiThe following commit removed user_events.h out of uapi:commit 5cfff569cab8 (&quot;tracing: Move user_events.h temporarily out   of include/uapi&quot;)This test will not compile until user_events.h is added back to uapi.Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/user_events/Makefile</description>
        <pubDate>Tue, 14 Feb 2023 19:19:39 +0000</pubDate>
        <dc:creator>Shuah Khan &lt;skhan@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f3886fd2 - selftests: user_events: Fix incorrect kernel headers search path</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/user_events/Makefile#f3886fd2</link>
        <description>selftests: user_events: Fix incorrect kernel headers search pathUse $(KHDR_INCLUDES) as lookup path for kernel headers. This preventsbuilding against kernel headers from the build environment in scenarioswhere kernel headers are installed into a specific output directory(O=...).Signed-off-by: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: linux-kselftest@vger.kernel.orgCc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: &lt;stable@vger.kernel.org&gt; # 5.18+Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/user_events/Makefile</description>
        <pubDate>Fri, 27 Jan 2023 13:57:48 +0000</pubDate>
        <dc:creator>Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;</dc:creator>
    </item>
<item>
        <title>3a616389 - user_events: Add self-test for perf_event integration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/user_events/Makefile#3a616389</link>
        <description>user_events: Add self-test for perf_event integrationTests perf can be attached to and written out correctly. Ensures attachupdates status bits in user programs.Link: https://lkml.kernel.org/r/20220118204326.2169-10-beaub@linux.microsoft.comAcked-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: Beau Belgrave &lt;beaub@linux.microsoft.com&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/user_events/Makefile</description>
        <pubDate>Tue, 18 Jan 2022 20:43:23 +0000</pubDate>
        <dc:creator>Beau Belgrave &lt;beaub@linux.microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>745bb7e6 - user_events: Add self-test for dynamic_events integration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/user_events/Makefile#745bb7e6</link>
        <description>user_events: Add self-test for dynamic_events integrationTests matching deletes, creation of basic and complex types. Ensurescommon patterns work correctly when interacting with dynamic_eventsfile.Link: https://lkml.kernel.org/r/20220118204326.2169-9-beaub@linux.microsoft.comAcked-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: Beau Belgrave &lt;beaub@linux.microsoft.com&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/user_events/Makefile</description>
        <pubDate>Tue, 18 Jan 2022 20:43:22 +0000</pubDate>
        <dc:creator>Beau Belgrave &lt;beaub@linux.microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>446640e4 - user_events: Add self-test for ftrace integration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/user_events/Makefile#446640e4</link>
        <description>user_events: Add self-test for ftrace integrationTests basic functionality of registering/deregistering, status andwriting data out via ftrace mechanisms within user_events.Link: https://lkml.kernel.org/r/20220118204326.2169-8-beaub@linux.microsoft.comAcked-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: Beau Belgrave &lt;beaub@linux.microsoft.com&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/user_events/Makefile</description>
        <pubDate>Tue, 18 Jan 2022 20:43:21 +0000</pubDate>
        <dc:creator>Beau Belgrave &lt;beaub@linux.microsoft.com&gt;</dc:creator>
    </item>
</channel>
</rss>
