[v2,0/3] fw_devlink overlapping cycles fix

Message ID 20240202095636.868578-1-saravanak@google.com
Headers
Series fw_devlink overlapping cycles fix |

Message

Saravana Kannan Feb. 2, 2024, 9:56 a.m. UTC
  This is mainly a bug fix with a additional logging improvement. Lots of
details in Patch 2/3.

Greg,

Can you please pull these into 6.8-rcX after Xu gives the Tested-by?

Xu,

Can you please test this whole series and give your Tested-by if it
fixes your issue? Also, from now on, to debug cycles you just need to
search for debug level logs with "cycle:" in the message and convert
them all to info level logs.

v1 -> v2:
Patch 3: Tweaked the log messages and the commit text.

Saravana Kannan (3):
  driver core: Fix device_link_flag_is_sync_state_only()
  driver core: fw_devlink: Improve detection of overlapping cycles
  driver core: fw_devlink: Improve logs for cycle detection

 drivers/base/core.c | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)
  

Comments

Xu Yang Feb. 2, 2024, 10:56 a.m. UTC | #1
Hi Saravana,

> Subject: [EXT] [PATCH v2 0/3] fw_devlink overlapping cycles fix
>
> This is mainly a bug fix with a additional logging improvement. Lots of
> details in Patch 2/3.
> 
> Greg,
> 
> Can you please pull these into 6.8-rcX after Xu gives the Tested-by?
> 
> Xu,
> 
> Can you please test this whole series and give your Tested-by if it
> fixes your issue? Also, from now on, to debug cycles you just need to
> search for debug level logs with "cycle:" in the message and convert
> them all to info level logs.

Okay. I see.

> 
> v1 -> v2:
> Patch 3: Tweaked the log messages and the commit text.
> 
> Saravana Kannan (3):
>   driver core: Fix device_link_flag_is_sync_state_only()
>   driver core: fw_devlink: Improve detection of overlapping cycles
>   driver core: fw_devlink: Improve logs for cycle detection

For this series:

Tested-by: Xu Yang <xu.yang_2@nxp.com>

Thanks,
Xu Yang