<?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 CREDITS</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d13e855ee923c2ae78307bf6c354305f1406b9e2 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#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/CREDITS</description>
        <pubDate>Thu, 23 Apr 2026 14:43:06 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>64edfa65062dc4509ba75978116b2f6d392346f5 - Merge tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#64edfa65062dc4509ba75978116b2f6d392346f5</link>
        <description>Merge tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking deletions from Jakub Kicinski: &quot;Delete some obsolete networking code  Old code like amateur radio and NFC have long been a burden to core  networking developers. syzbot loves to find bugs in BKL-era code, and  noobs try to fix them.  If we want to have a fighting chance of surviving the LLM-pocalypse  this code needs to find a dedicated owner or get deleted. We&apos;ve talked  about these deletions multiple times in the past and every time  someone wanted the code to stay. It is never very clear to me how many  of those people actually use the code vs are just nostalgic to see it  go. Amateur radio did have occasional users (or so I think) but most  users switched to user space implementations since its all super slow  stuff. Nobody stepped up to maintain the kernel code.  We were lucky enough to find someone who wants to help with NFC so  we&apos;re giving that a chance. Let&apos;s try to put the rest of this code  behind us&quot;* tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next:  drivers: net: 8390: wd80x3: Remove this driver  drivers: net: 8390: ultra: Remove this driver  drivers: net: 8390: AX88190: Remove this driver  drivers: net: fujitsu: fmvj18x: Remove this driver  drivers: net: smsc: smc91c92: Remove this driver  drivers: net: smsc: smc9194: Remove this driver  drivers: net: amd: nmclan: Remove this driver  drivers: net: amd: lance: Remove this driver  drivers: net: 3com: 3c589: Remove this driver  drivers: net: 3com: 3c574: Remove this driver  drivers: net: 3com: 3c515: Remove this driver  drivers: net: 3com: 3c509: Remove this driver  net: packetengines: remove obsolete yellowfin driver and vendor dir  net: packetengines: remove obsolete hamachi driver  net: remove unused ATM protocols and legacy ATM device drivers  net: remove ax25 and amateur radio (hamradio) subsystem  net: remove ISDN subsystem and Bluetooth CMTP  caif: remove CAIF NETWORK LAYER

            List of files:
            /linux/CREDITS</description>
        <pubDate>Fri, 24 Apr 2026 18:41:58 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4f10f1dfb235a28bd86cf0b00d86a59696ddbe5b - net: remove ISDN subsystem and Bluetooth CMTP</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#4f10f1dfb235a28bd86cf0b00d86a59696ddbe5b</link>
        <description>net: remove ISDN subsystem and Bluetooth CMTPRemove the ISDN (mISDN, CAPI) subsystem and Bluetooth CMTP protocolfrom the kernel tree.ISDN is a pretty old technology and it&apos;s unclear whether anyone stilluses it. I went over the last few years of git history and all thecommits are either tree-wide conversions or syzbot/static analyzerfixes.When we discussed removal in the past IIRC there were some concernsabout ISDN still being used in parts of Germany. Unfortunately, thecode base is quite old, none of the current maintainers are familiarwith it and AI tools will have a field day finding bugs here.Delete this code and preserve it in an out-of-tree repositoryfor any remaining users:https://github.com/linux-netdev/mod-orphanUAPI constants AF_ISDN/PF_ISDN and the SELinux isdn_socket classare preserved for ABI stability, but the rest of uAPI is removed.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Stephen Hemminger &lt;stephen@networkplumber.org&gt;Acked-by: Luiz Augusto von Dentz &lt;luiz.von.dentz@intel.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Link: https://patch.msgid.link/20260421022108.1299678-1-kuba@kernel.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Tue, 21 Apr 2026 04:21:07 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4e86a604dfd06402933467578c4b79f5412b2c - Merge tag &apos;v7.0-rc4&apos; into togreg</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#9e4e86a604dfd06402933467578c4b79f5412b2c</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into togregLinux 7.0-rc4Required for the ds4422 series which is build upon;5187e03b817c (&quot;iio: dac: ds4424: reject -128 RAW value&quot;)

            List of files:
            /linux/CREDITS</description>
        <pubDate>Sun, 22 Mar 2026 13:20:42 +0100</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>3812943e01fdeabd80118b01c1484f6bd4d324d9 - Merge 7.0-rc4 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#3812943e01fdeabd80118b01c1484f6bd4d324d9</link>
        <description>Merge 7.0-rc4 into char-misc-nextWe need the char/misc/iio fixes in this branch as well to build on topof.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 16 Mar 2026 11:41:58 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/CREDITS</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>40735a683bf844a453d7a0f91e5e3daa0abc659b - Merge tag &apos;mm-stable-2026-04-18-02-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#40735a683bf844a453d7a0f91e5e3daa0abc659b</link>
        <description>Merge tag &apos;mm-stable-2026-04-18-02-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull more MM updates from Andrew Morton: - &quot;Eliminate Dying Memory Cgroup&quot; (Qi Zheng and Muchun Song)   Address the longstanding &quot;dying memcg problem&quot;. A situation wherein a   no-longer-used memory control group will hang around for an extended   period pointlessly consuming memory - &quot;fix unexpected type conversions and potential overflows&quot; (Qi Zheng)   Fix a couple of potential 32-bit/64-bit issues which were identified   during review of the &quot;Eliminate Dying Memory Cgroup&quot; series - &quot;kho: history: track previous kernel version and kexec boot count&quot;   (Breno Leitao)   Use Kexec Handover (KHO) to pass the previous kernel&apos;s version string   and the number of kexec reboots since the last cold boot to the next   kernel, and print it at boot time - &quot;liveupdate: prevent double preservation&quot; (Pasha Tatashin)   Teach LUO to avoid managing the same file across different active   sessions - &quot;liveupdate: Fix module unloading and unregister API&quot; (Pasha   Tatashin)   Address an issue with how LUO handles module reference counting and   unregistration during module unloading - &quot;zswap pool per-CPU acomp_ctx simplifications&quot; (Kanchana Sridhar)   Simplify and clean up the zswap crypto compression handling and   improve the lifecycle management of zswap pool&apos;s per-CPU acomp_ctx   resources - &quot;mm/damon/core: fix damon_call()/damos_walk() vs kdmond exit race&quot;   (SeongJae Park)   Address unlikely but possible leaks and deadlocks in damon_call() and   damon_walk() - &quot;mm/damon/core: validate damos_quota_goal-&gt;nid&quot; (SeongJae Park)   Fix a couple of root-only wild pointer dereferences - &quot;Docs/admin-guide/mm/damon: warn commit_inputs vs other params race&quot;   (SeongJae Park)   Update the DAMON documentation to warn operators about potential   races which can occur if the commit_inputs parameter is altered at   the wrong time - &quot;Minor hmm_test fixes and cleanups&quot; (Alistair Popple)   Bugfixes and a cleanup for the HMM kernel selftests - &quot;Modify memfd_luo code&quot; (Chenghao Duan)   Cleanups, simplifications and speedups to the memfd_lou code - &quot;mm, kvm: allow uffd support in guest_memfd&quot; (Mike Rapoport)   Support for userfaultfd in guest_memfd - &quot;selftests/mm: skip several tests when thp is not available&quot; (Chunyu   Hu)   Fix several issues in the selftests code which were causing breakage   when the tests were run on CONFIG_THP=n kernels - &quot;mm/mprotect: micro-optimization work&quot; (Pedro Falcato)   A couple of nice speedups for mprotect() - &quot;MAINTAINERS: update KHO and LIVE UPDATE entries&quot; (Pratyush Yadav)   Document upcoming changes in the maintenance of KHO, LUO, memfd_luo,   kexec, crash, kdump and probably other kexec-based things - they are   being moved out of mm.git and into a new git tree* tag &apos;mm-stable-2026-04-18-02-14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (121 commits)  MAINTAINERS: add page cache reviewer  mm/vmscan: avoid false-positive -Wuninitialized warning  MAINTAINERS: update Dave&apos;s kdump reviewer email address  MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE  MAINTAINERS: drop include/linux/kho/abi/ from KHO  MAINTAINERS: update KHO and LIVE UPDATE maintainers  MAINTAINERS: update kexec/kdump maintainers entries  mm/migrate_device: remove dead migration entry check in migrate_vma_collect_huge_pmd()  selftests: mm: skip charge_reserved_hugetlb without killall  userfaultfd: allow registration of ranges below mmap_min_addr  mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_update  mm/hugetlb: fix early boot crash on parameters without &apos;=&apos; separator  zram: reject unrecognized type= values in recompress_store()  docs: proc: document ProtectionKey in smaps  mm/mprotect: special-case small folios when applying permissions  mm/mprotect: move softleaf code out of the main function  mm: remove &apos;!root_reclaim&apos; checking in should_abort_scan()  mm/sparse: fix comment for section map alignment  mm/page_io: use sio-&gt;len for PSWPIN accounting in sio_read_complete()  selftests/mm: transhuge_stress: skip the test when thp not available  ...

            List of files:
            /linux/CREDITS</description>
        <pubDate>Sun, 19 Apr 2026 17:01:17 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>320c7234d1d1d3552cbbf58886f4219cc1a5ba48 - MAINTAINERS: update KHO and LIVE UPDATE maintainers</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#320c7234d1d1d3552cbbf58886f4219cc1a5ba48</link>
        <description>MAINTAINERS: update KHO and LIVE UPDATE maintainersPatch series &quot;MAINTAINERS: update KHO and LIVE UPDATE entries&quot;.This series contains some updates for the Kexec Handover (KHO) and Liveupdate entries.  Patch 1 updates the maintainers list and adds theliveupdate tree.  Patches 2 and 3 clean up stale files in the list.This patch (of 3):I have been helping out with reviewing and developing KHO.  I would alsolike to help maintain it.  Change my entry from R to M for KHO and liveupdate.  Alex has been inactive for a while, so to avoid over-crowding theKHO entry and to keep the information up-to-date, move his entry from M toR.We also now have a tree for KHO and live update at liveupdate/linux.gitwhere we plan to start maintaining those subsystems and start queuing thepatches.  List that in the entries as well.Link: https://lore.kernel.org/20260414121752.1912847-1-pratyush@kernel.orgLink: https://lore.kernel.org/20260414121752.1912847-2-pratyush@kernel.orgSigned-off-by: Pratyush Yadav (Google) &lt;pratyush@kernel.org&gt;Reviewed-by: Alexander Graf &lt;graf@amazon.com&gt;Reviewed-by: Pasha Tatashin &lt;pasha.tatashin@soleen.com&gt;Acked-by: Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;Cc: Baoquan He &lt;bhe@redhat.com&gt;Cc: David Hildenbrand &lt;david@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Tue, 14 Apr 2026 14:17:18 +0200</pubDate>
        <dc:creator>Pratyush Yadav (Google) &lt;pratyush@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>60087b49f8e7289681586609fc1d012615354754 - MAINTAINERS: update kexec/kdump maintainers entries</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#60087b49f8e7289681586609fc1d012615354754</link>
        <description>MAINTAINERS: update kexec/kdump maintainers entriesUpdate KEXEC and KDUMP maintainer entries by adding the live update groupmaintainers.  Remove Vivek Goyal due to inactivity to keep the MAINTAINERSfile up-to-date, and add Vivek to the CREDITS file to recognize theircontributions.Link: https://lore.kernel.org/20260413121146.49215-1-pasha.tatashin@soleen.comSigned-off-by: Pasha Tatashin &lt;pasha.tatashin@soleen.com&gt;Acked-by: Pratyush Yadav &lt;pratyush@kernel.org&gt;Acked-by: Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;Cc: Diego Viola &lt;diego.viola@gmail.com&gt;Cc: Jakub Kacinski &lt;kuba@kernel.org&gt;Cc: Magnus Karlsson &lt;magnus.karlsson@intel.com&gt;Cc: Mark Brown &lt;broonie@kernel.org&gt;Cc: Martin Kepplinger &lt;martink@posteo.de&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 13 Apr 2026 14:11:46 +0200</pubDate>
        <dc:creator>Pasha Tatashin &lt;pasha.tatashin@soleen.com&gt;</dc:creator>
    </item>
