[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <829d7a70-8e73-43fd-e819-6ced8c83c12e@linuxfoundation.org>
Date: Thu, 16 Mar 2023 11:57:44 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Zheng Wang <zyytlz.wz@....com>, valentina.manea.m@...il.com
Cc: shuah@...nel.org, gregkh@...uxfoundation.org,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
hackerzheng666@...il.com, 1395428693sheep@...il.com,
alex000young@...il.com, Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH v3] usbip: vudc: Fix use after free bug in vudc_remove due
to race condition
On 3/16/23 11:44, Zheng Wang wrote:
> In vudc_probe, it calls init_vudc_hw, which bound &udc->timer with v_timer.
>
> When it calls usbip_sockfd_store, it will call v_start_timer to start the
> timer work.
>
> When we call vudc_remove to remove the driver, theremay be a sequence as
> follows:
>
When you resend the patch as you indicated would, please add details
on how you found this proble,m.
> Fix it by shutdown the timer work before cleanup in vudc_remove.
>
thanks,
-- Shuah
Powered by blists - more mailing lists