On Fri, Oct 11, 2024 at 01:50:58AM +0000, Wei Fang wrote: > > -----Original Message----- > > From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > Sent: 2024年10月10日 17:58 > > To: Csókás Bence <csokas.bence@xxxxxxxxx> > > Cc: stable@xxxxxxxxxxxxxxx; patches@xxxxxxxxxxxxxxx; Paolo Abeni > > <pabeni@xxxxxxxxxx>; Sasha Levin <sashal@xxxxxxxxxx>; Wei Fang > > <wei.fang@xxxxxxx> > > Subject: Re: [PATCH 6.6 028/386] net: fec: Restart PPS after link state change > > > > On Tue, Oct 08, 2024 at 03:30:51PM +0200, Csókás Bence wrote: > > > Hi! > > > > > > On 2024. 10. 08. 14:04, Greg Kroah-Hartman wrote: > > > > 6.6-stable review patch. If anyone has any objections, please let me know. > > > > > > > > ------------------ > > > > > > > > From: Csókás, Bence <csokas.bence@xxxxxxxxx> > > > > > > > > [ Upstream commit a1477dc87dc4996dcf65a4893d4e2c3a6b593002 ] > > > > > > > > On link state change, the controller gets reset, causing PPS to drop > > > > out. Re-enable PPS if it was enabled before the controller reset. > > > > > > > > Fixes: 6605b730c061 ("FEC: Add time stamping code and a PTP hardware > > > > clock") > > > > Signed-off-by: Csókás, Bence <csokas.bence@xxxxxxxxx> > > > > Link: > > > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpa > > > > > > tch.msgid.link%2F20240924093705.2897329-1-csokas.bence%40prolan.hu&d > > > > > > ata=05%7C02%7Cwei.fang%40nxp.com%7C80acbc9bb01544f3e84808dce912 > > 01e0% > > > > > > 7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6386415107715770 > > 46%7CUn > > > > > > known%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik > > 1h > > > > > > aWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=sQygTTDEvCmMBFcgolXp13 > > 8w4XkG3J > > > > e0d5rPLnDrhwM%3D&reserved=0 > > > > Signed-off-by: Paolo Abeni <pabeni@xxxxxxxxxx> > > > > Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> > > > > > > There is a patch waiting to be merged that Fixes: this commit. > > > > > > Link: > > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore > > > .kernel.org%2Fnetdev%2F20241008061153.1977930-1-wei.fang%40nxp.co > > m%2F& > > > > > data=05%7C02%7Cwei.fang%40nxp.com%7C80acbc9bb01544f3e84808dce91 > > 201e0%7 > > > > > C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C63864151077160040 > > 3%7CUnkno > > > > > wn%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1ha > > WwiL > > > > > CJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=7IXriaU8I%2BO%2F2rxZueqJtf%2B > > VyF4ZQIR > > > PNZvnKMpuctk%3D&reserved=0 > > > > Great, we can pick it up once it hits Linus's tree, please let us know when that > > happens. > > > > Hi Greg, > > The patch has been applied to Linus's tree, thanks. What is the git id of the commit?