<?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 .mailmap</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0bcb517f0a70ae4fc59ce87bd27573043416aa94 - Merge tag &apos;mm-hotfixes-stable-2026-03-28-10-45&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#0bcb517f0a70ae4fc59ce87bd27573043416aa94</link>
        <description>Merge tag &apos;mm-hotfixes-stable-2026-03-28-10-45&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull misc fixes from Andrew Morton: &quot;10 hotfixes.  8 are cc:stable.  9 are for MM.  There&apos;s a 3-patch series of DAMON fixes from Josh Law and SeongJae  Park. The rest are singletons - please see the changelogs for details&quot;* tag &apos;mm-hotfixes-stable-2026-03-28-10-45&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:  mm/mseal: update VMA end correctly on merge  bug: avoid format attribute warning for clang as well  mm/pagewalk: fix race between concurrent split and refault  mm/memory: fix PMD/PUD checks in follow_pfnmap_start()  mm/damon/sysfs: check contexts-&gt;nr in repeat_call_fn  mm/damon/sysfs: check contexts-&gt;nr before accessing contexts_arr[0]  mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure  mm/swap: fix swap cache memcg accounting  MAINTAINERS, mailmap: update email address for Harry Yoo  mm/huge_memory: fix folio isn&apos;t locked in softleaf_to_folio()

            List of files:
            /linux/.mailmap</description>
        <pubDate>Sat, 28 Mar 2026 22:19:55 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>26d3dca201f3662e51d25022cfce0f642a150a90 - MAINTAINERS, mailmap: update email address for Harry Yoo</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#26d3dca201f3662e51d25022cfce0f642a150a90</link>
        <description>MAINTAINERS, mailmap: update email address for Harry YooUpdate my email address to harry@kernel.org.Link: https://lkml.kernel.org/r/20260320125925.2259998-1-harry@kernel.orgSigned-off-by: Harry Yoo (Oracle) &lt;harry@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Fri, 20 Mar 2026 13:59:25 +0100</pubDate>
        <dc:creator>Harry Yoo (Oracle) &lt;harry@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>50c8f83c41123cab79575e8d73040a37da4612c5 - Merge tag &apos;asoc-fix-v7.0-rc5&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/.mailmap#50c8f83c41123cab79575e8d73040a37da4612c5</link>
        <description>Merge tag &apos;asoc-fix-v7.0-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.0This is two week&apos;s worth of fixes and quirks so it&apos;s a bit larger thanyou might expect, there&apos;s nothing too exciting individually and nothingin core code.

            List of files:
            /linux/.mailmap</description>
        <pubDate>Fri, 27 Mar 2026 10:16:52 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c6eea4ff846ed342a12cedf3af730a6204a8d97e - ASoC: adau1372: Fix error handling in adau1372_set_power()</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#c6eea4ff846ed342a12cedf3af730a6204a8d97e</link>
        <description>ASoC: adau1372: Fix error handling in adau1372_set_power()Jihed Chaibi &lt;jihed.chaibi.dev@gmail.com&gt; says:adau1372_set_power() had two related error handling issues in its enablepath: clk_prepare_enable() was called but its return value discarded, andadau1372_enable_pll() was a void function that silently swallowed lockfailures, leaving mclk enabled and adau1372-&gt;enabled set to true despitethe device being in a broken state.Patch 1 fixes the unchecked clk_prepare_enable() by makingadau1372_set_power() return int and propagating the error.Patch 2 converts adau1372_enable_pll() to return int and adds a fullunwind in adau1372_set_power() if PLL lock fails, reversing the regcache,GPIO power-down, and clock state.

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 26 Mar 2026 11:33:38 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e3c33bc767b5512dbfec643a02abf58ce608f3b2 - Merge tag &apos;mm-hotfixes-stable-2026-03-23-17-56&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#e3c33bc767b5512dbfec643a02abf58ce608f3b2</link>
        <description>Merge tag &apos;mm-hotfixes-stable-2026-03-23-17-56&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull MM fixes from Andrew Morton: &quot;6 hotfixes.  2 are cc:stable.  All are for MM.  All are singletons - please see the changelogs for details&quot;* tag &apos;mm-hotfixes-stable-2026-03-23-17-56&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:  mm/damon/stat: monitor all System RAM resources  mm/zswap: add missing kunmap_local()  mailmap: update email address for Muhammad Usama Anjum  zram: do not slot_free() written-back slots  mm/damon/core: avoid use of half-online-committed context  mm/rmap: clear vma-&gt;anon_vma on error

            List of files:
            /linux/.mailmap</description>
        <pubDate>Tue, 24 Mar 2026 17:12:45 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>38dfd294e24c0f397413799c2e5633aedb2058bf - mailmap: update email address for Muhammad Usama Anjum</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#38dfd294e24c0f397413799c2e5633aedb2058bf</link>
        <description>mailmap: update email address for Muhammad Usama AnjumAdd updated email address.Link: https://lkml.kernel.org/r/20260310171757.3970390-1-usama.anjum@arm.comSigned-off-by: Muhammad Usama Anjum &lt;usama.anjum@arm.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Carlos Bilbao &lt;carlos.bilbao@kernel.org&gt;Cc: Hans Verkuil &lt;hverkuil@kernel.org&gt;Cc: Jakub Kacinski &lt;kuba@kernel.org&gt;Cc: Martin Kepplinger &lt;martink@posteo.de&gt;Cc: Shannon Nelson &lt;sln@onemain.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Tue, 10 Mar 2026 18:17:39 +0100</pubDate>
        <dc:creator>Muhammad Usama Anjum &lt;usama.anjum@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>f8e478e3af57e603c7f1d4f9dba6d8948b8c32c1 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#f8e478e3af57e603c7f1d4f9dba6d8948b8c32c1</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-toolsTo pick up some extra files that need to be sync&apos;ed with the kernelsources to try and reduce the number of PRs.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Wed, 18 Mar 2026 19:04:13 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>8a91ebb337fa68e01339a8c1c411a38d66eac80e - Merge tag &apos;mm-hotfixes-stable-2026-03-16-12-15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#8a91ebb337fa68e01339a8c1c411a38d66eac80e</link>
        <description>Merge tag &apos;mm-hotfixes-stable-2026-03-16-12-15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull misc fixes from Andrew Morton: &quot;6 hotfixes.  4 are cc:stable.  3 are for MM.  All are singletons - please see the changelogs for details&quot;* tag &apos;mm-hotfixes-stable-2026-03-16-12-15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:  MAINTAINERS: update email address for Ignat Korchagin  mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for shared THP  mm/rmap: fix incorrect pte restoration for lazyfree folios  mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()  build_bug.h: correct function parameters names in kernel-doc  crash_dump: don&apos;t log dm-crypt key bytes in read_key_from_user_keying

            List of files:
            /linux/.mailmap</description>
        <pubDate>Mon, 16 Mar 2026 20:21:00 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>182b9b3d8d1d36500f58e4f3dc82b144d6487bdf - MAINTAINERS: update email address for Ignat Korchagin</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#182b9b3d8d1d36500f58e4f3dc82b144d6487bdf</link>
        <description>MAINTAINERS: update email address for Ignat KorchaginSince I&apos;m moving from Cloudflare update my email address in theMAINTAINERS file and add an entry to .mailmap so nothing gets lost.Link: https://lkml.kernel.org/r/20260309173445.71393-1-ignat@cloudflare.comSigned-off-by: Ignat Korchagin &lt;ignat@cloudflare.com&gt;Acked-by: Lukas Wunner &lt;lukas@wunner.de&gt;Cc: David Howells &lt;dhowells@redhat.com&gt;Cc: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Mon, 09 Mar 2026 18:34:45 +0100</pubDate>
        <dc:creator>Ignat Korchagin &lt;ignat@cloudflare.com&gt;</dc:creator>
    </item>
