<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in .get_maintainer.ignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d13e855ee923c2ae78307bf6c354305f1406b9e2 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#d13e855ee923c2ae78307bf6c354305f1406b9e2</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesTomi needs 7.0 to apply a patch from drm-misc-fixes.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Thu, 23 Apr 2026 12:43:06 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>500af712f9cb61e9e3d32760df0cc5dd4f3046aa - Merge branch &apos;for-7.1/winwing&apos; into for-linus</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#500af712f9cb61e9e3d32760df0cc5dd4f3046aa</link>
        <description>Merge branch &apos;for-7.1/winwing&apos; into for-linus- support for rubmle effects in winwing driver (Ivan Gorinov)

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Thu, 16 Apr 2026 19:03:22 +0000</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>496649d23db6e171cca42f7a5be1a2d0e779ecc7 - .get_maintainer.ignore: add Askar</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#496649d23db6e171cca42f7a5be1a2d0e779ecc7</link>
        <description>.get_maintainer.ignore: add AskarI don&apos;t want get_maintainer.pl to automatically print my email.Link: https://lkml.kernel.org/r/20260401074619.988459-1-safinaskar@gmail.comSigned-off-by: Askar Safin &lt;safinaskar@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Wed, 01 Apr 2026 07:46:19 +0000</pubDate>
        <dc:creator>Askar Safin &lt;safinaskar@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ff1c0c5d07028a84837950b619d30da623f8ddb2 - Merge branch &apos;timers/urgent&apos; into timers/core</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#ff1c0c5d07028a84837950b619d30da623f8ddb2</link>
        <description>Merge branch &apos;timers/urgent&apos; into timers/coreto resolve the conflict with urgent fixes.

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Sat, 11 Apr 2026 05:58:33 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b6e39e48469e37057fce27a1b87cf6d3e456aa42 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#b6e39e48469e37057fce27a1b87cf6d3e456aa42</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.0-rc8).Conflicts:net/ipv6/seg6_iptunnel.c  c3812651b522f (&quot;seg6: separate dst_cache for input and output paths in seg6 lwtunnel&quot;)  78723a62b969a (&quot;seg6: add per-route tunnel source address&quot;)https://lore.kernel.org/adZhwtOYfo-0ImSa@sirena.org.uknet/ipv4/icmp.c  fde29fd934932 (&quot;ipv4: icmp: fix null-ptr-deref in icmp_build_probe()&quot;)  d98adfbdd5c01 (&quot;ipv4: drop ipv6_stub usage and use direct function calls&quot;)https://lore.kernel.org/adO3dccqnr6j-BL9@sirena.org.ukAdjacent changes:drivers/net/ethernet/stmicro/stmmac/chain_mode.c  51f4e090b9f8 (&quot;net: stmmac: fix integer underflow in chain mode&quot;)  6b4286e05508 (&quot;net: stmmac: rename STMMAC_GET_ENTRY() -&gt; STMMAC_NEXT_ENTRY()&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Thu, 02 Apr 2026 17:57:09 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e7ef5ec6d1f0568e5c11ceeb729f412560ad8ef7 - regulator: fix OF node imbalance on reuse</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#e7ef5ec6d1f0568e5c11ceeb729f412560ad8ef7</link>
        <description>regulator: fix OF node imbalance on reuseJohan Hovold &lt;johan@kernel.org&gt; says:These drivers reuse the OF node of their parent multi-function devicebut fail to take another reference to balance the one dropped by theplatform bus code when unbinding the MFD and deregistering the childdevices.Fix this by using the intended helper for reusing OF nodes.Note that the first two patches will cause a trivial conflict with Doug&apos;sseries adding accessor functions for struct device flags which has now beenmerged to the driver-core tree:	https://lore.kernel.org/r/20260406232444.3117516-1-dianders@chromium.orgLink: https://patch.msgid.link/20260408073055.5183-1-johan@kernel.org

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Thu, 09 Apr 2026 19:19:36 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3f44bccdd6605d5d156c02ea2f861dcd30ef5dcd - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#3f44bccdd6605d5d156c02ea2f861dcd30ef5dcd</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 7.0-devel branch for further development of HD-audio codec quirks.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Thu, 09 Apr 2026 06:31:21 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>00afb1811fa638dacf125dd1c343b7a181624dfd - Merge tag &apos;asoc-fix-v7.0-rc7&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#00afb1811fa638dacf125dd1c343b7a181624dfd</link>
        <description>Merge tag &apos;asoc-fix-v7.0-rc7&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.0A somewhat larger set of fixes than I&apos;d like unfortunatey, not from anyone place but rather spread out over different drivers.  We&apos;ve got abunch more fixes for the SDCA interrupt support, several relativelyminor SOF fixes, a few more driver specific fixes and a couple more AMDquirks.

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Thu, 09 Apr 2026 05:00:53 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2c9e7a5f2e3f398213c0c122c18ffa2f4e192457 - Add Renesas RZ/G3L RSPI support</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#2c9e7a5f2e3f398213c0c122c18ffa2f4e192457</link>
        <description>Add Renesas RZ/G3L RSPI supportBiju &lt;biju.das.au@gmail.com&gt; says:This patch series adds binding and driver support for RSPI IP found on theRZ/G3L SoC. The RSPI is compatible with RZ/V2H RSPI, but has 2 clockscompared to 3 on RZ/V2H.Link: https://patch.msgid.link/20260408085418.18770-1-biju.das.jz@bp.renesas.com

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Wed, 08 Apr 2026 14:57:55 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cc201899a972c9358639720404795d5a73acb1b4 - ASoC: Merge up v7.0-rc7</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#cc201899a972c9358639720404795d5a73acb1b4</link>
        <description>ASoC: Merge up v7.0-rc7Merge tag &apos;v7.0-rc7&apos; to get fixes that make my CI happier.

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Tue, 07 Apr 2026 14:43:29 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>322e4116ac8d48255f9599250347f48e56ce8979 - Merge v7.0-rc7 into drm-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#322e4116ac8d48255f9599250347f48e56ce8979</link>
        <description>Merge v7.0-rc7 into drm-nextThomas Zimmermann needs 2f42c1a61616 (&quot;drm/ast: dp501: Fixinitialization of SCU2C&quot;) for drm-misc-next.Conflicts:- drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.cJust between e927b36ae18b (&quot;drm/amd/display: Fix NULL pointerdereference in dcn401_init_hw()&quot;) and it&apos;s cherry-pick that confusedgit.- drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.cDeleted in 6b0a6116286e (&quot;drm/amd/pm: Unify version check in SMUv11&quot;)but some cherry-picks confused git. Same for v12/v14.Signed-off-by: Simona Vetter &lt;simona.vetter@ffwll.ch&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Tue, 07 Apr 2026 10:27:36 +0000</pubDate>
        <dc:creator>Simona Vetter &lt;simona.vetter@ffwll.ch&gt;</dc:creator>
    </item>
