<?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 Build</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>7a0e692a0381254b2f77c54dec100cd3325a6fdf - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Tue, 23 Jun 2026 08:10:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>6b5a2b7d9bc156e505f09e698d85d6a1547c1206 - Merge tag &apos;trace-tools-v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#6b5a2b7d9bc156e505f09e698d85d6a1547c1206</link>
        <description>Merge tag &apos;trace-tools-v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-tracePull RTLA tool updates from Steven Rostedt: - Fix discrepancy in --dump-tasks option   Due to a mistake, rtla-timerlat-hist used the CLI syntax   &quot;--dump-task&quot; instead of the documented &quot;--dump-tasks&quot;. Change the   option to match both documentation and the other timerlat tool,   rtla-timerlat-top. - Extend coverage of runtime tests   Cover both top and hist tools in all applicable test cases, add tests   for a few uncovered options, and extend checks for some existing   tests. - Add unit tests for actions   rtla&apos;s actions feature is implemented in its source file and contains   non-trivial parsing logic. Cover it with unit tests. - Stop record trace on interrupt   Fix a bug where an interval exists after receiving a signal in which   the main instance is stopped but the record instance is not, leading   to discrepancies in reported results and sometimes rtla hanging. - Restore continue flag in actions_perform()   Fix a bug where rtla always continues tracing after hitting a   threshold even if the continue action was triggered just once, and   add tests verifying that the flag is reset properly. - Migrate command line interface to libsubcmd   Replace rtla&apos;s argument parsing using getopt_long() with libsubcmd,   used by perf and objtool, to reuse existing code and auto-generate   better help messages. Extensive unit tests are included to detect   regressions. - Add -A/--aligned option to timerlat tools   Add an option to align timerlat threads, based on the recently   introduced TIMERLAT_ALIGN option of the timerlat tracer, together   with unit tests and documentation. - Document tests in README   Document how to run unit and runtime tests in rtla&apos;s README.txt,   including the dependencies needed to run them.* tag &apos;trace-tools-v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: (26 commits)  rtla: Document tests in README  Documentation/rtla: Add -A/--aligned option  rtla/tests: Add unit tests for -A/--aligned option  rtla/timerlat: Add -A/--aligned CLI option  rtla/tests: Add unit tests for CLI option callbacks  rtla/tests: Add unit tests for _parse_args() functions  rtla: Parse cmdline using libsubcmd  tools subcmd: allow parsing distinct --opt and --no-opt  tools subcmd: support optarg as separate argument  rtla: Add libsubcmd dependency  rtla/tests: Add runtime tests for restoring continue flag  rtla/tests: Run runtime tests in temporary directory  rtla/tests: Add unit test for restoring continue flag  rtla/actions: Restore continue flag in actions_perform()  rtla: Stop the record trace on interrupt  rtla/tests: Add unit tests for actions module  rtla/tests: Add runtime tests for -C/--cgroup  rtla/tests: Add runtime test for -k and -u options  rtla/tests: Add runtime test for -H/--house-keeping  rtla/tests: Cover all hist options in runtime tests  ...

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Tue, 16 Jun 2026 14:20:34 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fff88709f9a9153af85b5224b4594caa5387ca60 - Merge tag &apos;v7.1-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#fff88709f9a9153af85b5224b4594caa5387ca60</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into nextSync up with mainline to pull in a fix to IMS PCU driver and otherenhancements.

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Mon, 01 Jun 2026 04:43:25 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>596a9bed0aec60490dffd85bd1865430ce298eba - rtla/tests: Add unit tests for CLI option callbacks</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#596a9bed0aec60490dffd85bd1865430ce298eba</link>
        <description>rtla/tests: Add unit tests for CLI option callbacksIn addition to testing all tool_parse_args() functions, test also allcallbacks used for parsing custom option formats.The callbacks represent a middle layer between the parsing functionsand utility functions dedicated to checking specific argument formats,for example, scheduling class and duration. Callback tests are runbefore parsing functions to make sure any issue in the former isreported before it is encountered through the latter.Tests verify both successful parsing and proper rejection of invalidinputs (via exit tests). To enable testing static callbacks, a pragmaonce guard is added to timerlat.h for safe inclusion by cli_p.h.Add dependency of UNIT_TESTS_IN on LIBSUBCMD_INCLUDES, as the new testfile tests/unit/cli_opt_callback.c includes cli_p.h which includessubcmd/parse-options.h.Link: https://lore.kernel.org/r/20260528103254.2990068-7-tglozar@redhat.comSigned-off-by: Tomas Glozar &lt;tglozar@redhat.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Thu, 28 May 2026 12:32:54 +0200</pubDate>
        <dc:creator>Tomas Glozar &lt;tglozar@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>244d0cbff2efa13931115784e5dc4d1270a04ec7 - rtla/tests: Add unit tests for _parse_args() functions</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#244d0cbff2efa13931115784e5dc4d1270a04ec7</link>
        <description>rtla/tests: Add unit tests for _parse_args() functionsAdd a test suite for the _parse_args() function of each tool that checksthe params structures (struct common_params, struct osnoise_params,struct timerlat_params) returned by them for correctness.One test case is added per option, as well as a few special cases fortricky combinations of options. Test cases are ordered the same as theoption arrays and help message to allow easy checking of whether alloptions are covered.This should help clarify what the proper command line behavior of RTLAis in case there are holes in the documentation and verify that theintended behavior is implemented correctly.A few necessary changes to the unit tests were done as part of thiscommit:- Unit tests now also link to libsubcmd and its dependencies.- A new global variable in_unit_test is added to RTLA&apos;s CLI interface,  causing it to skip check for root if running in unit tests. This  allows the CLI unit tests to run as non-root, like existing unit  tests.There is quite a lot of duplication, some of it is mitigated with macros,but partially it is intentional so that future changes in behavior aretracked across tools.Link: https://lore.kernel.org/r/20260528103254.2990068-6-tglozar@redhat.comSigned-off-by: Tomas Glozar &lt;tglozar@redhat.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Thu, 28 May 2026 12:32:53 +0200</pubDate>
        <dc:creator>Tomas Glozar &lt;tglozar@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>5c8cbca290acdd49a694b36c0af76ba0c00bbf12 - Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#5c8cbca290acdd49a694b36c0af76ba0c00bbf12</link>
        <description>Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEADMerge the branch with the soc/qcom changes, required for the next UBWCpatches.Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Thu, 21 May 2026 22:36:50 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>09d6818d3bdc1ea6e49a425040528cbdbc97bc0a - Merge branch &apos;linus&apos; into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#09d6818d3bdc1ea6e49a425040528cbdbc97bc0a</link>
        <description>Merge branch &apos;linus&apos; into timers/clocksource... to bring it up to date for new changes.

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Mon, 18 May 2026 11:01:07 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e5d8f22758c5904ed006a525ef34dec1c381f2b6 - rtla/tests: Add unit tests for actions module</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#e5d8f22758c5904ed006a525ef34dec1c381f2b6</link>
        <description>rtla/tests: Add unit tests for actions moduleAdd unit tests covering all functions in the actions module, includingboth valid and invalid inputs and all action types, except foractions_perform(), where only shell and continue actions are tested.To support testing multiple modules, the unit test build was modified sothat it links the entire rtla-in.o file. For this to work, the main()function in rtla.c was declared weak, so that the unit test main is ableto override it.Other included minor changes to unit tests are:- Make unit test output verbose to show which tests are being run, now  that we have more than 3 tests.- Add unit_tests file to .gitignore.- Split unit test sources to one file per test suite, and keep only  main() function in unit_tests.c.- Fix Makefile dependencies so that &quot;make unit-tests&quot; will rebuild the  binary with the changes in the commit.Also with the linking the entire rtla-in.o file, it now has rtla&apos;snr_cpus symbol, so the declaration in utils unit tests is made extern.Assisted-by: Composer:composer-2-fastLink: https://lore.kernel.org/r/20260424140244.958495-1-tglozar@redhat.comSigned-off-by: Tomas Glozar &lt;tglozar@redhat.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Fri, 24 Apr 2026 16:02:44 +0200</pubDate>
        <dc:creator>Tomas Glozar &lt;tglozar@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>658a6021492ad3b1b8a6e9a83963a1fad35a2af8 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#658a6021492ad3b1b8a6e9a83963a1fad35a2af8</link>
        <description>Merge drm/drm-next into drm-intel-nextSome Display Port Adaptive Sync depends on drm work.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Fri, 15 May 2026 13:01:15 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c53ed3e99920df6a90553c89a1c053aa0776841e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/tracing/rtla/tests/unit/Build#c53ed3e99920df6a90553c89a1c053aa0776841e</link>
        <description>Merge drm/drm-next into drm-xe-nextBringing in recent display changes.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/tracing/rtla/tests/unit/Build</description>
        <pubDate>Fri, 08 May 2026 16:19:45 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
