<?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>c44e278ce02efd0c4be79a8eda1ea6885c1ce5ec - BackMerge tag &apos;v7.2&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#c44e278ce02efd0c4be79a8eda1ea6885c1ce5ec</link>
        <description>BackMerge tag &apos;v7.2&apos; into drm-nextLinux 7.2There was a lot of conflicts this round between fixes and next,and I&apos;d like to get the merge resolutions that we have in drm-tip.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 02:58:44 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.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/rust/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/rust/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/rust/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/rust/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/rust/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/rust/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/rust/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/rust/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>b226489de47c0eba740ef8c4857aecb06e482952 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#b226489de47c0eba740ef8c4857aecb06e482952</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in a build error fix to drm-xe-next.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Thu, 04 Jun 2026 16:19:59 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fab183d632628381b466a41479489541ac0e29a0 - sched_ext: Merge branch &apos;for-7.3-arena-args&apos; into for-7.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#fab183d632628381b466a41479489541ac0e29a0</link>
        <description>sched_ext: Merge branch &apos;for-7.3-arena-args&apos; into for-7.3Pull to receive the __arena argument conversion: 67f1f4a48c24 (&quot;sched_ext: Pass kernel arena pointers to ops_cid callbacks&quot;) a8dc810968af (&quot;sched_ext: Convert sub-cap kfuncs to __arena cmask arguments&quot;) a05c5b5cb5cf (&quot;sched_ext: Convert scx_bpf_cid_override() to __arena array arguments&quot;)along with the bpf-next branch carrying the __arena argument support theydepend on.Conflict in kernel/sched/ext/ext.c between: c384ab8a0b13 (&quot;sched_ext: Move the config-off sub-cap kfunc stubs into sub.c&quot;)and: a8dc810968af (&quot;sched_ext: Convert sub-cap kfuncs to __arena cmask arguments&quot;)which updated the stubs in their old ext.c location. Resolved by keepingext.c without the stubs and applying the prototype conversion to therelocated stubs in sub.c.Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Mon, 17 Aug 2026 23:20:34 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>872a8f6b08069d1b4bfb9bf968dc629ab6998908 - Merge branch &apos;master&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-args</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#872a8f6b08069d1b4bfb9bf968dc629ab6998908</link>
        <description>Merge branch &apos;master&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-argsPull bpf-next d114bb989367 (&quot;Merge branch&apos;add-arena-argument-support-to-kfuncs-and-struct_ops&apos;&quot;) to make the __arenaand __arena__nullable kfunc and struct_ops argument suffixes available. Thesuffixed arguments will be used to convert sched_ext kfuncs and struct_opscallbacks that currently pass arena pointers as scalars and rebase them byhand.

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Tue, 11 Aug 2026 00:38:03 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e1d9b82db5447c88405b216f9c5c87daedaa2971 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#e1d9b82db5447c88405b216f9c5c87daedaa2971</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Fri, 07 Aug 2026 23:04:17 +0200</pubDate>
        <dc:creator>Daniel Borkmann &lt;daniel@iogearbox.net&gt;</dc:creator>
    </item>