<item>
        <title>cdd4dc3aebeab43a72ce0bc2b5bab6f0a80b97a5 - Merge tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#cdd4dc3aebeab43a72ce0bc2b5bab6f0a80b97a5</link>
        <description>Merge tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfsPull ntfs resurrection from Namjae Jeon: &quot;Ever since Kari Argillander&#8217;s 2022 report [1] regarding the state of  the ntfs3 driver, I have spent the last 4 years working to provide  full write support and current trends (iomap, no buffer head, folio),  enhanced performance, stable maintenance, utility support including  fsck for NTFS in Linux.  This new implementation is built upon the clean foundation of the  original read-only NTFS driver, adding:   - Write support:     Implemented full write support based on the classic read-only NTFS     driver. Added delayed allocation to improve write performance     through multi-cluster allocation and reduced fragmentation of the     cluster bitmap.   - iomap conversion:     Switched buffered IO (reads/writes), direct IO, file extent     mapping, readpages, and writepages to use iomap.   - Remove buffer_head:     Completely removed buffer_head usage by converting to folios. As a     result, the dependency on CONFIG_BUFFER_HEAD has been removed from     Kconfig.   - Stability improvements:     The new ntfs driver passes 326 xfstests, compared to 273 for ntfs3.     All tests passed by ntfs3 are a complete subset of the tests passed     by this implementation. Added support for fallocate, idmapped     mounts, permissions, and more.  xfstests Results report:     Total tests run: 787     Passed         : 326     Failed         : 38     Skipped        : 423  Failed tests breakdown:    - 34 tests require metadata journaling    - 4 other tests:         094: No unwritten extent concept in NTFS on-disk format         563: cgroup v2 aware writeback accounting not supported         631: RENAME_WHITEOUT support required         787: NFS delegation test&quot;Link: https://lore.kernel.org/all/da20d32b-5185-f40b-48b8-2986922d8b25@stargateuniverse.net/ [1][ Let&apos;s see if this undead filesystem ends up being of the &quot;Easter  miracle&quot; kind, or the &quot;Nosferatu of filesystems&quot; kind... ]* tag &apos;ntfs-for-7.1-rc1-v2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs: (46 commits)  ntfs: remove redundant out-of-bound checks  ntfs: add bound checking to ntfs_external_attr_find  ntfs: add bound checking to ntfs_attr_find  ntfs: fix ignoring unreachable code warnings  ntfs: fix inconsistent indenting warnings  ntfs: fix variable dereferenced before check warnings  ntfs: prefer IS_ERR_OR_NULL() over manual NULL check  ntfs: harden ntfs_listxattr against EA entries  ntfs: harden ntfs_ea_lookup against malformed EA entries  ntfs: check $EA query-length in ntfs_ea_get  ntfs: validate WSL EA payload sizes  ntfs: fix WSL ea restore condition  ntfs: add missing newlines to pr_err() messages  ntfs: fix pointer/integer casting warnings  ntfs: use -&gt;mft_no instead of -&gt;i_ino in prints  ntfs: change mft_no type to u64  ntfs: select FS_IOMAP in Kconfig  ntfs: add MODULE_ALIAS_FS  ntfs: reduce stack usage in ntfs_write_mft_block()  ntfs: fix sysctl table registration and path  ...

            List of files:
            /linux/CREDITS</description>
        <pubDate>Sat, 18 Apr 2026 01:35:49 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>440d6635b20037bc9ad46b20817d7b61cef0fc1b - Merge tag &apos;mm-nonmm-stable-2026-04-15-04-20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#440d6635b20037bc9ad46b20817d7b61cef0fc1b</link>
        <description>Merge tag &apos;mm-nonmm-stable-2026-04-15-04-20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull non-MM updates from Andrew Morton: - &quot;pid: make sub-init creation retryable&quot; (Oleg Nesterov)   Make creation of init in a new namespace more robust by clearing away   some historical cruft which is no longer needed. Also some   documentation fixups - &quot;selftests/fchmodat2: Error handling and general&quot; (Mark Brown)   Fix and a cleanup for the fchmodat2() syscall selftest - &quot;lib: polynomial: Move to math/ and clean up&quot; (Andy Shevchenko) - &quot;hung_task: Provide runtime reset interface for hung task detector&quot;   (Aaron Tomlin)   Give administrators the ability to zero out   /proc/sys/kernel/hung_task_detect_count - &quot;tools/getdelays: use the static UAPI headers from   tools/include/uapi&quot; (Thomas Wei&#223;schuh)   Teach getdelays to use the in-kernel UAPI headers rather than the   system-provided ones - &quot;watchdog/hardlockup: Improvements to hardlockup&quot; (Mayank Rungta)   Several cleanups and fixups to the hardlockup detector code and its   documentation - &quot;lib/bch: fix undefined behavior from signed left-shifts&quot; (Josh Law)   A couple of small/theoretical fixes in the bch code - &quot;ocfs2/dlm: fix two bugs in dlm_match_regions()&quot; (Junrui Luo) - &quot;cleanup the RAID5 XOR library&quot; (Christoph Hellwig)   A quite far-reaching cleanup to this code. I can&apos;t do better than to   quote Christoph:     &quot;The XOR library used for the RAID5 parity is a bit of a mess right      now. The main file sits in crypto/ despite not being cryptography      and not using the crypto API, with the generic implementations      sitting in include/asm-generic and the arch implementations      sitting in an asm/ header in theory. The latter doesn&apos;t work for      many cases, so architectures often build the code directly into      the core kernel, or create another module for the architecture      code.      Change this to a single module in lib/ that also contains the      architecture optimizations, similar to the library work Eric      Biggers has done for the CRC and crypto libraries later. After      that it changes to better calling conventions that allow for      smarter architecture implementations (although none is contained      here yet), and uses static_call to avoid indirection function call      overhead&quot; - &quot;lib/list_sort: Clean up list_sort() scheduling workarounds&quot;   (Kuan-Wei Chiu)   Clean up this library code by removing a hacky thing which was added   for UBIFS, which UBIFS doesn&apos;t actually need - &quot;Fix bugs in extract_iter_to_sg()&quot; (Christian Ehrhardt)   Fix a few bugs in the scatterlist code, add in-kernel tests for the   now-fixed bugs and fix a leak in the test itself - &quot;kdump: Enable LUKS-encrypted dump target support in ARM64 and   PowerPC&quot; (Coiby Xu)   Enable support of the LUKS-encrypted device dump target on arm64 and   powerpc - &quot;ocfs2: consolidate extent list validation into block read callbacks&quot;   (Joseph Qi)   Cleanup, simplify, and make more robust ocfs2&apos;s validation of extent   list fields (Kernel test robot loves mounting corrupted fs images!)* tag &apos;mm-nonmm-stable-2026-04-15-04-20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (127 commits)  ocfs2: validate group add input before caching  ocfs2: validate bg_bits during freefrag scan  ocfs2: fix listxattr handling when the buffer is full  doc: watchdog: fix typos etc  update Sean&apos;s email address  ocfs2: use get_random_u32() where appropriate  ocfs2: split transactions in dio completion to avoid credit exhaustion  ocfs2: remove redundant l_next_free_rec check in __ocfs2_find_path()  ocfs2: validate extent block list fields during block read  ocfs2: remove empty extent list check in ocfs2_dx_dir_lookup_rec()  ocfs2: validate dx_root extent list fields during block read  ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRY  ocfs2: handle invalid dinode in ocfs2_group_extend  .get_maintainer.ignore: add Askar  ocfs2: validate bg_list extent bounds in discontig groups  checkpatch: exclude forward declarations of const structs  tools/accounting: handle truncated taskstats netlink messages  taskstats: set version in TGID exit notifications  ocfs2/heartbeat: fix slot mapping rollback leaks on error paths  arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel  ...

            List of files:
            /linux/CREDITS</description>
        <pubDate>Fri, 17 Apr 2026 05:11:56 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/CREDITS</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>91a4855d6c03e770e42f17c798a36a3c46e63de2 - Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#91a4855d6c03e770e42f17c798a36a3c46e63de2</link>
        <description>Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Support HW queue leasing, allowing containers to be granted access     to HW queues for zero-copy operations and AF_XDP   - Number of code moves to help the compiler with inlining. Avoid     output arguments for returning drop reason where possible   - Rework drop handling within qdiscs to include more metadata about     the reason and dropping qdisc in the tracepoints   - Remove the rtnl_lock use from IP Multicast Routing   - Pack size information into the Rx Flow Steering table pointer     itself. This allows making the table itself a flat array of u32s,     thus making the table allocation size a power of two   - Report TCP delayed ack timer information via socket diag   - Add ip_local_port_step_width sysctl to allow distributing the     randomly selected ports more evenly throughout the allowed space   - Add support for per-route tunsrc in IPv6 segment routing   - Start work of switching sockopt handling to iov_iter   - Improve dynamic recvbuf sizing in MPTCP, limit burstiness and avoid     buffer size drifting up   - Support MSG_EOR in MPTCP   - Add stp_mode attribute to the bridge driver for STP mode selection.     This addresses concerns about call_usermodehelper() usage   - Remove UDP-Lite support (as announced in 2023)   - Remove support for building IPv6 as a module. Remove the now     unnecessary function calling indirection  Cross-tree stuff:   - Move Michael MIC code from generic crypto into wireless, it&apos;s     considered insecure but some WiFi networks still need it  Netfilter:   - Switch nft_fib_ipv6 module to no longer need temporary dst_entry     object allocations by using fib6_lookup() + RCU.     Florian W reports this gets us ~13% higher packet rate   - Convert IPVS&apos;s global __ip_vs_mutex to per-net service_mutex and     switch the service tables to be per-net. Convert some code that     walks the service lists to use RCU instead of the service_mutex   - Add more opinionated input validation to lower security exposure   - Make IPVS hash tables to be per-netns and resizable  Wireless:   - Finished assoc frame encryption/EPPKE/802.1X-over-auth   - Radar detection improvements   - Add 6 GHz incumbent signal detection APIs   - Multi-link support for FILS, probe response templates and client     probing   - New APIs and mac80211 support for NAN (Neighbor Aware Networking,     aka Wi-Fi Aware) so less work must be in firmware  Driver API:   - Add numerical ID for devlink instances (to avoid having to create     fake bus/device pairs just to have an ID). Support shared devlink     instances which span multiple PFs   - Add standard counters for reporting pause storm events (implement     in mlx5 and fbnic)   - Add configuration API for completion writeback buffering (implement     in mana)   - Support driver-initiated change of RSS context sizes   - Support DPLL monitoring input frequency (implement in zl3073x)   - Support per-port resources in devlink (implement in mlx5)  Misc:   - Expand the YAML spec for Netfilter  Drivers   - Software:      - macvlan: support multicast rx for bridge ports with shared        source MAC address      - team: decouple receive and transmit enablement for IEEE 802.3ad        LACP &quot;independent control&quot;   - Ethernet high-speed NICs:      - nVidia/Mellanox:         - support high order pages in zero-copy mode (for payload           coalescing)         - support multiple packets in a page (for systems with 64kB           pages)      - Broadcom 25-400GE (bnxt):         - implement XDP RSS hash metadata extraction         - add software fallback for UDP GSO, lowering the IOMMU cost      - Broadcom 800GE (bnge):         - add link status and configuration handling         - add various HW and SW statistics      - Marvell/Cavium:         - NPC HW block support for cn20k      - Huawei (hinic3):         - add mailbox / control queue         - add rx VLAN offload         - add driver info and link management   - Ethernet NICs:      - Marvell/Aquantia:         - support reading SFP module info on some AQC100 cards      - Realtek PCI (r8169):         - add support for RTL8125cp      - Realtek USB (r8152):         - support for the RTL8157 5Gbit chip         - add 2500baseT EEE status/configuration support   - Ethernet NICs embedded and off-the-shelf IP:      - Synopsys (stmmac):         - cleanup and reorganize SerDes handling and PCS support         - cleanup descriptor handling and per-platform data         - cleanup and consolidate MDIO defines and handling         - shrink driver memory use for internal structures         - improve Tx IRQ coalescing         - improve TCP segmentation handling         - add support for Spacemit K3      - Cadence (macb):         - support PHYs that have inband autoneg disabled with GEM         - support IEEE 802.3az EEE         - rework usrio capabilities and handling      - AMD (xgbe):         - improve power management for S0i3         - improve TX resilience for link-down handling   - Virtual:      - Google cloud vNIC:         - support larger ring sizes in DQO-QPL mode         - improve HW-GRO handling         - support UDP GSO for DQO format      - PCIe NTB:         - support queue count configuration   - Ethernet PHYs:      - automatically disable PHY autonomous EEE if MAC is in charge      - Broadcom:         - add BCM84891/BCM84892 support      - Micrel:         - support for LAN9645X internal PHY      - Realtek:         - add RTL8224 pair order support         - support PHY LEDs on RTL8211F-VD         - support spread spectrum clocking (SSC)      - Maxlinear:         - add PHY-level statistics via ethtool   - Ethernet switches:      - Maxlinear (mxl862xx):         - support for bridge offloading         - support for VLANs         - support driver statistics   - Bluetooth:      - large number of fixes and new device IDs      - Mediatek:         - support MT6639 (MT7927)         - support MT7902 SDIO   - WiFi:      - Intel (iwlwifi):         - UNII-9 and continuing UHR work      - MediaTek (mt76):         - mt7996/mt7925 MLO fixes/improvements         - mt7996 NPU support (HW eth/wifi traffic offload)      - Qualcomm (ath12k):         - monitor mode support on IPQ5332         - basic hwmon temperature reporting         - support IPQ5424      - Realtek:         - add USB RX aggregation to improve performance         - add USB TX flow control by tracking in-flight URBs   - Cellular:      - IPA v5.2 support&quot;* tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1561 commits)  net: pse-pd: fix kernel-doc function name for pse_control_find_by_id()  wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exit  wireguard: allowedips: remove redundant space  tools: ynl: add sample for wireguard  wireguard: allowedips: Use kfree_rcu() instead of call_rcu()  MAINTAINERS: Add netkit selftest files  selftests/net: Add additional test coverage in nk_qlease  selftests/net: Split netdevsim tests from HW tests in nk_qlease  tools/ynl: Make YnlFamily closeable as a context manager  net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()  net: airoha: Fix VIP configuration for AN7583 SoC  net: caif: clear client service pointer on teardown  net: strparser: fix skb_head leak in strp_abort_strp()  net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()  selftests/bpf: add test for xdp_master_redirect with bond not up  net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master  net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration  sctp: disable BH before calling udp_tunnel_xmit_skb()  sctp: fix missing encap_port propagation for GSO fragments  net: airoha: Rely on net_device pointer in ETS callbacks  ...

            List of files:
            /linux/CREDITS</description>
        <pubDate>Wed, 15 Apr 2026 03:36:10 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>35c2c39832e569449b9192fa1afbbc4c66227af7 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#35c2c39832e569449b9192fa1afbbc4c66227af7</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netMerge in late fixes in preparation for the net-next PR.Conflicts:include/net/sch_generic.h  a6bd339dbb351 (&quot;net_sched: fix skb memory leak in deferred qdisc drops&quot;)  ff2998f29f390 (&quot;net: sched: introduce qdisc-specific drop reason tracing&quot;)https://lore.kernel.org/adz0iX85FHMz0HdO@sirena.org.ukdrivers/net/ethernet/airoha/airoha_eth.c  1acdfbdb516b (&quot;net: airoha: Fix VIP configuration for AN7583 SoC&quot;)  bf3471e6e6c0 (&quot;net: airoha: Make flow control source port mapping dependent on nbq parameter&quot;)Adjacent changes:drivers/net/ethernet/airoha/airoha_ppe.c  f44218cd5e6a (&quot;net: airoha: Reset PPE cpu port configuration in airoha_ppe_hw_init()&quot;)  7da62262ec96 (&quot;inet: add ip_local_port_step_width sysctl to improve port usage distribution&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Tue, 14 Apr 2026 20:54:21 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>eb216e422044f5523da038136ce0f2abcc6a75bc - MAINTAINERS: Remove Salil Mehta as HiSilicon HNS3/HNS Ethernet maintainer</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#eb216e422044f5523da038136ce0f2abcc6a75bc</link>
        <description>MAINTAINERS: Remove Salil Mehta as HiSilicon HNS3/HNS Ethernet maintainerClosing this chapter and a long wonderful journey with my team, I sign off onelast time with my Huawei email address. Remove my maintainer entry for theHiSilicon HNS and HNS3 10G/100G Ethernet drivers, and add a CREDITS entry formy co-authorship and maintenance contributions to these drivers.Link: https://lore.kernel.org/netdev/259cd032-2ccb-452b-8524-75bc7162e138@huawei.com/Cc: Jian Shen &lt;shenjian15@huawei.com&gt;Signed-off-by: Salil Mehta &lt;salil.mehta@huawei.com&gt;Acked-by: Jijie Shao &lt;shaojijie@huawei.com&gt;Link: https://patch.msgid.link/20260409000430.7217-1-salil.mehta@huawei.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Thu, 09 Apr 2026 02:04:30 +0200</pubDate>
        <dc:creator>Salil Mehta &lt;salil.mehta@opnsrc.net&gt;</dc:creator>
    </item>
<item>
        <title>0542972950ef26670a5696e43c0ea2b7b6ac96d4 - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#0542972950ef26670a5696e43c0ea2b7b6ac96d4</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 7.0 devel branch for further cleanups of ctxfi driver &amp; co.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Wed, 01 Apr 2026 14:42:56 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e6fd2491789745ed8c3df86a660dfa7207129d22 - Merge branch &apos;master&apos; into rdma-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#e6fd2491789745ed8c3df86a660dfa7207129d22</link>
        <description>Merge branch &apos;master&apos; into rdma-nextLet&apos;s bring v7.0-rc6 to the -next branch, so we can merge the DMAattributes fix [1] without merge conflicts.[1] https://lore.kernel.org/all/20260323-umem-dma-attrs-v1-1-d6890f2e6a1e@nvidia.comSigned-off-by: Leon Romanovsky &lt;leon@kernel.org&gt;* master: (1688 commits)  Linux 7.0-rc6  ...

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 30 Mar 2026 11:02:58 +0200</pubDate>
        <dc:creator>Leon Romanovsky &lt;leon@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
