<?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>9f0346dcbea363787186c94ef94dd01aaa215afa - Merge tag &apos;driver-core-7.3-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#9f0346dcbea363787186c94ef94dd01aaa215afa</link>
        <description>Merge tag &apos;driver-core-7.3-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-corePull driver core fixes from Danilo Krummrich: - Fix kernfs listxattr() not returning security xattr names (e.g.   SELinux labels) when the kernfs node has no allocated kernfs_iattrs - Fix silent truncation of IRQ vector indices in the Rust PCI   abstractions - Don&apos;t select OF from DRIVER_PE_KUNIT_TEST; skip the test when OF is   disabled instead of silently enabling extra kernel functionality - Russ Weight is retiring from kernel development; update the Firmware   Loader sysfs contact to the driver-core mailing list, add a CREDITS   entry for Firmware Upload, and update MAINTAINERS accordingly* tag &apos;driver-core-7.3-rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core:  MAINTAINERS: Remove Russ Weight from Firmware Loader  CREDITS: Add CREDITS entry for Firmware Upload  firmware_loader: Change contact for sysfs nodes  rust: pci: reject IRQ vector indices that do not fit in u32  kernfs: preserve security xattrs without allocating iattrs  drivers: base: test: DRIVER_PE_KUNIT_TEST should not select OF

            List of files:
            /linux/CREDITS</description>
        <pubDate>Sat, 05 Sep 2026 20:59:05 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0d3e690c112939d869931a5c8c0bb23718d58370 - CREDITS: Add CREDITS entry for Firmware Upload</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#0d3e690c112939d869931a5c8c0bb23718d58370</link>
        <description>CREDITS: Add CREDITS entry for Firmware UploadAdd an entry to the CREDITS file for the Firmware Upload functionality ofthe Firmware Loader.Signed-off-by: Russ Weight &lt;russ.weight@linux.dev&gt;Link: https://patch.msgid.link/20260818194648.1014604-3-russ.weight@linux.devSigned-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Tue, 18 Aug 2026 21:46:47 +0200</pubDate>
        <dc:creator>Russ Weight &lt;russ.weight@linux.dev&gt;</dc:creator>
    </item>
