<?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>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/infiniband/core/Makefile</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/drivers/infiniband/core/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>21bd0802cd3f58b656065f1be236694c40588c3a - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#21bd0802cd3f58b656065f1be236694c40588c3a</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaPull RDMA updates from Jason Gunthorpe: &quot;About the normal size, still a lot of AI bug fixes and so on, but some  interesting new functionality too:   - Assorted locking, bounds-checking, cleanup, and error-path fixes     across UCMA/CMA, bng_re, bnxt_re, cxgb4, EFA, ERDMA, HFI1, HNS,     ionic, iRDMA, mlx4/mlx5, RXE, SIW, SRP/SRPT, and iSER target.   - netlink report for max # of supported resources   - get_zeroed_page()/etc removal   - Robust udata for ionic   - Allow unique RDMA device names per network namespace   - Completion counters and v2 admit queue support for EFA   - UC QP support for MANA   - Completion timestamps for ionic   - Harden uverbs data validation and resource lifetime handling,     fixing several core use-after-free conditions.   - bnxt_re toggle-page ownership and lifetime bug fixes   - dmabuf SRQ support for mlx5&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (160 commits)  RDMA/ucma: Allow path records to exactly fit the output buffer  RDMA/uverbs: Guard legacy bundles without method_elm  RDMA/efa: Add support for 128B admin v2 SQ entry  RDMA/efa: Generalize the admin SQ  RDMA/efa: Decouple admin command payload from admin header  RDMA/rxe: Fix OOB in free_rd_atomic_resources()  RDMA/cma: Fix WARNING in res_to_rt  RDMA/cxgb4: Free debugfs on registration failure  RDMA/cxgb4: Cancel reg_work before freeing device on remove  RDMA/ucma: Lock the handler in ucma_set_ib_path()  RDMA/ucma: Lock the handler in ucma_write_cm_event()  RDMA/erdma: restrict the driver to little-endian systems  RDMA/ionic: Embed counter driver data in rdma_counter allocation  RDMA/ionic: Cap eq_count to the eth driver&apos;s interrupt vector budget  RDMA/siw: Fix use-after-free in siw_accept()  IB/isert: post the full-feature receive buffers after session registration  IB/isert: delay the final Login Response until the session is registered  RDMA/srp: fix heap information leak on a truncated SRP_CRED_REQ  RDMA/erdma: Hold QP references for AE and CM processing  RDMA/erdma: Hold CQ references when processing EQ events  ...

            List of files:
            /linux/drivers/infiniband/core/Makefile</description>
        <pubDate>Fri, 21 Aug 2026 20:48:54 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b3818ea4ad1e2eff8472e8280daba0d2aabfe3c0 - RDMA/core: Add Completion Counters support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#b3818ea4ad1e2eff8472e8280daba0d2aabfe3c0</link>
        <description>RDMA/core: Add Completion Counters supportAdd core infrastructure for Completion Counters, a light-weightalternative to polling CQ for tracking operation completions.Define the UVERBS_OBJECT_COMP_CNTR ioctl object with create, destroy,modify and read methods for both success and error counters. Add a QPattach method on the QP object to associate a completion counter with aqueue pair.Add ib_comp_cntr struct, ib_comp_cntr_attach_attr, device ops, andDECLARE_RDMA_OBJ_SIZE for driver object allocation.Only userspace Completion Counters are supported at this stage.Reviewed-by: Yonatan Nachum &lt;ynachum@amazon.com&gt;Signed-off-by: Michael Margolin &lt;mrgolin@amazon.com&gt;Link: https://patch.msgid.link/20260722083603.30334-2-mrgolin@amazon.comSigned-off-by: Leon Romanovsky &lt;leon@kernel.org&gt;

            List of files:
            /linux/drivers/infiniband/core/Makefile</description>
        <pubDate>Wed, 22 Jul 2026 10:35:58 +0200</pubDate>
        <dc:creator>Michael Margolin &lt;mrgolin@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#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/drivers/infiniband/core/Makefile</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/drivers/infiniband/core/Makefile#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/drivers/infiniband/core/Makefile</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/drivers/infiniband/core/Makefile#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/drivers/infiniband/core/Makefile</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/drivers/infiniband/core/Makefile#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/drivers/infiniband/core/Makefile</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/drivers/infiniband/core/Makefile#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/drivers/infiniband/core/Makefile</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/drivers/infiniband/core/Makefile#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/drivers/infiniband/core/Makefile</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/drivers/infiniband/core/Makefile#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/drivers/infiniband/core/Makefile</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/drivers/infiniband/core/Makefile#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/drivers/infiniband/core/Makefile</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/drivers/infiniband/core/Makefile#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/drivers/infiniband/core/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>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/drivers/infiniband/core/Makefile#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/drivers/infiniband/core/Makefile</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>9e7e6633458362db72427b48effad8d759131c35 - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#9e7e6633458362db72427b48effad8d759131c35</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaPull rdma updates from Jason Gunthorpe: &quot;Many AI driven bug fixes, and several big driver API cleanups   - Driver bug fixes and minor cleanups in mlx5, hns, rxe, efa, siw,     rtrs, mana, irdma, mlx4. Commonly error path flows, integer     arithmetic overflows on unsafe data, out of bounds access, and use     after free issues under races.   - Second half of the new udata API for drivers focusing on uAPI     response   - bnxt_re supports more options for QP creation that will allow a dv     path in rdma-core   - Untangle the module dependencies so drivers don&apos;t link to     ib_uverbs.ko as was originall intended   - Provide a new way to handle umems with a consistent simplified uAPI     and update several drivers to use it. This brings dmabuf support to     more places and more drivers   - Support for mlx5 rate limit and packet pacing for UD and UC   - A batch of fixes for the new shared FRMR pools infrastructure&quot;* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (148 commits)  RDMA/irdma: Replace waitqueue and flag with completion  RDMA/hns: Fix memory leak of bonding resources  RDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sg  docs: infiniband: correct name of option to enable the ib_uverbs module  RDMA/bnxt_re: Reject GET_TOGGLE_MEM when toggle page was not allocated  RDMA/bnxt_re: Fail DBR related page allocation UAPIs if the feature is disabled  RDMA/bnxt_re: Avoid repeated requests to allocate WC pages  RDMA/bnxt_re: Proper rollback if the ioremap fails  RDMA/bnxt_re: Add a max slot check for SQ  RDMA/bnxt_re: Avoid displaying the kernel pointer  RDMA/bnxt_re: Free CQ toggle page after firmware teardown  RDMA/bnxt_re: Free SRQ toggle page after firmware teardown  RDMA/bnxt_re: Initialize dpi variable to zero  ABI: sysfs-class-infiniband: minor cleanup  RDMA/mlx5: Release the HW&#8209;provided UAR index rather than the SW one  RDMA/mlx5: Fix undefined shift of user RQ WQE size  RDMA/mlx5: Remove raw RSS QP restrack tracking  RDMA/mlx5: Remove DCT restrack tracking  RDMA/mlx5: Drop FRMR pool handle on UMR revoke failure  RDMA/core: Add ib_frmr_pool_drop for unrecoverable handles  ...

            List of files:
            /linux/drivers/infiniband/core/Makefile</description>
        <pubDate>Thu, 18 Jun 2026 17:16:21 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&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/drivers/infiniband/core/Makefile#aa776949fb77462ee712eee28bc54a9ce95c5b40</link>
        <description>Merge branch &apos;for-7.2/wiimote&apos; into for-linus

            List of files:
            /linux/drivers/infiniband/core/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/drivers/infiniband/core/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/drivers/infiniband/core/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>9733e9f580fdda2e8c1cd349caddd93f026ab6f5 - RDMA/core: Move flow related functions to ib_uverbs_support.ko</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#9733e9f580fdda2e8c1cd349caddd93f026ab6f5</link>
        <description>RDMA/core: Move flow related functions to ib_uverbs_support.komlx5 uses these as part of the driver implementation, move them to thesupport module instead.Link: https://patch.msgid.link/r/6-v3-43aba1969751+1988-ib_uverbs_support_ko_jgg@nvidia.comSigned-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/drivers/infiniband/core/Makefile</description>
        <pubDate>Tue, 26 May 2026 03:22:42 +0200</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>1a76adc9b38c678a176edc04db6dd057bcb2298c - RDMA/core: Move ucaps into ib_uverbs_support.ko</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#1a76adc9b38c678a176edc04db6dd057bcb2298c</link>
        <description>RDMA/core: Move ucaps into ib_uverbs_support.komlx5 uses these move them into the support module from ib_uverbs.ko.Link: https://patch.msgid.link/r/5-v3-43aba1969751+1988-ib_uverbs_support_ko_jgg@nvidia.comSigned-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/drivers/infiniband/core/Makefile</description>
        <pubDate>Tue, 26 May 2026 03:22:41 +0200</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>2274d8cb4912ab32bcff80d6c7cbae453614ae08 - RDMA/core: Make a new module for the uverbs components needed by drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/infiniband/core/Makefile#2274d8cb4912ab32bcff80d6c7cbae453614ae08</link>
        <description>RDMA/core: Make a new module for the uverbs components needed by driversTo maintain the split where ib_uverbs.ko should not be depended on bydrivers, add a new module ib_uverbs_support.ko which contains the drivercalled functions that are too large or too rare to be placed inib_uverbs_core.koStart by moving most of rdma_core.c into this module, making someadjustments to split it from the actual uverbs FD code.This was not done originally because we lacked EXPORT_SYMBOL_NS and I hada fear that drivers would abuse this interface surface.Link: https://patch.msgid.link/r/4-v3-43aba1969751+1988-ib_uverbs_support_ko_jgg@nvidia.comSigned-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/drivers/infiniband/core/Makefile</description>
        <pubDate>Tue, 26 May 2026 03:22:40 +0200</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
