[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110309233946.GA31857@kroah.com>
Date: Wed, 9 Mar 2011 15:39:46 -0800
From: Greg KH <greg@...ah.com>
To: Alexey Khoroshilov <khoroshilov@...ras.ru>
Cc: dbrownell@...rs.sourceforge.net, gregkh@...e.de,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb-gadget: unlock data->lock mutex on error path in
ep_read()
On Wed, Mar 09, 2011 at 10:41:31AM +0300, Alexey Khoroshilov wrote:
> ep_read() acquires data->lock mutex in get_ready_ep() and releases it on
> all paths except for one: when usb_endpoint_xfer_isoc() failed. The
> patch adds mutex_unlock(&data->lock) at that path.
>
> Found by Linux Driver Verification project (linuxtesting.org).
>
> Signed-off-by: Alexey Khoroshilov<khoroshilov@...ras.ru>
Need a space after your name and before the email address.
Anyway, your patch is still line-wrapped and the leading spaces stripped
off, making it impossible to apply. After hand-editing it, it still
fails, are you sure you made this against the linux-next tree?
Care to try again?
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists