[ Sasha's backport helper bot ] Hi, Found matching upstream commit: bf8ca67e21671e7a56e31da45360480b28f185f1 WARNING: Author mismatch between patch and found commit: Backport author: =?UTF-8?q?Cs=C3=B3k=C3=A1s=2C=20Bence?= <csokas.bence@xxxxxxxxx> Commit author: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> Status in newer kernel trees: 6.12.y | Not found 6.11.y | Not found 6.6.y | Not found Note: The patch differs from the upstream commit: --- --- - 2024-11-25 09:20:12.188256676 -0500 +++ /tmp/tmp.UYjfIU1OfM 2024-11-25 09:20:12.180896704 -0500 @@ -5,12 +5,15 @@ Reviewed-by: Frank Li <Frank.Li@xxxxxxx> Reviewed-by: Csókás, Bence <csokas.bence@xxxxxxxxx> Signed-off-by: Paolo Abeni <pabeni@xxxxxxxxxx> + +(cherry picked from commit bf8ca67e21671e7a56e31da45360480b28f185f1) +Signed-off-by: Csókás, Bence <csokas.bence@xxxxxxxxx> --- drivers/net/ethernet/freescale/fec_ptp.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/freescale/fec_ptp.c b/drivers/net/ethernet/freescale/fec_ptp.c -index a4eb6edb850ad..37e1c895f1b86 100644 +index a4eb6edb850a..37e1c895f1b8 100644 --- a/drivers/net/ethernet/freescale/fec_ptp.c +++ b/drivers/net/ethernet/freescale/fec_ptp.c @@ -84,8 +84,7 @@ @@ -46,3 +49,7 @@ period.tv_sec = rq->perout.period.sec; period.tv_nsec = rq->perout.period.nsec; period_ns = timespec64_to_ns(&period); +-- +2.34.1 + + --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |