<?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>546b928da0427b0d6c663cbb992bd7bfa9ac7971 - Merge tag &apos;asoc-fix-v7.3-rc3&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/ublk/Makefile#546b928da0427b0d6c663cbb992bd7bfa9ac7971</link>
        <description>Merge tag &apos;asoc-fix-v7.3-rc3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.3A relatively large pile of fixes here, a lot of driver specific stuffthat&apos;s broadly unremarkable plus a few core fixes from Richard that fixissues where SoundWire systems with multiple CODECs on the same linkwould configure the CODECs to use the same bus slots leading to brokenaudio.

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Thu, 17 Sep 2026 08:15:32 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>666f12ae9f504625e5a93581d8fbcba3dd60c294 - Merge fdo/drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#666f12ae9f504625e5a93581d8fbcba3dd60c294</link>
        <description>Merge fdo/drm/drm-fixes into drm-misc-fixesBackmerging to get drm-misc-fixes up to v7.3-rc3.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Wed, 16 Sep 2026 09:43:25 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>35ef102063fd6f39e045e6d4e92ac04d3d29c0bf - Merge tag &apos;block-7.3-20260911&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#35ef102063fd6f39e045e6d4e92ac04d3d29c0bf</link>
        <description>Merge tag &apos;block-7.3-20260911&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull block fixes from Jens Axboe: - Fix the start and length check added to iov_iter_extract_bvecs(),   which used iter_iov_addr()/iter_iov_len() helpers that aren&apos;t safe   for the ITER_BVEC/FOLIOQ/etc iterator types passed - sunvdc fixes for an -EIO issue from lack of retries, and unmapping   LDC cookies when the descriptor send fails - Clear force_abort in ublk_queue_reset_io_flags() - ublk selftest install fix* tag &apos;block-7.3-20260911&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:  selftests: ublk: add batch IO cases to recover_03  ublk: clear force_abort in ublk_queue_reset_io_flags()  sunvdc: fix -EIO issue due to lack of retries  sunvdc: unmap LDC cookies when the descriptor send fails  block: Fix start and length check added to iov_iter_extract_bvecs()  selftests: ublk: install test_common.sh and trace/ scripts

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Fri, 11 Sep 2026 21:38:44 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c4fa55f85c47cd5d54d717fb8170746edb10292e - selftests: ublk: install test_common.sh and trace/ scripts</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#c4fa55f85c47cd5d54d717fb8170746edb10292e</link>
        <description>selftests: ublk: install test_common.sh and trace/ scriptsEvery ublk test script sources test_common.sh from its own directory:    . &quot;$(cd &quot;$(dirname &quot;$0&quot;)&quot; &amp;&amp; pwd)&quot;/test_common.shand test_generic_02/12 additionally run bpftrace against the scripts intrace/. Neither test_common.sh nor trace/ is listed in TEST_FILES, so&quot;make install&quot; does not copy them into the install directory and everyublk test fails when run from there:  ./test_generic_02.sh: line 4: .../kselftest_install/ublk/test_common.sh: No such file or directory  ./test_generic_02.sh: line 8: _have_program: command not foundThe bpftrace tests are affected even when bpftrace is installed: themissing trace/*.bt makes bpftrace exit immediately, and the tests thenreport a skip rather than a failure, which hides the problem.Add both to TEST_FILES, matching how other selftests ship their sourcedhelpers (see kexec/kexec_common_lib.sh and zram/zram_lib.sh).Fixes: 6aecda00b7d1e1 (&quot;selftests: ublk: add kernel selftests for ublk&quot;)Fixes: 723977cab4c0fd (&quot;selftests: ublk: add generic_01 for verifying sequential IO order&quot;)Cc: stable@vger.kernel.org # v6.15+Assisted-by: Kiro:claude-opus-5Signed-off-by: Mahmoud Nagy Adam &lt;mngyadam@amazon.de&gt;Reviewed-by: Ming Lei &lt;tom.leiming@gmail.com&gt;Link: https://patch.msgid.link/20260909132602.68852-2-mngyadam@amazon.deSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Wed, 09 Sep 2026 15:26:03 +0200</pubDate>
        <dc:creator>Mahmoud Nagy Adam &lt;mngyadam@amazon.de&gt;</dc:creator>
    </item>
<item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>55ab7e14222e5f0b0fd9f7711ca391d2924b35e3 - Merge tag &apos;for-7.3/block-20260819&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#55ab7e14222e5f0b0fd9f7711ca391d2924b35e3</link>
        <description>Merge tag &apos;for-7.3/block-20260819&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull block updates from Jens Axboe: - NVMe updates via Keith:     - Enable Clang context analysis for the nvme host driver, adding       context annotations across core, fabrics, rdma, tcp and pci     - nvmet reservation state exposed through a new namespace-level       debugfs directory, plus ABI documentation for the host sysfs and       target configfs interfaces     - nvme-tcp host memory disclosure fixes on the read path: reject a       read that transferred too few bytes, don&apos;t accept C2HData based       on blk_rq_payload_bytes() alone, and fix the R2T case for a read       command     - Parallelize nvme-rdma I/O queue allocation and startup (Surabhi)     - Apple nvme fixes and quirks: page aligned admin queue buffers,       destroy the admin queue on removal, and various DMA/NVMMU       correctness fixes     - A large pile of nvmet and host fixes for out-of-bounds reads,       refcount/resource leaks, and NULL derefs across auth, zns,       passthru, pci-epf, rdma and configfs     - Various other fixes and cleanups - MD updates via Yu Kuai:     - llbitmap reshape support, the large series wiring exact bitmap       mapping and reshape lifecycle through raid5 and raid10, growing       the page cache in place, and remapping checkpointed bits as       reshape progresses     - raid5 fixes for lockless max_nr_stripes and recovery_offset       accesses, a reshape deadlock with more failed devices than max       degraded, and bitmap batch counter consistency     - Atomic write handling for raid1/raid10, and removal of the       REQ_NOWAIT support from raid1/10/456     - raid5-ppl use-after-free fix in ppl_do_flush()     - A batch of smaller fixes across md core and the bitmap code - s390/dasd ESE full-track write support and the surrounding   infrastructure, plus enabling CONTEXT_ANALYSIS for s390/block - RWF_DONTCACHE support for block devices, built on new task-context   bio completion infrastructure, and wiring it up for the iomap and   buffer dropbehind writeback paths - Async io_uring zone reset all, plus zone management command cleanups   allowing REQ_NOWAIT and tightening conventional zone rejection - Block integrity refactoring: lift BIP_CHECK_FLAGS to the shared   header, handle nogenerate/noverify properly in fs-integrity, and drop   the blk-integrity.h include from bdev.c - Split out a new blk_plug.h header - ublk improvements: add UBLK_F_IO_DESC_SIZE, split request validation   from io_desc init, reject non-power-of-2 zone sizes in SET_PARAMS,   and a series of hardening fixes around map/unmap and auto buf reg - null_blk cleanups and configfs serialization fixes - nbd queue freeze removal on the setup paths, and a new   pre_defined_connections module parameter for pre-created devices - blk-cgroup fixes for the race between policy activation and blkg   destruction, and accounting per-cpu stats over possible CPUs across   blk-stat, iolatency, iocost and kyber - Various dio fixes: leak on metadata mapping error, validate user   space vectors during extraction, and set dma_alignment from the   backing file for loop and zloop direct I/O - bio cleanups - Various other fixes and cleanups all over* tag &apos;for-7.3/block-20260819&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: (241 commits)  nbd: add pre_defined_connections module parameter for pre-created devices  nbd: remove queue freeze for newly created nbd from netlink path  nbd: factor out a nbd_genl_foreach_sock  nbd: skip queue freeze when setting size at device startup  nbd: remove queue freeze in nbd_add_socket  nbd: clear queue limits on disconnect  nbd: disallow NBD_SET_SOCK on an active device  nbd: simplify find_fallback() by removing redundant logic  blk-mq: add missing call to srcu_barrier() in blk_mq_free_tag_set()  block: mtip32xx: synchronize ioctls with device removal  ublk: avoid teardown retry loop on xarray allocation failure  null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflows  block: don&apos;t include blk-integrity.h in bdev.c  xfs: avoid double deferrals for RWF_DONTCACHE writes  loop: Fix recently introduced lock inversion  block: set QUEUE_FLAG_DYING unconditionally in blk_mark_disk_dead()  swim3: Add missing MODULE_DESCRIPTION  selftests: ublk: add SET_PARAMS validation test  selftests: ublk: add helper for SET_PARAMS  ublk: reject non-power-of-2 zone sizes in SET_PARAMS  ...

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 22:55:16 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>007af5e5cc822aed3a0909534ffb810f7816ed1f - selftests: ublk: add SET_PARAMS validation test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#007af5e5cc822aed3a0909534ffb810f7816ed1f</link>
        <description>selftests: ublk: add SET_PARAMS validation testAdd test_params_01.sh for SET_PARAMS. The test checks valid basicparameters and several invalid parameter cases.Also cover zoned parameters, including a non-power-of-2 zone size. Thiscase must fail in SET_PARAMS instead of being accepted and rejected laterwhen the device is started.Signed-off-by: Yao Sang &lt;sangyao@kylinos.cn&gt;Link: https://patch.msgid.link/20260814023226.354288-4-sangyao@kylinos.cnSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Fri, 14 Aug 2026 04:32:26 +0200</pubDate>
        <dc:creator>Yao Sang &lt;sangyao@kylinos.cn&gt;</dc:creator>
    </item>
<item>
        <title>d507d3cb19e71f10336e41deeac517cdc21c34ea - selftests: ublk: add rotating auto_buf index regression test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#d507d3cb19e71f10336e41deeac517cdc21c34ea</link>
        <description>selftests: ublk: add rotating auto_buf index regression testBatch AUTO_BUF_REG COMMIT must unregister the old auto_buf index beforestoring the next one. Fixed per-tag indexing (A == B) masks bugs thatclear after overwriting io-&gt;buf.Add kublk --rotate_auto_buf so each tag alternates between two sparsebuffer indices, and test_batch_04.sh to exercise that path. Without thedriver fix, the request ref stays stuck and I/O hangs; the test uses ashort timeout and kills the ublk daemon to recover. With the fix, asmall write completes quickly.Signed-off-by: Yang Xiuwei &lt;yangxiuwei@kylinos.cn&gt;Reviewed-by: Ming Lei &lt;tom.leiming@gmail.com&gt;Link: https://patch.msgid.link/20260730024050.1062354-1-yangxiuwei@kylinos.cnSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Thu, 30 Jul 2026 04:40:50 +0200</pubDate>
        <dc:creator>Yang Xiuwei &lt;yangxiuwei@kylinos.cn&gt;</dc:creator>
    </item>
<item>
        <title>d61d0f95e686be015cfaf193c0ae15156d1a0cc4 - selftests: ublk: add UBLK_F_IO_DESC_SIZE test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#d61d0f95e686be015cfaf193c0ae15156d1a0cc4</link>
        <description>selftests: ublk: add UBLK_F_IO_DESC_SIZE testAdd test loop_08, which creates a ublk device with UBLK_F_IO_DESC_SIZEenabled and io_desc_size set to 64. The test issues verified I/O to thedevice using fio.Signed-off-by: Caleb Sander Mateos &lt;csander@purestorage.com&gt;Link: https://patch.msgid.link/20260803211441.2538144-8-csander@purestorage.comSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Mon, 03 Aug 2026 23:14:39 +0200</pubDate>
        <dc:creator>Caleb Sander Mateos &lt;csander@purestorage.com&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/testing/selftests/ublk/Makefile#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</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>aa776949fb77462ee712eee28bc54a9ce95c5b40 - Merge branch &apos;for-7.2/wiimote&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#aa776949fb77462ee712eee28bc54a9ce95c5b40</link>
        <description>Merge branch &apos;for-7.2/wiimote&apos; into for-linus

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Tue, 16 Jun 2026 21:47:16 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&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/testing/selftests/ublk/Makefile#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/testing/selftests/ublk/Makefile</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>639609b83f69fe4cd08e01423ae8e12d84484cfa - Merge branch &apos;arena_direct_access&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.2</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#639609b83f69fe4cd08e01423ae8e12d84484cfa</link>
        <description>Merge branch &apos;arena_direct_access&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.2

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Mon, 25 May 2026 21:34:24 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&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/testing/selftests/ublk/Makefile#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/testing/selftests/ublk/Makefile</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/testing/selftests/ublk/Makefile#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/testing/selftests/ublk/Makefile</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>658a6021492ad3b1b8a6e9a83963a1fad35a2af8 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#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/testing/selftests/ublk/Makefile</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/testing/selftests/ublk/Makefile#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/testing/selftests/ublk/Makefile</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>7e033543a2ab4c72319201298ed458e3bbddd82f - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#7e033543a2ab4c72319201298ed458e3bbddd82f</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Cross-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/ublk/Makefile</description>
        <pubDate>Sun, 10 May 2026 22:24:49 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&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/testing/selftests/ublk/Makefile#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/testing/selftests/ublk/Makefile</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>
<item>
        <title>cafac16b6207b88ad92fbba1169ae4f43865cb0d - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/ublk/Makefile#cafac16b6207b88ad92fbba1169ae4f43865cb0d</link>
        <description>Merge drm/drm-next into drm-misc-nextGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/ublk/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:49:13 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
