[ 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: 7df4cfef8b351fec3156160bedfc7d6d29de4cce
WARNING: Author mismatch between patch and upstream commit: Backport author: u.kleine-koenig@baylibre.com Commit author: Alexandre Mergnatamergnat@baylibre.com
Status in newer kernel trees: 6.15.y | Present (different SHA1: aa9745977724) 6.14.y | Present (different SHA1: 1fd85fd8b7ba) 6.12.y | Present (different SHA1: a6a55fe660f8) 6.6.y | Present (different SHA1: 9af5a32330f8) 6.1.y | Present (different SHA1: 75cd3ea1caef) 5.15.y | Present (different SHA1: fc02a9de9a12)
Note: The patch differs from the upstream commit: --- 1: 7df4cfef8b351 ! 1: c046d6497bd0a rtc: Make rtc_time64_to_tm() support dates before 1970 @@ Metadata ## Commit message ## rtc: Make rtc_time64_to_tm() support dates before 1970
+ commit 7df4cfef8b351fec3156160bedfc7d6d29de4cce upstream. + Conversion of dates before 1970 is still relevant today because these dates are reused on some hardwares to store dates bigger than the maximal date that is representable in the device's native format. @@ Commit message Reviewed-by: Uwe Kleine-König u.kleine-koenig@baylibre.com Link: https://lore.kernel.org/r/20250428-enable-rtc-v4-1-2b2f7e3f9349@baylibre.com Signed-off-by: Alexandre Belloni alexandre.belloni@bootlin.com + Signed-off-by: Uwe Kleine-König u.kleine-koenig@baylibre.com
## drivers/rtc/lib.c ## @@ drivers/rtc/lib.c: EXPORT_SYMBOL(rtc_year_days); ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-5.15.y | Success | Success |