<item>
        <title>b4f0dd314b39ea154f62f3bd3115ed0470f9f71e - Merge tag &apos;mm-hotfixes-stable-2026-03-09-16-36&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#b4f0dd314b39ea154f62f3bd3115ed0470f9f71e</link>
        <description>Merge tag &apos;mm-hotfixes-stable-2026-03-09-16-36&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull misc fixes from Andrew Morton: &quot;15 hotfixes. 6 are cc:stable. 14 are for MM.  Singletons, with one doubleton - please see the changelogs for details&quot;* tag &apos;mm-hotfixes-stable-2026-03-09-16-36&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:  MAINTAINERS, mailmap: update email address for Lorenzo Stoakes  mm/mmu_notifier: clean up mmu_notifier.h kernel-doc  uaccess: correct kernel-doc parameter format  mm/huge_memory: fix a folio_split() race condition with folio_try_get()  MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATOR  MAINTAINERS: add RELAY entry  memcg: fix slab accounting in refill_obj_stock() trylock path  mm/hugetlb.c: use __pa() instead of virt_to_phys() in early bootmem alloc code  zram: rename writeback_compressed device attr  tools/testing: fix testing/vma and testing/radix-tree build  Revert &quot;ptdesc: remove references to folios from __pagetable_ctor() and pagetable_dtor()&quot;  mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()  mm/damon/core: clear walk_control on inactive context in damos_walk()  mm: memfd_luo: always dirty all folios  mm: memfd_luo: always make all folios uptodate

            List of files:
            /linux/.mailmap</description>
        <pubDate>Tue, 10 Mar 2026 20:47:56 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b12bbe35c7c1e431f2fa01fe9291daa52fb7ab43 - MAINTAINERS, mailmap: update email address for Lorenzo Stoakes</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#b12bbe35c7c1e431f2fa01fe9291daa52fb7ab43</link>
        <description>MAINTAINERS, mailmap: update email address for Lorenzo StoakesI want to experiment with a new email setup, and using the @kernel.orgaddress is the easiest way to have flexibility on this.Link: https://lkml.kernel.org/r/20260303195025.1170895-1-ljs@kernel.orgSigned-off-by: Lorenzo Stoakes (Oracle) &lt;ljs@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Tue, 03 Mar 2026 20:50:25 +0100</pubDate>
        <dc:creator>Lorenzo Stoakes (Oracle) &lt;ljs@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3593e678f5e8b21b8f54b4267027bd55b19cb7b8 - Merge tag &apos;linux_kselftest-kunit-fixes-7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#3593e678f5e8b21b8f54b4267027bd55b19cb7b8</link>
        <description>Merge tag &apos;linux_kselftest-kunit-fixes-7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestPull kunit fixes from Shuah Khan: - Fix rust warnings when CONFIG_PRINTK is disabled - Reduce stack usage in kunit_run_tests() to fix warnings when   CONFIG_FRAME_WARN is set to a relatively low value - Update email address for David Gow - Copy caller args in kunit tool in run_kernel to prevent mutation* tag &apos;linux_kselftest-kunit-fixes-7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:  kunit: reduce stack usage in kunit_run_tests()  kunit: tool: copy caller args in run_kernel to prevent mutation  rust: kunit: fix warning when !CONFIG_PRINTK  MAINTAINERS: Update email address for David Gow

            List of files:
            /linux/.mailmap</description>
        <pubDate>Fri, 06 Mar 2026 21:34:49 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8457669db968c98edb781892d73fa559e1efcbd4 - Merge tag &apos;asoc-fix-v7.0-rc2&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/.mailmap#8457669db968c98edb781892d73fa559e1efcbd4</link>
        <description>Merge tag &apos;asoc-fix-v7.0-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.0A moderately large pile of fixes, though none of them are  super major,plus a few new quirks and device IDs.

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 05 Mar 2026 17:22:14 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>03464a48cc8636b6de2febbc5ef39093a9a15e82 - MAINTAINERS: Update email address for David Gow</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#03464a48cc8636b6de2febbc5ef39093a9a15e82</link>
        <description>MAINTAINERS: Update email address for David GowUpdate my email address for KUnit related things in MAINTAINERS (and addan entry to .mailmap so nothing gets lost).Signed-off-by: David Gow &lt;davidgow@google.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Tue, 10 Feb 2026 14:10:26 +0100</pubDate>
        <dc:creator>David Gow &lt;davidgow@google.com&gt;</dc:creator>
    </item>
