Re: [PATCH v4 1/2] tty: n_gsm: replace kicktimer with delayed_work

From: Greg Kroah-Hartman
Date: Tue Aug 30 2022 - 08:38:30 EST


On Tue, Aug 30, 2022 at 09:30:27AM +0200, Jiri Slaby wrote:
> On 29. 08. 22, 15:16, Fedor Pchelkin wrote:
> > A kick_timer timer_list is replaced with kick_timeout delayed_work to be
> > able to synchronize with mutexes as a prerequisite for the introduction
> > of tx_mutex.
> >
> > Found by Linux Verification Center (linuxtesting.org) with Syzkaller.
>
> Reviewed-by: Jiri Slaby <jirislaby@xxxxxxxxxx>
>
> But I think this conflicts with Tetsuo's cleanup [1]. So one of you will
> likely have to rebase and resubmit.
>
> [1] https://lore.kernel.org/all/2110618e-57f0-c1ce-b2ad-b6cacef3f60e@xxxxxxxxxxxxxxxxxxx/

I've fixed it up by hand now, no worries.

greg k-h