<?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 config</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>4e78dd6b - sefltests/tracing: Add a test for tracepoint events on modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#4e78dd6b</link>
        <description>sefltests/tracing: Add a test for tracepoint events on modulesAdd a test case for tracepoint events on modules. This checks if it can addand remove the events correctly.Link: https://lore.kernel.org/all/172397781494.286558.7581515061075998225.stgit@devnote2/Signed-off-by: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Sun, 18 Aug 2024 10:43:35 +0000</pubDate>
        <dc:creator>Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7ea79460 - selftests/ftrace: Update required config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#7ea79460</link>
        <description>selftests/ftrace: Update required configUpdate required config options for running all tests.This also sorts the config entries alphabetically.Signed-off-by: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Tue, 21 May 2024 00:00:32 +0000</pubDate>
        <dc:creator>Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cdfe56d9 - selftests/ftrace: Add CONFIG_SAMPLE_FTRACE_DIRECT=m kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#cdfe56d9</link>
        <description>selftests/ftrace: Add CONFIG_SAMPLE_FTRACE_DIRECT=m kconfigftrace-direct.tc and kprobe-direct.tc require CONFIG_SAMPLE_FTRACE_DIRECT=mso add it to config file which is used by merge_config.sh.Signed-off-by: Xiao Yang &lt;yangx.jy@cn.fujitsu.com&gt;Acked-by: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Sun, 05 Apr 2020 01:44:57 +0000</pubDate>
        <dc:creator>Xiao Yang &lt;yangx.jy@cn.fujitsu.com&gt;</dc:creator>
    </item>
<item>
        <title>c1edd060 - selftests/ftrace: Add wakeup tracer testcase</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#c1edd060</link>
        <description>selftests/ftrace: Add wakeup tracer testcaseAdd a testcase for wakeup tracer.Signed-off-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: Shuah Khan (Samsung OSG) &lt;shuah@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Thu, 30 Aug 2018 14:24:42 +0000</pubDate>
        <dc:creator>Masami Hiramatsu &lt;mhiramat@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>873b4af2 - selftests/ftrace: Add kprobe-event with symbol argument test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#873b4af2</link>
        <description>selftests/ftrace: Add kprobe-event with symbol argument testAdd a testcase for kprobe-event with @symbol argument.Since @symbol needs to refer the kernel data symbol(linux_proc_banner), it requires CONFIG_KALLSYMS_ALL.Signed-off-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: Shuah Khan (Samsung OSG) &lt;shuah@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Thu, 30 Aug 2018 14:20:56 +0000</pubDate>
        <dc:creator>Masami Hiramatsu &lt;mhiramat@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>af2a0750 - selftests/ftrace: Improve kprobe on module testcase to load/unload module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#af2a0750</link>
        <description>selftests/ftrace: Improve kprobe on module testcase to load/unload moduleImprove kprobe events on module testcase to check moduleload/unload with disabled/enabled events. This also changethe target module to trace_printk.ko, so it depends onCONFIG_SAMPLE_TRACE_PRINTK=m.Signed-off-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: Shuah Khan (Samsung OSG) &lt;shuah@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Thu, 30 Aug 2018 14:17:38 +0000</pubDate>
        <dc:creator>Masami Hiramatsu &lt;mhiramat@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8bd1369b - kselftests: Add tests for the preemptoff and irqsoff tracers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#8bd1369b</link>
        <description>kselftests: Add tests for the preemptoff and irqsoff tracersHere we add unit tests for the preemptoff and irqsoff tracer by using akernel module introduced previously to trigger long preempt or irqdisabled sections in the kernel.Link: http://lkml.kernel.org/r/20180711063540.91101-3-joel@joelfernandes.orgReviewed-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Acked-by: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Signed-off-by: Joel Fernandes (Google) &lt;joel@joelfernandes.org&gt;Signed-off-by: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Wed, 11 Jul 2018 06:35:40 +0000</pubDate>
        <dc:creator>Joel Fernandes (Google) &lt;joel@joelfernandes.org&gt;</dc:creator>
    </item>
<item>
        <title>f737b8f4 - selftests: ftrace: add more config fragments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#f737b8f4</link>
        <description>selftests: ftrace: add more config fragmentsWe need to enable more configs to make test morewithout this patch,we got lots of &quot;UNSUPPORTED&quot;before the patch:http://pastebin.ubuntu.com/25784377/after the patch:http://pastebin.ubuntu.com/25784387/Signed-off-by: Lei Yang &lt;Lei.Yang@windriver.com&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Sat, 21 Oct 2017 10:17:50 +0000</pubDate>
        <dc:creator>Lei Yang &lt;Lei.Yang@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>f13b1731 - selftests: ftrace: add CONFIG_KPROBES=y to the config fragment</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#f13b1731</link>
        <description>selftests: ftrace: add CONFIG_KPROBES=y to the config fragmentftrace/kprobe tests require kprobes events. Enable kprobes to run thesetests.Signed-off-by: Fathi Boudra &lt;fathi.boudra@linaro.org&gt;Tested-by: Naresh Kamboju &lt;naresh.kamboju@linaro.org&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Mon, 20 Mar 2017 10:18:21 +0000</pubDate>
        <dc:creator>Fathi Boudra &lt;fathi.boudra@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>8c749ce9 - selftests: create test-specific kconfig fragments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/ftrace/config#8c749ce9</link>
        <description>selftests: create test-specific kconfig fragmentsCreate the config file in each directory of testcase which needmore kernel configuration than the default defconfig. User coulduse these configs with merge_config.sh script:Enable config for specific testcase:(export ARCH=xxx #for cross compiling)./scripts/kconfig/merge_config.sh .config \		tools/testing/selftests/xxx/configEnable configs for all testcases:(export ARCH=xxx #for cross compiling)./scripts/kconfig/merge_config.sh .config \		tools/testing/selftests/*/configSigned-off-by: Bamvor Jian Zhang &lt;bamvor.zhangjian@linaro.org&gt;Reviewed-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/ftrace/config</description>
        <pubDate>Fri, 08 Jan 2016 07:27:33 +0000</pubDate>
        <dc:creator>Bamvor Jian Zhang &lt;bamvor.zhangjian@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