<item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#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/CREDITS</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>786262be6048deab760f68c8acc2c85607165894 - Merge tag &apos;edac_updates_for_v7.3_rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#786262be6048deab760f68c8acc2c85607165894</link>
        <description>Merge tag &apos;edac_updates_for_v7.3_rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasPull forgotten EDAC updates from Borislav Petkov: &quot;Somewhat belated (and forgotten :-\) EDAC updates lineup for v7.3:   - Mark the mpc85xx and ThunderX EDAC drivers as orphaned due to lack     of access to hardware   - Remove the unused fake error injection interface from the EDAC     debugfs code due to potential races between logging a fake and a     real hw error   - edac_mc_sysfs: Use sysfs_emit_at() for proper bounds checking   - Remove Mark Gross from maintainer entries and move him to CREDITS   - Load the AMD address translation library only on systems which can     actually make use of it (have ECC memory) instead of on every AMD     Zen system out there   - In edac_altera, detect the SoC variant using the ECC manager&apos;s     compatible string instead of the build architecture to select the     correct interrupt layout, and remove leftover architecture-specific     ifdeffery from the double-bit error handling path   - Add a new reviewer for the Xilinx EDAC drivers   - Unify address translation logic in Intel client EDAC drivers igen6     and ie31200 along with detecting memory controller counts at boot     time instead of relying on hardcoded, platform specific numbers.     Also, fix a bunch of issues in them; work by Qiuxu Zhuo   - Add support for a new Intel processor platform Starfire which is a     derivative of Panther Lake SoCs   - The usual cleanups and fixlets all over&quot;* tag &apos;edac_updates_for_v7.3_rc2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras: (24 commits)  EDAC/thunderx: Orphan it  EDAC/device_sysfs: Cleanup around edac_device_ctl_poll_msec_store()  EDAC/device_sysfs: Use kstrtouint() for poll_msec to prevent truncation  EDAC/igen6: Add Intel Starfire SoCs support  EDAC/igen6: Refactor address translation logic  EDAC/igen6: Remove redundant resource configuration tables  EDAC/igen6: Detect present memory controllers at runtime  EDAC/igen6: Simplify compute die ID comments  EDAC/igen6: Remove unnecessary XOR on the zero-valued interleave bit  EDAC/igen6: Fix Raptor Lake-P logged error address  EDAC/igen6: Fix channel address decode for non-hash mode  EDAC/igen6: Fix channel selection hash  EDAC/igen6: Fix interleave boundary condition  EDAC/ie31200: Decouple DIMM width decoding from enum order  RAS/AMD/ATL: Remove conditional return with no effect  EDAC: Remove redundant dev_err()  MAINTAINERS: Add Radhey Shyam Pandey as Xilinx EDAC reviewer  EDAC/altera: Remove remaining CONFIG_64BIT ifdefs in the DB-error path  EDAC/altera: Use ECC manager compatible to select A10/S10 IRQ layout  RAS/AMD/ATL, EDAC/amd64: Only load ATL when needed  ...

            List of files:
            /linux/CREDITS</description>
        <pubDate>Tue, 01 Sep 2026 05:10:39 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>97dfcb871ba776ba0e1ded1cdcbe94a357c2817e - MAINTAINERS: Remove Mark Gross from relevant entries</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#97dfcb871ba776ba0e1ded1cdcbe94a357c2817e</link>
        <description>MAINTAINERS: Remove Mark Gross from relevant entriesSending mail to Mark&apos;s Intel address results in the Intel mail serverrejecting the mail. Dave Hansen confirmed he left Intel.  The kernel.orgaddress seems to work, but there was no reply from Mark on the discussionabout broken email settings and his maintainer entries.So drop him from all maintainer entries and move him to credits.Signed-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Acked-by: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Link: https://patch.msgid.link/20260703173803.3589003-2-ukleinek@kernel.org

            List of files:
            /linux/CREDITS</description>
        <pubDate>Fri, 03 Jul 2026 19:38:03 +0200</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cbb4c6d9af7dde462f8c9261bdcd35c47a0b4054 - CREDITS/mailmap: add some info about Darrick J. Wong</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#cbb4c6d9af7dde462f8c9261bdcd35c47a0b4054</link>
        <description>CREDITS/mailmap: add some info about Darrick J. WongAdd myself to CREDITS because apparently I&apos;ve never done that; andupdate mailmap so that all my old email addresses get remapped to thekernel.org redirector.Signed-off-by: &quot;Darrick J. Wong&quot; &lt;djwong@kernel.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Fri, 28 Aug 2026 18:15:01 +0200</pubDate>
        <dc:creator>Darrick J. Wong &lt;djwong@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>3382bfbca58c7d5ee3f31a7b37fbeb208e98e656 - Merge tag &apos;acpi-7.3-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#3382bfbca58c7d5ee3f31a7b37fbeb208e98e656</link>
        <description>Merge tag &apos;acpi-7.3-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull more ACPI support updates from Rafael Wysocki: &quot;These update documentation to reflect recent changes in the upstream  ACPICA project, fix issues in the core ACPI device enumeration code  (one of which has been introduced recently), improve the primary  &quot;physical&quot; device lookup for ACPI device objects in that code, and  update ACPI device drivers:   - Update MAINTAINERS, CREDITS and ACPI subsystem documentation to     reflect recent changes in the upstream ACPICA project (Rafael     Wysocki)   - Prevent the core ACPI enumeration code from combining device     resources that overlap completely in order to avoid resource     conflicts during platform device registration because there are     drivers that expect such resources to be present (Rafael Wysocki)   - Defer device power initialization during ACPI-based device     enumeration to the point when the given device is known to be     present and functional and all of its dependencies have been met     (Peixin Xie)   - Fix bus ID cleanup on device_add() failures during ACPI device     object registration (Hongyan Xu)   - Introduce a new helper function for looking up the primary     &quot;physical&quot; device for a given ACPI device object and update the     core ACPI device enumeration code to use that function (Rafael     Wysocki)   - Protect all battery properties with a separated mutex in the ACPI     battery driver to prevent race conditions from occurring and avoid     evaluating the _BST ACPI control method multiple times in parallel     for the same battery device (Rong Zhang)   - Add DMI quirk for the Razer Blade Pro 17 early 2020 lid switch to     the ACPI button driver (Robin Everaars)   - Convert fixed clock rates in the ACPI driver for AMD SoCs (APD) to     use HZ_PER_MHZ and add a clock frequency for the HJMC01 I2C     controller to it (Hongnan Li and Xiangyang Yu)   - Fix a stack buffer overflow in query_capability() in the ACPI     platform firmware runtime update driver (Anirudh Prasad)&quot;* tag &apos;acpi-7.3-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:  ACPI: button: Add DMI quirk for Razer Blade Pro 17 early 2020 lid switch  ACPI: scan: Do not combine resources that overlap completely  ACPI: Update upstream ACPICA repository URL in documentation  ACPI: Update MAINTAINERS entry for ACPICA  ACPI: Add Bob Moore to CREDITS  ACPI: pfr_update: fix stack buffer overflow in query_capability()  ACPI: scan: Defer device power initialization  ACPI: APD: Add clock frequency for HJMC01 I2C controller  ACPI: APD: Convert fixed clock rates to use HZ_PER_MHZ  ACPI: scan: Use acpi_bus_get_primary_device()  ACPI: platform: Use acpi_bus_get_primary_device()  ACPI: bus: Introduce acpi_bus_get_primary_device()  ACPI: scan: fix bus ID cleanup on device_add() failures  ACPI: battery: Protect all properties with a separated mutex

            List of files:
            /linux/CREDITS</description>
        <pubDate>Wed, 26 Aug 2026 23:06:08 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>502d45774af09f1c681c754c4b7cdfb5d7f72fd9 - Merge tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#502d45774af09f1c681c754c4b7cdfb5d7f72fd9</link>
        <description>Merge tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxPull clk updates from Stephen Boyd: &quot;Mostly the usual clk driver updates and new SoC additions plus  non-critical data fixes for things that weren&apos;t used yet.  One thing that&apos;s new here in the core is SSC spread spectrum support  (SSC) in the clk provider API. The idea is that DT authors will  configure SSC for certain clks and they&apos;ll be configured at clk  provider registration time or when a consumer device is probed,  similar to how we handle assigned clk rates or parents.  On the clk driver side we have Qualcomm adding almost half the diff  because they add support for 4 different SoCs and then a long tail of  other SoCs like Mediatek, Renesas, Rockchip, SpaceMiT, etc. add more  SoC support this time around. Luckily it&apos;s mostly clk data for these  new SoCs because the actual clk_ops are already there. Beyond the new  drivers we get all the little fixups for more compilation coverage or  usage of more modern APIs. That all looks normal.  Finally, I kinda buried the lede, I&apos;m bringing on Brian and Jerome to  help out with maintaining the clk subsystem. The current working model  is already semi-distributed in that silicon vendors typically take  care of their drivers and send me pull requests but I&apos;m becoming a  bottleneck for new drivers and core framework review because this has  become a 100% volunteer effort on my part.  Mike is stepping down after all these years (thanks Mike!) and that  jump started the conversation around finding co-maintainers. Brian and  Jerome have graciously offered to help me with the work load, meaning  in the future they&apos;ll be sending pull requests and committing directly  to the clk.git tree. They&apos;ve both been around on the list for a while,  I&apos;ve met them both in person, and they&apos;ve been making changes to the  core clk framework along with helping review patches so I&apos;m pretty  confident this will work well.  Core:   - devm_clk_bulk_get_enable() consumer API   - devm_clk_hw_register_composite_pdata() provider API   - Spread Spectrum Clock (SSC) support via DT bindings and provider APIs   - Divider clk rounding improved (and tested)  New Drivers:   - Cix Sky1 audio subsystem (AUDSS)   - UltraRISC DP1000   - MediaTek MT8173 MFG_TOP   - Si549   - Aspeed AST2700 PECI   - Airoha EN7523 PCIe   - Rockchip RV1106   - Mobileye EyeQ7H   - Qualcomm Maili GCC, TCSR, RPMh, and video clks   - Qualcomm Shikra GCC, RPM, GPU, display, and audio clks   - Qualcomm Nord display and graphics clks   - Qualcomm Glymur camera and EVA clks   - Qualcomm Hawi video clks   - Amlogic A9 AO and peripheral clks   - Renesas R-Car X5H (R8A78000) CPG&quot;* tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (269 commits)  clk: microchip: mpfs: fix regmap_update_bits() mask/val order  clk: visconti: Make sure clk_init_data is fully initialized  clk: ti: Make sure clk_init_data is fully initialized  MAINTAINERS: Add Brian Masney and Jerome Brunet as co-maintainers for clk subsystem  Drop Michael Turquette&apos;s clk maintainer entry  clk: ti: composite: resolve parent clocks by DT index, not by name  clk: ti: mux: resolve parent clocks by DT index, not by name  clk: devres: fix cleanup in devm_clk_get_optional_enabled_with_rate()  dt-bindings: clock: ti,keystone-gate: Convert to DT schema  dt-bindings: clock: ti: Convert APLL clock to DT schema  clk: zynq: pll: Fix kernel-doc after determine_rate() conversion  dt-bindings: clock: ti,clockdomain: Convert to DT schema  dt-bindings: clock: Correct white-space style  clk: samsung: Don&apos;t include &lt;linux/mod_devicetable.h&gt;  clk: at91: Read &quot;reg&quot; with helper  clk: renesas: Add R-Car X5H CPG driver  clk: rockchip: rk3576: fix source muxes for SPI0..SPI4  clk: rockchip: Add clock controller for the RV1106  dt-bindings: clock: rockchip: Add RV1106 CRU support  dt-bindings: clock: Document Renesas R-Car X5H Clock Pulse Generator  ...

            List of files:
            /linux/CREDITS</description>
        <pubDate>Wed, 26 Aug 2026 20:14:30 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dd8eb789f18c4c600f28e61176a02bcf3b790117 - Merge branches &apos;clk-pile&apos; and &apos;clk-microchip&apos; into clk-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#dd8eb789f18c4c600f28e61176a02bcf3b790117</link>
        <description>Merge branches &apos;clk-pile&apos; and &apos;clk-microchip&apos; into clk-next* clk-pile: (111 commits)  clk: microchip: mpfs: fix regmap_update_bits() mask/val order  clk: visconti: Make sure clk_init_data is fully initialized  clk: ti: Make sure clk_init_data is fully initialized  MAINTAINERS: Add Brian Masney and Jerome Brunet as co-maintainers for clk subsystem  Drop Michael Turquette&apos;s clk maintainer entry  clk: ti: composite: resolve parent clocks by DT index, not by name  clk: ti: mux: resolve parent clocks by DT index, not by name  clk: devres: fix cleanup in devm_clk_get_optional_enabled_with_rate()  dt-bindings: clock: ti,keystone-gate: Convert to DT schema  dt-bindings: clock: ti: Convert APLL clock to DT schema  clk: zynq: pll: Fix kernel-doc after determine_rate() conversion  dt-bindings: clock: ti,clockdomain: Convert to DT schema  dt-bindings: clock: Correct white-space style  clk: tegra: set up proper EMC clock implementation for Tegra114  clk: clocking-wizard: remove 20kHz restriction  clk: clocking-wizard: optimize clock search  clk: clocking-wizard: fix clock difference detection  clk: mediatek: mt8135: Fix inverted gate control for devapc_ck  clk: clocking-wizard: Program PLL CP/RES and lock parameters on reconfig  clk: tegra: support 48MHz clock for pll_p_out1  ...* clk-microchip:  clk: at91: Read &quot;reg&quot; with helper

            List of files:
            /linux/CREDITS</description>
        <pubDate>Fri, 21 Aug 2026 01:51:47 +0200</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>45ccfec7caab044e0954fae6a296710d21aa466f - ACPI: Add Bob Moore to CREDITS</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#45ccfec7caab044e0954fae6a296710d21aa466f</link>
        <description>ACPI: Add Bob Moore to CREDITSTo me, Bob is a silent hero.He had been driving the development and maintenance of the ACPIComponent Architecture (ACPICA) project for over 2 decades and whilehe was not vocal or otherwise visible too much, he was focused onimproving the code delivered by him to a community reaching farbeyond the Linux kernel.Bob retired from Intel earlier this year after over 40 years ofcontinuous service and departed from software development as faras I know, and he is missed already.The kernel depends on Bob&apos;s contributions quite a bit, so hedeserves a CREDITS entry.Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Reviewed-by: Armin Wolf &lt;W_Armin@gmx.de&gt;Link: https://patch.msgid.link/3711645.iIbC2pHGDl@rafael.j.wysocki

            List of files:
            /linux/CREDITS</description>
        <pubDate>Wed, 19 Aug 2026 22:12:34 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>be8e785db92c1cb448943b908900b324c93b5b08 - Drop Michael Turquette&apos;s clk maintainer entry</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#be8e785db92c1cb448943b908900b324c93b5b08</link>
        <description>Drop Michael Turquette&apos;s clk maintainer entryMike wasn&apos;t publically active for the clk subsystem since years. Stoppretending that there is a maintainer team caring for clk.Signed-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;Acked-by: Michael Turquette &lt;mturquette@baylibre.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Wed, 29 Jul 2026 14:16:40 +0200</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/CREDITS</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0957fbab972a9499626ac457fd924b24491c6315 - Merge 7.2-rc5 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#0957fbab972a9499626ac457fd924b24491c6315</link>
        <description>Merge 7.2-rc5 into char-misc-nextWe need the char/misc fixes AND this resolves two merge conflicts in:	drivers/android/binder/thread.rs	drivers/misc/nsm.cReported-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 27 Jul 2026 14:17:19 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>64c9e49eb15c33ba676491b5add8b748ec2b6d06 - Merge 7.2-rc5 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#64c9e49eb15c33ba676491b5add8b748ec2b6d06</link>
        <description>Merge 7.2-rc5 into staging-nextWe need the staging driver fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 27 Jul 2026 09:01:45 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a5339effdd523b4b3502fba5358d44e83c76a565 - Merge 7.2-rc5 into tty-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#a5339effdd523b4b3502fba5358d44e83c76a565</link>
        <description>Merge 7.2-rc5 into tty-nextWe need the serial driver fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 27 Jul 2026 08:58:54 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5d5fd841c34649f1b09220fe58e59dffd61c447d - Merge 7.2-rc5 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#5d5fd841c34649f1b09220fe58e59dffd61c447d</link>
        <description>Merge 7.2-rc5 into usb-nextWe need the USB fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Mon, 27 Jul 2026 08:40:53 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4b9c548d9bf16f46d75db79f192506e9929eb3ec - Merge branch &apos;mm-stable-6d098029de09&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm into kho-scratch</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#4b9c548d9bf16f46d75db79f192506e9929eb3ec</link>
        <description>Merge branch &apos;mm-stable-6d098029de09&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm into kho-scratch

            List of files:
            /linux/CREDITS</description>
        <pubDate>Thu, 30 Jul 2026 09:53:28 +0200</pubDate>
        <dc:creator>Mike Rapoport (Microsoft) &lt;rppt@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b56de9f26245c45bb5cb140fefd287b371b7e28d - Merge tag &apos;perf-tools-fixes-for-v7.2-1-2026-07-25&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#b56de9f26245c45bb5cb140fefd287b371b7e28d</link>
        <description>Merge tag &apos;perf-tools-fixes-for-v7.2-1-2026-07-25&apos; into perf-tools-nextperf tools fixes for v7.2.- Update header copies of kernel headers, including const.h, fs.h,  perf_event.h, gfp_types.h, kvm.h, cpufeatures.h, rtnetlink.hp,  msr-index.h, drm.h and socket.h.- Add some build files related to BPF skels to .gitignore.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/CREDITS</description>
        <pubDate>Wed, 29 Jul 2026 07:11:23 +0200</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>614b9fb585f143d65162f17f1a4b4ec4cbdf5794 - Merge tag &apos;cifs-maintainer-switch-7.3-rc1&apos; of https://git.manguebit.org/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/CREDITS#614b9fb585f143d65162f17f1a4b4ec4cbdf5794</link>
        <description>Merge tag &apos;cifs-maintainer-switch-7.3-rc1&apos; of https://git.manguebit.org/linuxPull cifs maintainer update from Paulo Alcantara.* tag &apos;cifs-maintainer-switch-7.3-rc1&apos; of https://git.manguebit.org/linux:  MAINTAINERS: Replace Steve French as CIFS maintainer

            List of files:
            /linux/CREDITS</description>
        <pubDate>Fri, 21 Aug 2026 21:16:31 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
