[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a5bfab84-16cc-52ad-5cdb-038765bf0b36@gmail.com>
Date: Tue, 24 Aug 2021 18:43:26 +0300
From: Pavel Skripkin <paskripkin@...il.com>
To: "Fabio M. De Francesco" <fmdefrancesco@...il.com>,
Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>
Subject: Re: [PATCH 2/2] staging: r8188eu: Make some clean-ups in
usbctrl_vendorreq()
On 8/24/21 6:39 PM, Fabio M. De Francesco wrote:
> On Tuesday, August 24, 2021 5:26:23 PM CEST Pavel Skripkin wrote:
>> I found the problem:
>>
>> > mutex_lock(&dvobjpriv->usb_vendor_req_mutex);
>> >
>> > /* Acquire IO memory for vendorreq */
>> > - pIo_buf = dvobjpriv->usb_vendor_req_buf;
>> > + io_buf = dvobjpriv->usb_vendor_req_buf;
>>
>>
>> I don't know from where mutex_lock() comes from. In staging-next I have
>>
>> _enter_critical_mutex(&dvobjpriv->usb_vendor_req_mutex, NULL);
>>
>> instead of
>>
>> mutex_lock(&dvobjpriv->usb_vendor_req_mutex);
>>
> Oh, I know where it comes from... :)
>
> It's a patch of mine that is in the queue, waiting to be reviewed and applied.
> Please see: https://lore.kernel.org/lkml/20210819221241.31987-1-fmdefrancesco@gmail.com/
>
oh.... there are _a lot_ of pending changes :)
I guess, we need smth like public-mirror with already reviewed and
working changes
With regards,
Pavel Skripkin
Powered by blists - more mailing lists