<item>
        <title>abacaf559950eec0d99d37ff6b92049409af5943 - Merge tag &apos;net-7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#abacaf559950eec0d99d37ff6b92049409af5943</link>
        <description>Merge tag &apos;net-7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPull networking fixes from Jakub Kicinski: &quot;Including fixes from CAN, netfilter and wireless.  Current release - new code bugs:   - sched: cake: fixup cake_mq rate adjustment for diffserv config   - wifi: fix missing ieee80211_eml_params member initialization  Previous releases - regressions:   - tcp: give up on stronger sk_rcvbuf checks (for now)  Previous releases - always broken:   - net: fix rcu_tasks stall in threaded busypoll   - sched:      - fq: clear q-&gt;band_pkt_count[] in fq_reset()      - only allow act_ct to bind to clsact/ingress qdiscs and shared        blocks   - bridge: check relevant per-VLAN options in VLAN range grouping   - xsk: fix fragment node deletion to prevent buffer leak  Misc:   - spring cleanup of inactive maintainers&quot;* tag &apos;net-7.0-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (138 commits)  xdp: produce a warning when calculated tailroom is negative  net: enetc: use truesize as XDP RxQ info frag_size  libeth, idpf: use truesize as XDP RxQ info frag_size  i40e: use xdp.frame_sz as XDP RxQ info frag_size  i40e: fix registering XDP RxQ info  ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz  ice: fix rxq info registering in mbuf packets  xsk: introduce helper to determine rxq-&gt;frag_size  xdp: use modulo operation to calculate XDP frag tailroom  selftests/tc-testing: Add tests exercising act_ife metalist replace behaviour  net/sched: act_ife: Fix metalist update behavior  selftests: net: add test for IPv4 route with loopback IPv6 nexthop  net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop  net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled  net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled  MAINTAINERS: remove Thomas Falcon from IBM ibmvnic  MAINTAINERS: remove Claudiu Manoil and Alexandre Belloni from Ocelot switch  MAINTAINERS: replace Taras Chornyi with Elad Nachman for Marvell Prestera  MAINTAINERS: remove Jonathan Lemon from OpenCompute PTP  MAINTAINERS: replace Clark Wang with Frank Li for Freescale FEC  ...

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 05 Mar 2026 20:00:46 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>18b43bec5437914e3b51bb08dc6c6e7b0a2df4d1 - mailmap: reflect my gmail as default</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#18b43bec5437914e3b51bb08dc6c6e7b0a2df4d1</link>
        <description>mailmap: reflect my gmail as defaultUse my gmail instead so that I can easily handle those emailsthat CC me.Signed-off-by: Jason Xing &lt;kernelxing@tencent.com&gt;Link: https://patch.msgid.link/20260303033720.84108-1-kerneljasonxing@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Tue, 03 Mar 2026 04:37:20 +0100</pubDate>
        <dc:creator>Jason Xing &lt;kernelxing@tencent.com&gt;</dc:creator>
    </item>