<item>
        <title>3723393cc284e09107c0f55c47458b75b29be2c3 - Merge tag &apos;v7.0-rc7&apos; into usb-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#3723393cc284e09107c0f55c47458b75b29be2c3</link>
        <description>Merge tag &apos;v7.0-rc7&apos; into usb-nextWe need the USB fixes in here to build on and for testingSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Mon, 06 Apr 2026 07:06:39 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a5210135489ae7bc1ef1cb4a8157361dd7b468cd - Merge tag &apos;v7.0-rc7&apos; into char-misc-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#a5210135489ae7bc1ef1cb4a8157361dd7b468cd</link>
        <description>Merge tag &apos;v7.0-rc7&apos; into char-misc-nextWe need the char/misc/iio/comedi fixes in here as well for testingSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Mon, 06 Apr 2026 07:04:53 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>1791c390149f56313c425e8add1fd15baf40afb8 - Merge tag &apos;char-misc-7.0-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#1791c390149f56313c425e8add1fd15baf40afb8</link>
        <description>Merge tag &apos;char-misc-7.0-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscPull char/misc/iio driver fixes from Greg KH: &quot;Here are a relativly large number of small char/misc/iio and other  driver fixes for 7.0-rc7. There&apos;s a bunch, but overall they are all  small fixes for issues that people have been having that I finally  caught up with getting merged due to delays on my end.  The &quot;largest&quot; change overall is just some documentation updates to the  security-bugs.rst file to hopefully tell the AI tools (and any users  that actually read the documentation), how to send us better security  bug reports as the quantity of reports these past few weeks has  increased dramatically due to tools getting better at &quot;finding&quot;  things.  Included in here are:   - lots of small IIO driver fixes for issues reported in 7.0-rc   - gpib driver fixes   - comedi driver fixes   - interconnect driver fix   - nvmem driver fixes   - mei driver fix   - counter driver fix   - binder rust driver fixes   - some other small misc driver fixes  All of these have been in linux-next this week with no reported issues&quot;* tag &apos;char-misc-7.0-rc7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (63 commits)  Documentation: fix two typos in latest update to the security report howto  Documentation: clarify the mandatory and desirable info for security reports  Documentation: explain how to find maintainers addresses for security reports  Documentation: minor updates to the security contacts  .get_maintainer.ignore: add myself  nvmem: zynqmp_nvmem: Fix buffer size in DMA and memcpy  nvmem: imx: assign nvmem_cell_info::raw_len  misc: fastrpc: check qcom_scm_assign_mem() return in rpmsg_probe  misc: fastrpc: possible double-free of cctx-&gt;remote_heap  comedi: dt2815: add hardware detection to prevent crash  comedi: runflags cannot determine whether to reclaim chanlist  comedi: Reinit dev-&gt;spinlock between attachments to low-level drivers  comedi: me_daq: Fix potential overrun of firmware buffer  comedi: me4000: Fix potential overrun of firmware buffer  comedi: ni_atmio16d: Fix invalid clean-up after failed attach  gpib: fix use-after-free in IO ioctl handlers  gpib: lpvo_usb: fix memory leak on disconnect  gpib: Fix fluke driver s390 compile issue  lis3lv02d: Omit IRQF_ONESHOT if no threaded handler is provided  lis3lv02d: fix kernel-doc warnings  ...

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Sun, 05 Apr 2026 17:09:33 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d78ceee1e6205ffcd84ff581ccb40a008d39136f - .get_maintainer.ignore: add myself</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#d78ceee1e6205ffcd84ff581ccb40a008d39136f</link>
        <description>.get_maintainer.ignore: add myselfI don&apos;t want get_maintainer.pl to automatically print my email.Signed-off-by: Askar Safin &lt;safinaskar@gmail.com&gt;Link: https://patch.msgid.link/20260324082928.3473789-1-safinaskar@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Tue, 24 Mar 2026 08:29:28 +0000</pubDate>
        <dc:creator>Askar Safin &lt;safinaskar@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#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/.get_maintainer.ignore</description>
        <pubDate>Sat, 13 Dec 2025 09:18:20 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Fri, 21 Nov 2025 10:21:20 +0000</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>f39b6c468c52745dbca9a842d91c8373fda208ab - Merge tag &apos;v6.18-rc6&apos; into for-linus</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#f39b6c468c52745dbca9a842d91c8373fda208ab</link>
        <description>Merge tag &apos;v6.18-rc6&apos; into for-linusSync up with the mainline to bring in definition ofINPUT_PROP_HAPTIC_TOUCHPAD.

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Tue, 18 Nov 2025 07:16:55 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#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/.get_maintainer.ignore</description>
        <pubDate>Sat, 01 Nov 2025 12:47:30 +0000</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>ec2e0fb07d789976c601bec19ecced7a501c3705 - Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/.get_maintainer.ignore#ec2e0fb07d789976c601bec19ecced7a501c3705</link>
        <description>Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.18A moderately large collection of driver specific fixes, plus a few newquirks and device IDs.  The NAU8821 changes are a little large but morein mechanical ways than in ways that are complex.

            List of files:
            /linux/.get_maintainer.ignore</description>
        <pubDate>Thu, 16 Oct 2025 18:14:24 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
