[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: f75d1fbe7809bc5ed134204b920fd9e2fc5db1df
WARNING: Author mismatch between patch and upstream commit: Backport author: mathieu.tortuyaux@gmail.com Commit author: Heiner Kallweithkallweit1@gmail.com
Status in newer kernel trees: 6.15.y | Present (exact SHA1)
Note: The patch differs from the upstream commit: --- 1: f75d1fbe7809b ! 1: 2e19ef032703b r8169: add support for RTL8125D @@ Metadata ## Commit message ## r8169: add support for RTL8125D
+ commit f75d1fbe7809bc5ed134204b920fd9e2fc5db1df upstream. + This adds support for new chip version RTL8125D, which can be found on boards like Gigabyte X870E AORUS ELITE WIFI7. Firmware rtl8125d-1.fw for this chip version is available in linux-firmware already. @@ drivers/net/ethernet/realtek/r8169_main.c: static void rtl_hw_start_8125b(struct + static void rtl_hw_start_8126a(struct rtl8169_private *tp) { - rtl_set_def_aspm_entry_latency(tp); + rtl_disable_zrxdc_timeout(tp); @@ drivers/net/ethernet/realtek/r8169_main.c: static void rtl_hw_config(struct rtl8169_private *tp) [RTL_GIGA_MAC_VER_53] = rtl_hw_start_8117, [RTL_GIGA_MAC_VER_61] = rtl_hw_start_8125a_2, ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success |