<?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 versatile_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#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/arch/arm/configs/versatile_defconfig</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>bd5f485f3f026225b86573e559af0b7254ef4184 - Merge tag &apos;soc-arm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#bd5f485f3f026225b86573e559af0b7254ef4184</link>
        <description>Merge tag &apos;soc-arm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull ARM SoC platform updates from Arnd Bergmann: &quot;The 32-bit Arm platforms are a bit more interesting this time: I  refreshed an earlier series to mark code as deprecated that does have  the tendency of getting in the way of cleanups and new features but  has close to zero users. Among these are:   - 22 of the remaining 28 legacy board files that predate the current     devicetree based descriptions, using old chips from Intel and     Marvell. The remaining six board files are for TI OMAP1 and Samsung     s3c64xx chips and all still have known users.   - support for Cortex-M3/M4/M7 and ARM1136r0 CPU cores and the 25     machines based on these. These all use devicetree but the CPU     support causes disproportional work. Most of them are just     reference boards, the notable exceptions being the Nokia N800/N810     tablet and the Buglabs BUG platform.   - be8, be32, oabi and iwmmxt userspace binaries, which were mostly     associated with the platforms now scheduled for removal and are     increasingly problematic to support with modern toolchains.  Nothing is actually removed at this point, to ensure that any  remaining users continue to have the 7.3-LTS for a while longer.  Patches for removal are currently being tested.  Other updates include a continued work to convert GPIO number based  interfaces to descriptors, a patch to restore little-endian mode on  the one Arm platform (ixp4xx) that only worked in big-endian mode  recently, and some minor cleanups and bugfixes&quot;* tag &apos;soc-arm-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (41 commits)  MAINTAINERS: Drop redundant lists from various Samsung entries  ARM: tegra: Replace __ASSEMBLY__ with __ASSEMBLER__  ARM: tegra: Fix OF node reference leaks in IRQ init  ARM: lpc32xx: remove a few manually populated OF devices  ARM: lpc32xx: only run SoC init on LPC32xx hardware  firmware: imx: scu: manage mailbox channels and global handle  ARM: sa1100: h3xxx: convert gpio-keys to use software nodes  ARM: sa1100: collie: convert gpio-keys to use software nodes  ARM: sa1100: assabet: convert gpio-keys to use software nodes  gpio: sa1100: register software node for GPIO controller  ARM: ixp4xx: Relax endianness  ARM: replace linux/gpio.h inclusions  soc: imx9: devm_kasprintf error handling  ARM: mark mv78xx0 support as deprecated  ARM: mark axxia platform as deprecated  ARM: mark Cortex-M3/M4/M7 based boards as deprecated  ARM: mark footbridge as deprecated  ARM: mark RiscPC as deprecated  ARM: mark mach-sa1100 as deprecated  ARM: orion5x: mark all board files as deprecated  ...

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 19 Aug 2026 04:50:40 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>809177dbf32e3c649abcd027334dbcfe34720446 - Merge tag &apos;arm-feature-deprecation-for-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc into soc/arm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#809177dbf32e3c649abcd027334dbcfe34720446</link>
        <description>Merge tag &apos;arm-feature-deprecation-for-7.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc into soc/armARM: platform and feature deprecation for 7.3This is an attempt to bring the source code to the state that we discussedback in 2024, regarding a timeline for deprecating and removing features,in particular platforms and ABIs that are basically unused and arealso getting in the way of maintenance.The earlier consensus was to remove these features in 2025 or 2026after the corresponding LTS kernel release. I would suggest pushingthese to early 2027 now, see the patch description for details oneach one: - all board files that are still not converted to DT   (except for OMAP1 and S3C) - iWMMXt FPU support - ARMv6/ARM1136r0 (not ARMv6K/ARM1136r1/ARM1176) along with the   OMAP24xx and i.MX31 SoCs using it - Cortex-M3/M4/M7 based microcontroller support   (stm32, imxrt, lpc18xx, samv7) - LSI Axxia platform - OABI, OABI-compat and NWFPE are confined to StrongARM based   builds and scheduled for removal once StrongARM is gone. - DEPRECATED_PARAM_STRUCT, which was originally scheduled for   removal in 2006 (!)The ARCH_S3C64XX platform was scheduled for removal in 2024, but isstill actively used and will get removed once Mark Brown stops usingit. The OMAP1 platform has some remaining boardfiles and is expected toget converted to DT.Big-endian ARMv7 CPU support is not scheduled for removal but markedas broken the same way as ARM64 has, to reduce the need for testingunused configurations. This may be removed in the future if arm64 doesit as well. Note that big-endian ARMv5 support is can still beenabled since the patches to revive little-endianm mode are stillfresh.Regarding actually removing the code, I would suggest linux-7.4 (January2027), removing both the board files and any drivers that have eitherbecome newly unused or were missed in a previous machine removal series,followed by removing support for then unused CPUs a release later.Links to previous discussion:  https://lore.kernel.org/linux-arm-kernel/20210109174357.GB1551@shell.armlinux.org.uk/  https://lore.kernel.org/linux-arm-kernel/2831c5a6-cfbf-4fe0-b51c-0396e5b0aeb7@app.fastmail.com/  https://lore.kernel.org/all/20241204102904.1863796-1-arnd@kernel.org/  https://lore.kernel.org/all/20260701212353.2196041-1-arnd@kernel.org/Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 15 Jul 2026 13:40:42 +0200</pubDate>
        <dc:creator>Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>25900bd99d4d10faa939a79e2fdc49c3373b51e7 - ARM: limit OABI support to StrongARM CPUs</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#25900bd99d4d10faa939a79e2fdc49c3373b51e7</link>
        <description>ARM: limit OABI support to StrongARM CPUsAs discussed on the mailing lists, there is no way to build OABI userspacebinaries any more since gcc-4.8, and now support is also getting dropped inbinutils, which will make it impossible to build pure OABI kernels at somepoint in the future.I found no evidence of anyone still sing OABI userspace on embedded systemsthat keep getting kernel updates, but there are a few desktop-class machinesthat date back to the 1990s using Intel StrongARM processors that weresupported by old versions of Debian, Red Hat or the official CorelNetwinder distribution.Add a much stricter Kconfig dependency for both native OABI and OABI_COMPATenabled kernels, only allowing either of them to be selected when buildinga kernel that targets a StrongARM based machine.Link: https://lore.kernel.org/lkml/2831c5a6-cfbf-4fe0-b51c-0396e5b0aeb7@app.fastmail.com/Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 20 Aug 2024 10:45:38 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>30b1c4a340892e4bb93a9596b852f5384f6605d2 - ARM: use CONFIG_AEABI by default everywhere</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#30b1c4a340892e4bb93a9596b852f5384f6605d2</link>
        <description>ARM: use CONFIG_AEABI by default everywhereOn ARMv4 and ARMv5, the default is still to build for OABI, withCONFIG_AEABI disabled, even though distros and toolchains no longersupport OABI as a target.Change the default to EABI for all architecture levels and changethe defconfig entries as follows: - All machines that used to explicitly enable EABI can drop that line now - Machines that are likely to actually use old distros and had NWFPE   enabled in combination with OABI (rpc, footrbridge, netwinder,   assabet, neponset) explicitly turn it on now. - Machines that already had both EABI and NWFPE disabled in defconfig   (spear3xx, spear6xx) were likely not usable with either OABI or   EABI and now use EABI instead implicitly, making it more likely that   they could work.Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;Acked-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;Acked-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt; # OMAPAcked-by: Alexander Sverdlin &lt;alexander.sverdlin@siemens.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 03 Apr 2024 10:59:31 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>cdd5b5a9761fd66d17586e4f4ba6588c70e640ea - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#cdd5b5a9761fd66d17586e4f4ba6588c70e640ea</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.7 merge window.

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 07 Nov 2023 00:42:08 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>34069d12e239ae8f36dd96c378e4622fb1c42a76 - Merge tag &apos;v6.5&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#34069d12e239ae8f36dd96c378e4622fb1c42a76</link>
        <description>Merge tag &apos;v6.5&apos; into nextSync up with mainline to bring in updates to the shared infrastructure.

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 05 Sep 2023 23:08:14 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2612e3bbc0386368a850140a6c9b990cd496a5ec - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#2612e3bbc0386368a850140a6c9b990cd496a5ec</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching-up with drm-next and drm-intel-gt-next.It will unblock a code refactor around the platformdefinitions (names vs acronyms).Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 07 Aug 2023 23:14:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9f771739a04919226081a107167596de75108fbb - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#9f771739a04919226081a107167596de75108fbb</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in b3e4aae612ec (&quot;drm/i915/hdcp: Modify hdcp_gsc_message msg sending mechanism&quot;) asa dependency for https://patchwork.freedesktop.org/series/121735/Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 07 Aug 2023 12:29:40 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>61b7369483efb5e0a9f3b48e75fac00d46d661e0 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#61b7369483efb5e0a9f3b48e75fac00d46d661e0</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.5-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 24 Jul 2023 15:44:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0791faebfe750292a8a842b64795a390ca4a3b51 - ASoC: Merge v6.5-rc2</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#0791faebfe750292a8a842b64795a390ca4a3b51</link>
        <description>ASoC: Merge v6.5-rc2Get a similar baseline to my other branches, and fixes for people usingthe branch.

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 17 Jul 2023 07:12:31 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2f98e686ef59b5d19af5847d755798e2031bee3a - Merge v6.5-rc1 into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#2f98e686ef59b5d19af5847d755798e2031bee3a</link>
        <description>Merge v6.5-rc1 into drm-misc-fixesBoris needs 6.5-rc1 in drm-misc-fixes to prevent a conflict.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 11 Jul 2023 09:23:20 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>44f10dbefd5e41b3385af91f855a57aa2afaf40e - Merge branch &apos;master&apos; into mm-hotfixes-stable</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#44f10dbefd5e41b3385af91f855a57aa2afaf40e</link>
        <description>Merge branch &apos;master&apos; into mm-hotfixes-stable

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Fri, 30 Jun 2023 17:41:39 +0200</pubDate>
        <dc:creator>Andrew Morton &lt;akpm@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>632f54b4d60bfe0701f43d0bc387928de6e3dcfb - Merge tag &apos;slab-for-6.5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#632f54b4d60bfe0701f43d0bc387928de6e3dcfb</link>
        <description>Merge tag &apos;slab-for-6.5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabPull slab updates from Vlastimil Babka: - SLAB deprecation:   Following the discussion at LSF/MM 2023 [1] and no objections, the   SLAB allocator is deprecated by renaming the config option (to make   its users notice) to CONFIG_SLAB_DEPRECATED with updated help text.   SLUB should be used instead. Existing defconfigs with CONFIG_SLAB are   also updated. - SLAB_NO_MERGE kmem_cache flag (Jesper Dangaard Brouer):   There are (very limited) cases where kmem_cache merging is   undesirable, and existing ways to prevent it are hacky. Introduce a   new flag to do that cleanly and convert the existing hacky users.   Btrfs plans to use this for debug kernel builds (that use case is   always fine), networking for performance reasons (that should be very   rare). - Replace the usage of weak PRNGs (David Keisar Schmidt):   In addition to using stronger RNGs for the security related features,   the code is a bit cleaner. - Misc code cleanups (SeongJae Parki, Xiongwei Song, Zhen Lei, and   zhaoxinchao)Link: https://lwn.net/Articles/932201/ [1]* tag &apos;slab-for-6.5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:  mm/slab_common: use SLAB_NO_MERGE instead of negative refcount  mm/slab: break up RCU readers on SLAB_TYPESAFE_BY_RCU example code  mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code  mm/slab_common: reduce an if statement in create_cache()  mm/slab: introduce kmem_cache flag SLAB_NO_MERGE  mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED  mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATOR  mm/slab_common: Replace invocation of weak PRNG  mm/slab: Replace invocation of weak PRNG  slub: Don&apos;t read nr_slabs and total_objects directly  slub: Remove slabs_node() function  slub: Remove CONFIG_SMP defined check  slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled block  slub: Correct the error code when slab_kset is NULL  mm/slab: correct return values in comment for _kmem_cache_create()

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Fri, 30 Jun 2023 01:34:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7bc162d5cc4de5c33c5570dba2719a01506a9fd0 - Merge branches &apos;slab/for-6.5/prandom&apos;, &apos;slab/for-6.5/slab_no_merge&apos; and &apos;slab/for-6.5/slab-deprecate&apos; into slab/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#7bc162d5cc4de5c33c5570dba2719a01506a9fd0</link>
        <description>Merge branches &apos;slab/for-6.5/prandom&apos;, &apos;slab/for-6.5/slab_no_merge&apos; and &apos;slab/for-6.5/slab-deprecate&apos; into slab/for-nextMerge the feature branches scheduled for 6.5:- replace the usage of weak PRNGs, by David Keisar Schmidt- introduce the SLAB_NO_MERGE kmem_cache flag, by Jesper Dangaard Brouer- deprecate CONFIG_SLAB, with a planned removal, by myself

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Fri, 16 Jun 2023 11:05:59 +0200</pubDate>
        <dc:creator>Vlastimil Babka &lt;vbabka@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>eb07c4f39c3e858a7d0cc4bb15b8a304f83f0497 - mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#eb07c4f39c3e858a7d0cc4bb15b8a304f83f0497</link>
        <description>mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDAs discussed at LSF/MM [1] [2] and with no objections raised there,deprecate the SLAB allocator. Rename the user-visible option so thatusers with CONFIG_SLAB=y get a new prompt with explanation during makeoldconfig, while make olddefconfig will just switch to SLUB.In all defconfigs with CONFIG_SLAB=y remove the line so those alsoswitch to SLUB. Regressions due to the switch should be reported tolinux-mm and slab maintainers.[1] https://lore.kernel.org/all/4b9fc9c6-b48c-198f-5f80-811a44737e5f@suse.cz/[2] https://lwn.net/Articles/932201/Signed-off-by: Vlastimil Babka &lt;vbabka@suse.cz&gt;Acked-by: Hyeonggon Yoo &lt;42.hyeyoo@gmail.com&gt;Acked-by: David Rientjes &lt;rientjes@google.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt; # m68kAcked-by: Helge Deller &lt;deller@gmx.de&gt; # parisc

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Tue, 23 May 2023 09:06:34 +0200</pubDate>
        <dc:creator>Vlastimil Babka &lt;vbabka@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>4f2c0a4acffbec01079c28f839422e64ddeff004 - Merge branch &apos;main&apos; into zstd-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#4f2c0a4acffbec01079c28f839422e64ddeff004</link>
        <description>Merge branch &apos;main&apos; into zstd-linus

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Wed, 14 Dec 2022 01:21:55 +0100</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>14e77332e74603efab8347c89d3cda447c3b97c9 - Merge branch &apos;main&apos; into zstd-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#14e77332e74603efab8347c89d3cda447c3b97c9</link>
        <description>Merge branch &apos;main&apos; into zstd-next

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Sat, 22 Oct 2022 01:00:35 +0200</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>5f8f8574c7f5585b09a9623f0f13462e4eb67b4d - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#5f8f8574c7f5585b09a9623f0f13462e4eb67b4d</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.1 merge window.

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 10 Oct 2022 07:30:23 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>97acb6a8fcc4e5c2cdc2693a35acdc5a7461aaa3 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/configs/versatile_defconfig#97acb6a8fcc4e5c2cdc2693a35acdc5a7461aaa3</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextDaniele needs 84d4333c1e28 (&quot;misc/mei: Add NULL check to component matchcallback functions&quot;) in order to merge the DG2 HuC patches.Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/arch/arm/configs/versatile_defconfig</description>
        <pubDate>Mon, 03 Oct 2022 18:04:02 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
