<?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 functions</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e997ac58ad0b47141c62c79cde8356fe5633287a - Merge tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#e997ac58ad0b47141c62c79cde8356fe5633287a</link>
        <description>Merge tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestPull kselftest updates from Shuah Khan: - cpu-hotplug: fix to check if cpu hotplug is supported to avoid   test failures when cpu hotplug isn&apos;t supported. - frace: fix to relevant comparisons and path checks in the helper so   it  handles those patterns without spurious shell warnings. - runner.sh: add ktrap support - tracing: fix to make --logdir option work again - tracing: fix to check awk supports non POSIX strtonum() - mqueue: fix incorrectly named settings file to make sure the test   used the correct timeout value - kselftest:    - fix to treat xpass as successful result    - add ksft_reset_state() - kselftest_harness:    - validate kselftest exit codes are handled explicitly    - add detection of invalid mixing of kselftest and harness      functionality    - add validation of intermixing of kselftest and harness      functionality - run_kselftest.sh:    - remove unused $ROOT    - resolve BASE_DIR with pwd -P to avoid dependency on realpath      or readlink commands to generate a physical absolute path for      BASE_DIR    - allow choosing per-test log directory    - preserve subtarget failures in all/install* tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:  selftests/ftrace: Quote check_requires comparisons  selftests: Preserve subtarget failures in all/install  selftests/run_kselftest.sh: Allow choosing per-test log directory  selftests/run_kselftest.sh: Resolve BASE_DIR with pwd -P  selftests/run_kselftest.sh: Remove unused $ROOT  selftests/cpu-hotplug: Fix check for cpu hotplug not supported  selftests/mqueue: Fix incorrectly named file  selftests: Use ktap helpers for runner.sh  selftests: harness: Validate intermixing of kselftest and harness functionality  selftests: harness: Detect illegal mixing of kselftest and harness functionality  selftests: kselftest: Add ksft_reset_state()  selftests: harness: Validate that explicit kselftest exitcodes are handled  selftests: kselftest: Treat xpass as successful result  selftests/tracing: Fix to check awk supports non POSIX strtonum()  selftests/tracing: Fix to make --logdir option work again

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Wed, 15 Apr 2026 02:46:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f8e0a5a174d7d3bc3547c15bc1647c35427f5c34 - selftests/ftrace: Quote check_requires comparisons</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#f8e0a5a174d7d3bc3547c15bc1647c35427f5c34</link>
        <description>selftests/ftrace: Quote check_requires comparisonscheck_requires() compares requirement strings that can contain shellpattern characters such as &apos;[&apos; and &apos;]&apos;. Under /bin/sh, the unquotedtest expressions can emit &apos;unexpected operator&apos; warnings while parsingREADME-backed requirements.Quote the relevant comparisons and path checks so the helper handlesthose patterns without spurious shell warnings.Validated by rerunning fprobe_syntax_errors.tc and confirming theprevious &apos;/bin/sh: unexpected operator&apos; lines disappear from thedetailed ftracetest log.Signed-off-by: Cao Ruichuang &lt;create0818@163.com&gt;Reviewed-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;Link: https://lore.kernel.org/r/20260408043212.8063-1-create0818@163.comSigned-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Wed, 08 Apr 2026 06:32:12 +0200</pubDate>
        <dc:creator>Cao Ruichuang &lt;create0818@163.com&gt;</dc:creator>
    </item>
<item>
        <title>3d0b8e45075d398369eb07e11f529c17a63cf5e1 - selftests/tracing: Fix to check awk supports non POSIX strtonum()</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#3d0b8e45075d398369eb07e11f529c17a63cf5e1</link>
        <description>selftests/tracing: Fix to check awk supports non POSIX strtonum()Check the awk command supports non POSIX strtonum() function inthe trace_marker_raw test case.Fixes: 37f46601383a (&quot;selftests/tracing: Add basic test for trace_marker_raw file&quot;)Signed-off-by: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Link: https://lore.kernel.org/r/177071726229.2369897.11506524546451139051.stgit@mhiramat.tok.corp.google.comSigned-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Tue, 10 Feb 2026 10:54:22 +0100</pubDate>
        <dc:creator>Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>0b1b4a3d8ebec3c42231c306d4b9a5153d047674 - Merge tag &apos;trace-rv-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#0b1b4a3d8ebec3c42231c306d4b9a5153d047674</link>
        <description>Merge tag &apos;trace-rv-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-tracePull runtime verifier updates from Steven Rostedt: - Adapt the ftracetest script to be run from a different folder   This uses the already existing OPT_TEST_DIR but extends it further to   run independent tests, then add an --rv flag to allow using the   script for testing RV (mostly) independently on ftrace. - Add basic RV selftests in selftests/verification for more validations   Add more validations for available/enabled monitors and reactors.   This could have caught the bug introducing kernel panic solved above.   Tests use ftracetest. - Convert react() function in reactor to use va_list directly   Use a central helper to handle the variadic arguments. Clean up   macros and mark functions as static. - Add lockdep annotations to reactors to have lockdep complain of   errors   If the reactors are called from improper context. Useful to develop   new reactors. This highlights a warning in the panic reactor that is   related to the printk subsystem and not to RV. - Convert core RV code to use lock guards and __free helpers   This completely removes goto statements. - Fix compilation if !CONFIG_RV_REACTORS   Fix the warning by keeping LTL monitor variable as always static.* tag &apos;trace-rv-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:  rv: Fix compilation if !CONFIG_RV_REACTORS  rv: Convert to use __free  rv: Convert to use lock guard  rv: Add explicit lockdep context for reactors  rv: Make rv_reacting_on() static  rv: Pass va_list to reactors  selftests/verification: Add initial RV tests  selftest/ftrace: Generalise ftracetest to use with RV

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Fri, 05 Dec 2025 19:17:00 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a0aa283c53a703240a93ae38aa04bc9e4ca89d12 - selftest/ftrace: Generalise ftracetest to use with RV</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#a0aa283c53a703240a93ae38aa04bc9e4ca89d12</link>
        <description>selftest/ftrace: Generalise ftracetest to use with RVThe ftracetest script is a fairly complete test framework for tracefs-likesubsystem, but it can only be used for ftrace selftests.If OPT_TEST_DIR is provided and includes a function file, use that astest directory going forward rather than just grabbing tests from it.Generalise function names like initialize_ftrace to initialize_system.Add the --rv argument to set up the test for rv, basically changing thetrace directory to $TRACING_DIR/rv and displaying an error if thatcannot be found.This prepares for rv selftests inclusion.Link: https://lore.kernel.org/r/20251017115203.140080-2-gmonaco@redhat.comSigned-off-by: Gabriele Monaco &lt;gmonaco@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Fri, 17 Oct 2025 13:52:02 +0200</pubDate>
        <dc:creator>Gabriele Monaco &lt;gmonaco@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ftrace/test.d/functions#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/tools/testing/selftests/ftrace/test.d/functions</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
