<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cebcffe666cc82e68842e27852a019ca54072cb7 - Merge tag &apos;vfio-v7.0-rc1&apos; of https://github.com/awilliam/linux-vfio</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#cebcffe666cc82e68842e27852a019ca54072cb7</link>
        <description>Merge tag &apos;vfio-v7.0-rc1&apos; of https://github.com/awilliam/linux-vfioPull VFIO updates from Alex Williamson: &quot;A small cycle with the bulk in selftests and reintroducing poison  handling in the nvgrace-gpu driver. The rest are fixes, cleanups, and  some dmabuf structure consolidation.   - Update outdated mdev comment referencing the renamed     mdev_type_add() function (Julia Lawall)   - Introduce selftest support for IOMMU mapping of PCI MMIO BARs (Alex     Mastro)   - Relax selftest assertion relative to differences in huge page     handling between legacy (v1) TYPE1 IOMMU mapping behavior and the     compatibility mode supported by IOMMUFD (David Matlack)   - Reintroduce memory poison handling support for non-struct-page-     backed memory in the nvgrace-gpu variant driver (Ankit Agrawal)   - Replace dma_buf_phys_vec with phys_vec to avoid duplicate structure     and semantics (Leon Romanovsky)   - Add missing upstream bridge locking across PCI function reset,     resolving an assertion failure when secondary bus reset is used to     provide that reset (Anthony Pighin)   - Fixes to hisi_acc vfio-pci variant driver to resolve corner case     issues related to resets, repeated migration, and error injection     scenarios (Longfang Liu, Weili Qian)   - Restrict vfio selftest builds to arm64 and x86_64, resolving     compiler warnings on 32-bit archs (Ted Logan)   - Un-deprecate the fsl-mc vfio bus driver as a new maintainer has     stepped up (Ioana Ciornei)&quot;* tag &apos;vfio-v7.0-rc1&apos; of https://github.com/awilliam/linux-vfio:  vfio/fsl-mc: add myself as maintainer  vfio: selftests: only build tests on arm64 and x86_64  hisi_acc_vfio_pci: fix the queue parameter anomaly issue  hisi_acc_vfio_pci: resolve duplicate migration states  hisi_acc_vfio_pci: update status after RAS error  hisi_acc_vfio_pci: fix VF reset timeout issue  vfio/pci: Lock upstream bridge for vfio_pci_core_disable()  types: reuse common phys_vec type instead of DMABUF open&#8209;coded variant  vfio/nvgrace-gpu: register device memory for poison handling  mm: add stubs for PFNMAP memory failure registration functions  vfio: selftests: Drop IOMMU mapping size assertions for VFIO_TYPE1_IOMMU  vfio: selftests: Add vfio_dma_mapping_mmio_test  vfio: selftests: Align BAR mmaps for efficient IOMMU mapping  vfio: selftests: Centralize IOMMU mode name definitions  vfio/mdev: update outdated comment

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Fri, 13 Feb 2026 00:52:39 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.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/vfio/Makefile#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/vfio/Makefile</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>a55d4bbbe64494bb92b32402018efb2ffc44d796 - vfio: selftests: only build tests on arm64 and x86_64</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#a55d4bbbe64494bb92b32402018efb2ffc44d796</link>
        <description>vfio: selftests: only build tests on arm64 and x86_64Only build vfio self-tests on arm64 and x86_64; these are the onlyarchitectures where the vfio self-tests are run. Addresses compilerwarnings for format and conversions on i386.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202601211830.aBEjmEFD-lkp@intel.com/Signed-off-by: Ted Logan &lt;tedlogan@fb.com&gt;Reviewed-by: David Matlack &lt;dmatlack@google.com&gt;Link: https://lore.kernel.org/r/20260202-vfio-selftest-only-64bit-v2-1-9c3ebb37f0f4@fb.comSigned-off-by: Alex Williamson &lt;alex@shazbot.org&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Tue, 03 Feb 2026 02:23:53 +0100</pubDate>
        <dc:creator>Ted Logan &lt;tedlogan@fb.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/vfio/Makefile#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/vfio/Makefile</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>080723f4d4c3c6fb0720aae614deb1f30ee9ef2e - vfio: selftests: Add vfio_dma_mapping_mmio_test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#080723f4d4c3c6fb0720aae614deb1f30ee9ef2e</link>
        <description>vfio: selftests: Add vfio_dma_mapping_mmio_testTest IOMMU mapping the BAR mmaps created during vfio_pci_device_setup().All IOMMU modes are tested: vfio_type1 variants are expected to succeed,while non-type1 modes are expected to fail. iommufd compat mode can beupdated to expect success once kernel support lands. Native iommufd willnot support mapping vaddrs backed by MMIO (it will support dma-buf basedMMIO mapping instead).Signed-off-by: Alex Mastro &lt;amastro@fb.com&gt;Reviewed-by: David Matlack &lt;dmatlack@google.com&gt;Tested-by: David Matlack &lt;dmatlack@google.com&gt;Link: https://lore.kernel.org/r/20260114-map-mmio-test-v3-3-44e036d95e64@fb.comSigned-off-by: Alex Williamson &lt;alex@shazbot.org&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Wed, 14 Jan 2026 19:57:18 +0100</pubDate>
        <dc:creator>Alex Mastro &lt;amastro@fb.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/vfio/Makefile#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/vfio/Makefile</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/vfio/Makefile#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/vfio/Makefile</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/vfio/Makefile#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/vfio/Makefile</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/vfio/Makefile#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/vfio/Makefile</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>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&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/vfio/Makefile#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/vfio/Makefile</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/vfio/Makefile#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/vfio/Makefile</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>a3ebb59eee2e558e8f8f27fc3f75cd367f17cd8e - Merge tag &apos;vfio-v6.19-rc1&apos; of https://github.com/awilliam/linux-vfio</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#a3ebb59eee2e558e8f8f27fc3f75cd367f17cd8e</link>
        <description>Merge tag &apos;vfio-v6.19-rc1&apos; of https://github.com/awilliam/linux-vfioPull VFIO updates from Alex Williamson: - Move libvfio selftest artifacts in preparation of more tightly   coupled integration with KVM selftests (David Matlack) - Fix comment typo in mtty driver (Chu Guangqing) - Support for new hardware revision in the hisi_acc vfio-pci variant   driver where the migration registers can now be accessed via the PF.   When enabled for this support, the full BAR can be exposed to the   user (Longfang Liu) - Fix vfio cdev support for VF token passing, using the correct size   for the kernel structure, thereby actually allowing userspace to   provide a non-zero UUID token. Also set the match token callback for   the hisi_acc, fixing VF token support for this this vfio-pci variant   driver (Raghavendra Rao Ananta) - Introduce internal callbacks on vfio devices to simplify and   consolidate duplicate code for generating VFIO_DEVICE_GET_REGION_INFO   data, removing various ioctl intercepts with a more structured   solution (Jason Gunthorpe) - Introduce dma-buf support for vfio-pci devices, allowing MMIO regions   to be exposed through dma-buf objects with lifecycle managed through   move operations. This enables low-level interactions such as a   vfio-pci based SPDK drivers interacting directly with dma-buf capable   RDMA devices to enable peer-to-peer operations. IOMMUFD is also now   able to build upon this support to fill a long standing feature gap   versus the legacy vfio type1 IOMMU backend with an implementation of   P2P support for VM use cases that better manages the lifecycle of the   P2P mapping (Leon Romanovsky, Jason Gunthorpe, Vivek Kasireddy) - Convert eventfd triggering for error and request signals to use RCU   mechanisms in order to avoid a 3-way lockdep reported deadlock issue   (Alex Williamson) - Fix a 32-bit overflow introduced via dma-buf support manifesting with   large DMA buffers (Alex Mastro) - Convert nvgrace-gpu vfio-pci variant driver to insert mappings on   fault rather than at mmap time. This conversion serves both to make   use of huge PFNMAPs but also to both avoid corrected RAS events   during reset by now being subject to vfio-pci-core&apos;s use of   unmap_mapping_range(), and to enable a device readiness test after   reset (Ankit Agrawal) - Refactoring of vfio selftests to support multi-device tests and split   code to provide better separation between IOMMU and device objects.   This work also enables a new test suite addition to measure parallel   device initialization latency (David Matlack)* tag &apos;vfio-v6.19-rc1&apos; of https://github.com/awilliam/linux-vfio: (65 commits)  vfio: selftests: Add vfio_pci_device_init_perf_test  vfio: selftests: Eliminate INVALID_IOVA  vfio: selftests: Split libvfio.h into separate header files  vfio: selftests: Move vfio_selftests_*() helpers into libvfio.c  vfio: selftests: Rename vfio_util.h to libvfio.h  vfio: selftests: Stop passing device for IOMMU operations  vfio: selftests: Move IOVA allocator into iova_allocator.c  vfio: selftests: Move IOMMU library code into iommu.c  vfio: selftests: Rename struct vfio_dma_region to dma_region  vfio: selftests: Upgrade driver logging to dev_err()  vfio: selftests: Prefix logs with device BDF where relevant  vfio: selftests: Eliminate overly chatty logging  vfio: selftests: Support multiple devices in the same container/iommufd  vfio: selftests: Introduce struct iommu  vfio: selftests: Rename struct vfio_iommu_mode to iommu_mode  vfio: selftests: Allow passing multiple BDFs on the command line  vfio: selftests: Split run.sh into separate scripts  vfio: selftests: Move run.sh into scripts directory  vfio/nvgrace-gpu: wait for the GPU mem to be ready  vfio/nvgrace-gpu: Inform devmem unmapped after reset  ...

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Fri, 05 Dec 2025 03:42:48 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d721f52e31553a848e0e9947ca15a49c5674aef3 - vfio: selftests: Add vfio_pci_device_init_perf_test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#d721f52e31553a848e0e9947ca15a49c5674aef3</link>
        <description>vfio: selftests: Add vfio_pci_device_init_perf_testAdd a new VFIO selftest for measuring the time it takes to runvfio_pci_device_init() in parallel for one or more devices.This test serves as manual regression test for the performanceimprovement of commit e908f58b6beb (&quot;vfio/pci: Separate SR-IOV VFdev_set&quot;). For example, when running this test with 64 VFs under thesame PF:Before:  $ ./vfio_pci_device_init_perf_test -r vfio_pci_device_init_perf_test.iommufd.init 0000:1a:00.0 0000:1a:00.1 ...  ...  Wall time: 6.653234463s  Min init time (per device): 0.101215344s  Max init time (per device): 6.652755941s  Avg init time (per device): 3.377609608sAfter:  $ ./vfio_pci_device_init_perf_test -r vfio_pci_device_init_perf_test.iommufd.init 0000:1a:00.0 0000:1a:00.1 ...  ...  Wall time: 0.122978332s  Min init time (per device): 0.108121915s  Max init time (per device): 0.122762761s  Avg init time (per device): 0.113816748sThis test does not make any assertions about performance, since any suchassertion is likely to be flaky due to system differences and randomnoise. However this test can be fed into automation to detectregressions, and can be used by developers in the future to measureperformance optimizations.Suggested-by: Aaron Lewis &lt;aaronlewis@google.com&gt;Reviewed-by: Alex Mastro &lt;amastro@fb.com&gt;Tested-by: Alex Mastro &lt;amastro@fb.com&gt;Reviewed-by: Raghavendra Rao Ananta &lt;rananta@google.com&gt;Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;Link: https://lore.kernel.org/r/20251126231733.3302983-19-dmatlack@google.comSigned-off-by: Alex Williamson &lt;alex@shazbot.org&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Thu, 27 Nov 2025 00:17:33 +0100</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>fa246a1d06d74219b79d3e78b0cf47851a60d117 - vfio: selftests: Split run.sh into separate scripts</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#fa246a1d06d74219b79d3e78b0cf47851a60d117</link>
        <description>vfio: selftests: Split run.sh into separate scriptsSplit run.sh into separate scripts (setup.sh, run.sh, cleanup.sh) toenable multi-device testing, and prepare for VFIO selftestsautomatically detecting which devices to use for testing by storingdevice metadata on the filesystem. - setup.sh takes one or more BDFs as arguments and sets up each device.   Metadata about each device is stored on the filesystem in the   directory:	   ${TMPDIR:-/tmp}/vfio-selftests-devices   Within this directory is a directory for each BDF, and then files in   those directories that cleanup.sh uses to cleanup the device. - run.sh runs a selftest by passing it the BDFs of all set up devices. - cleanup.sh takes zero or more BDFs as arguments and cleans up each   device. If no BDFs are provided, it cleans up all devices.This split enables multi-device testing by allowing multiple BDFs to beset up and passed into tests:For example:  $ tools/testing/selftests/vfio/scripts/setup.sh &lt;BDF1&gt; &lt;BDF2&gt;  $ tools/testing/selftests/vfio/scripts/setup.sh &lt;BDF3&gt;  $ tools/testing/selftests/vfio/scripts/run.sh echo  &lt;BDF1&gt; &lt;BDF2&gt; &lt;BDF3&gt;  $ tools/testing/selftests/vfio/scripts/cleanup.shIn the future, VFIO selftests can automatically detect set up devices byinspecting ${TMPDIR:-/tmp}/vfio-selftests-devices. This will avoid theneed for the run.sh script.Reviewed-by: Alex Mastro &lt;amastro@fb.com&gt;Tested-by: Alex Mastro &lt;amastro@fb.com&gt;Reviewed-by: Raghavendra Rao Ananta &lt;rananta@google.com&gt;Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;Link: https://lore.kernel.org/r/20251126231733.3302983-3-dmatlack@google.comSigned-off-by: Alex Williamson &lt;alex@shazbot.org&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Thu, 27 Nov 2025 00:17:17 +0100</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>2d5dbd3156799db2b7d25addb45c289b0aa7ff11 - vfio: selftests: Move run.sh into scripts directory</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#2d5dbd3156799db2b7d25addb45c289b0aa7ff11</link>
        <description>vfio: selftests: Move run.sh into scripts directoryMove run.sh in a new sub-directory scripts/. This directory will be usedto house various helper scripts to be used by humans and automation forrunning VFIO selftests.Opportunistically also switch run.sh from TEST_PROGS_EXTENDED toTEST_FILES. The former is for actual test executables that are just notrun by default. TEST_FILES is a better fit for helper scripts.No functional change intended.Reviewed-by: Alex Mastro &lt;amastro@fb.com&gt;Tested-by: Alex Mastro &lt;amastro@fb.com&gt;Reviewed-by: Raghavendra Rao Ananta &lt;rananta@google.com&gt;Signed-off-by: David Matlack &lt;dmatlack@google.com&gt;Link: https://lore.kernel.org/r/20251126231733.3302983-2-dmatlack@google.comSigned-off-by: Alex Williamson &lt;alex@shazbot.org&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Thu, 27 Nov 2025 00:17:16 +0100</pubDate>
        <dc:creator>David Matlack &lt;dmatlack@google.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/vfio/Makefile#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/vfio/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
