On Mon, 2024-11-04 at 21:31 -0500, Martin K. Petersen wrote:
Bart,
The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management in the UFS driver has been fully initialized. This patch fixes the following kernel crash:
Applied to 6.12/scsi-fixes, thanks!
Hey, this one causes a nasty merge conflict due to 3192d28ec660 scsi: ufs: core: Introduce ufshcd_post_device_init() ... I fixed it up in my for-next branch but conflicting with someone else's patches can be considered unfortunate; conflicting with your own looks like carelessness ...
Since ufshcd_post_device_init is now called twice can you just check that the simple fixup of removing the schedule_delayed_work() from it is actually correct.
Thanks,
James