<item>
        <title>126fe7ef12ffe42fdc600fe22df733e96fa418ec - mailmap: Add entry for Joe Damato</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#126fe7ef12ffe42fdc600fe22df733e96fa418ec</link>
        <description>mailmap: Add entry for Joe DamatoMy Fastly email address is no longer used. Add a mailmap entry toreflect that.Signed-off-by: Joe Damato &lt;joe@dama.to&gt;Link: https://patch.msgid.link/20260303024202.2526604-1-joe@dama.toSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Tue, 03 Mar 2026 03:42:01 +0100</pubDate>
        <dc:creator>Joe Damato &lt;joe@dama.to&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/.mailmap</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>69062f234a2837d2302a41c2ba125521630deea8 - Merge tag &apos;mm-hotfixes-stable-2026-02-26-14-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#69062f234a2837d2302a41c2ba125521630deea8</link>
        <description>Merge tag &apos;mm-hotfixes-stable-2026-02-26-14-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull misc fixes from Andrew Morton: &quot;12 hotfixes.  7 are cc:stable.  8 are for MM.  All are singletons - please see the changelogs for details&quot;* tag &apos;mm-hotfixes-stable-2026-02-26-14-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:  MAINTAINERS: update Yosry Ahmed&apos;s email address  mailmap: add entry for Daniele Alessandrelli  mm: fix NULL NODE_DATA dereference for memoryless nodes on boot  mm/tracing: rss_stat: ensure curr is false from kthread context  mm/kfence: fix KASAN hardware tag faults during late enablement  mm/damon/core: disallow non-power of two min_region_sz  Squashfs: check metadata block offset is within range  MAINTAINERS, mailmap: update e-mail address for Vlastimil Babka  liveupdate: luo_file: remember retrieve() status  mm: thp: deny THP for files on anonymous inodes  mm: change vma_alloc_folio_noprof() macro to inline function  mm/kfence: disable KFENCE upon KASAN HW tags enablement

            List of files:
            /linux/.mailmap</description>
        <pubDate>Fri, 27 Feb 2026 00:27:41 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>db5781c407dde9f1f037d312c8e0ca986f661e1a - Merge tag &apos;pm-7.0-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/.mailmap#db5781c407dde9f1f037d312c8e0ca986f661e1a</link>
        <description>Merge tag &apos;pm-7.0-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull power management fixes from Rafael Wysocki: &quot;These fix two intel_pstate driver issues causing it to crash on sysfs  attribute accesses when some CPUs in the system are offline, finalize  changes related to turning pm_runtime_put() into a void function, and  update Daniel Lezcano&apos;s contact information:   - Fix two issues in the intel_pstate driver causing it to crash when     its sysfs interface is used on a system with some offline CPUs     (David Arcari, Srinivas Pandruvada)   - Update the last user of the pm_runtime_put() return value to     discard it and turn pm_runtime_put() into a void function (Rafael     Wysocki)   - Update Daniel Lezcano&apos;s contact information in MAINTAINERS and     .mailmap (Daniel Lezcano)&quot;* tag &apos;pm-7.0-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:  MAINTAINERS: Update contact with the kernel.org address  cpufreq: intel_pstate: Fix crash during turbo disable  cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request()  PM: runtime: Change pm_runtime_put() return type to void  pmdomain: imx: gpcv2: Discard pm_runtime_put() return value

            List of files:
            /linux/.mailmap</description>
        <pubDate>Thu, 26 Feb 2026 23:40:21 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