<item>
        <title>5c458073553f0ef74f5c8db1bd459c87c722a299 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#5c458073553f0ef74f5c8db1bd459c87c722a299</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.2-rc6).No conflicts.Adjacent changes:net/ipv4/route.c  dbc3791e3b24 (&quot;net: do not send ICMP/NDISC Redirects when peer allocation fails&quot;)  7804eaa057fe (&quot;ipv4: snapshot dst.dev in ip_rt_send_redirect() and ip_rt_get_source()&quot;)drivers/net/tun.c  23dad2d088df (&quot;tun: no longer rely on RTNL in tun_fill_info()&quot;)  c3da92af07ea (&quot;Revert &quot;tun/tap: add ptr_ring consume helper with netdev queue wakeup&quot;&quot;)drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c  3bd438a58e91 (&quot;octeontx2-af: Block VFs from clobbering special CGX PKIND state&quot;)  5ba5611ef946 (&quot;octeontx2-af: reserve 4 PKINDs for skip-size custom use&quot;)drivers/net/wireless/ath/ath12k/core.hdrivers/net/wireless/ath/ath12k/mac.cdrivers/net/wireless/ath/ath12k/peer.c  469d7e6077c1 (&quot;wifi: ath12k: resolve PENDING ML peer ID from MLO_PEER_MAP HTT event&quot;)  378e659029d5 (&quot;wifi: ath12k: introduce host_alloc_ml_id hardware parameter&quot;)  c42b27336eef (&quot;wifi: ath12k: fix survey indexing across bands&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Thu, 23 Jul 2026 23:04:37 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>146cc263e457ff6055fe7829e4f4f4b0b5d5dd86 - Merge tag &apos;v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#146cc263e457ff6055fe7829e4f4f4b0b5d5dd86</link>
        <description>Merge tag &apos;v7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextLinux 7.2

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 14:21:04 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&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/rust/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/rust/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/rust/Makefile#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/rust/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>dbaafe9cc56a996931eedfe043eb34418cc9cd9b - Merge tag &apos;v7.2-rc7&apos; into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#dbaafe9cc56a996931eedfe043eb34418cc9cd9b</link>
        <description>Merge tag &apos;v7.2-rc7&apos; into driver-core-nextWe need the driver-core fixes in here as well to build on top of.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Mon, 10 Aug 2026 00:36:11 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b981359d9ecafafde4d64c322ac81fe8727855ac - Merge tag &apos;tegra-for-7.3-arm64-dt&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dt</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#b981359d9ecafafde4d64c322ac81fe8727855ac</link>
        <description>Merge tag &apos;tegra-for-7.3-arm64-dt&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dtarm64: tegra: Device tree changes for v7.3-rc1This contains a new device tree for the Lenove ThinkEdge SE70 EdgeClient device as well as a number of fixes and cleanups for Tegra234 andTegra194. Tegra264 sees a number of additions to enable more features.* tag &apos;tegra-for-7.3-arm64-dt&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: (1469 commits)  arm64: tegra: Correct Tegra234 p3740 interrupt flags  arm64: tegra: Correct Tegra234 p3737 interrupt flags  arm64: tegra: Correct Tegra194 p2972 interrupt flags  arm64: tegra: Drop CPU masks from GICv3 PPI interrupts  arm64: tegra: Add Lenovo ThinkEdge SE70 device tree  arm64: tegra: Add pinctrl nodes for Tegra264  arm64: tegra: Fix CMDQV interrupt type on Tegra264  arm64: tegra: Properly sort devices on Tegra264  arm64: tegra: Add GTE nodes for Tegra264  arm64: tegra: Add Host1x and VIC on Tegra264  arm64: tegra: Populate CPU and L2 cache nodes on Tegra264  arm64: tegra: Enable GPCDMA in Tegra264 and add iommu-map  Linux 7.2-rc5  super: fix emergency thaw deadlock on frozen block devices  tracing: perf: Fix stale head for perf syscall tracing  ftrace: Add global mutex to serialize trace_parser access  tracing: Delay module ref count for &quot;enable_event&quot; trigger  tracing: Fix use-after-free freeing trigger private data  bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()  tracing: Fix context switch counter truncation  ...Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Sun, 09 Aug 2026 03:46:57 +0200</pubDate>
        <dc:creator>Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>78fbf08b4e637515b63682fea7fb94dfec335193 - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#78fbf08b4e637515b63682fea7fb94dfec335193</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 7.2 devel branch for put_device auto-clean fixes.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Mon, 03 Aug 2026 15:19:30 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>688a70ddb2b44870188759808eeb1fd53f3aac81 - regulator: handle regulator late cleanup race with PM suspend</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#688a70ddb2b44870188759808eeb1fd53f3aac81</link>
        <description>regulator: handle regulator late cleanup race with PM suspendJoy Zou &lt;joy.zou@oss.nxp.com&gt; says:The regulator_init_complete_work fires ~30s after boot to disableunused regulators via I2C. When this work races with PM suspend, theI2C adapter may already be suspended, causing a -ESHUTDOWN warningdump.This series addresses the race and adds proper suspend powermanagement for unused LDO regulators.Link: https://patch.msgid.link/20260731-b4-regulator-pf01-v2-0-a406c8737fdb@oss.nxp.com

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Fri, 31 Jul 2026 18:15:16 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7117fc3d1fda061cf83b2f580d2f49596d49c3db - spi: Add trace event support for GENI SE registers dump</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#7117fc3d1fda061cf83b2f580d2f49596d49c3db</link>
        <description>spi: Add trace event support for GENI SE registers dumpPraveen Talari &lt;praveen.talari@oss.qualcomm.com&gt; says:The GENI framework is used by multiple drivers including UART, I2C, andSPI. When hardware-related failures occur, each driver typically relieson local logging, which often lacks sufficient information to determinethe exact controller state.This series introduces a common tracing mechanism for GENI Serial Enginedebug registers and demonstrates its use in the SPI driver.Patch 1 adds a new tracepoint that captures an extensive set of GENI SEregisters, including command state, interrupt status, FIFO state, DMAconfiguration, and clock-related information.Patch 2 hooks the tracepoint into SPI error paths so that registersnapshots are automatically generated when timeouts or transfer-relatedfailures occur.Usage examples:Enable all I2C traces:echo 1 &gt; /sys/kernel/tracing/events/qcom_geni_se/enablecat /sys/kernel/debug/tracing/trace_pipeExample trace output:114.291299: geni_se_regs: 888000.spi: m_cmd0=0x18000000    m_irq_status=0x00000080 s_cmd0=0x00000000 s_irq_status=0x08000000geni_status=0x00000000 geni_ios=0x00000000 m_cmd_ctrl=0x00000000m_cmd_err=0x00000000 m_fw_err=0x00000000 tx_fifo_sts=0x00000000rx_fifo_sts=0x00000000 tx_watermark=0x00000000 rx_watermark=0x0000000drx_watermark_rfr=0x0000000e m_gp_length=0x00000004 s_gp_length=0x00000000dma_tx_irq=0x00000000 dma_rx_irq=0x00000000 dma_tx_irq_en=0x0000000fdma_rx_irq_en=0x0000001f dma_rx_len=0x00001400 dma_rx_len_in=0x00001400dma_tx_len=0x00001400 dma_tx_len_in=0x00001400 dma_tx_ptr_l=0xffffc000dma_tx_ptr_h=0x00000000 dma_rx_ptr_l=0xffffa000 dma_rx_ptr_h=0x00000000dma_tx_attr=0x00000001 dma_tx_max_burst=0x00000002 dma_rx_attr=0x00000000dma_rx_max_burst=0x00000002 dma_if_en=0x00000009 dma_if_en_ro=0x00000001dma_general_cfg=0x0000000f dma_qsb_trans_cfg=0x00000000 dma_dbg=0x00000000m_irq_en=0x7fc0007f s_irq_en=0x03003e3e gsi_event_en=0x00000000se_irq_en=0x0000000f ser_m_clk_cfg=0x000000a1 ser_s_clk_cfg=0x00000000general_cfg=0x00000048 output_ctrl=0x0000007f clk_ctrl_ro=0x00000001fifo_if_dis=0x00000000 fw_multilock_msa=0x00000000 clk_sel=0x00000005Link: https://patch.msgid.link/20260729-add-tracepoints-for-se-reg-dump-v4-0-08bbd63b0ed2@oss.qualcomm.com

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Wed, 29 Jul 2026 22:41:32 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>82736e0972be43cbf7d83f18ab17e10fc8e14f34 - ASoC: Use named initializers for platform_device_id arrays</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/Makefile#82736e0972be43cbf7d83f18ab17e10fc8e14f34</link>
        <description>ASoC: Use named initializers for platform_device_id arraysUwe Kleine-K&#246;nig (The Capable Hub) &lt;u.kleine-koenig@baylibre.com&gt; says:the objective of this series is still to prepare making structplatform_device_id::driver_data an anonymous union. Seehttps://lore.kernel.org/all/cover.1780048925.git.u.kleine-koenig@baylibre.com/for the details about that.Link: https://patch.msgid.link/cover.1784528081.git.u.kleine-koenig@baylibre.com

            List of files:
            /linux/rust/Makefile</description>
        <pubDate>Mon, 27 Jul 2026 16:10:35 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&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/rust/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/rust/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>
</channel>
</rss>
