From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933580AbcK3KJ7 (ORCPT ); Wed, 30 Nov 2016 05:09:59 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:34507 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752376AbcK3KJk (ORCPT ); Wed, 30 Nov 2016 05:09:40 -0500 Date: Wed, 30 Nov 2016 11:09:34 +0100 From: Johan Hovold To: linux-usb@vger.kernel.org Cc: Pan Bian , linux-kernel@vger.kernel.org, Johan Hovold Subject: Re: [PATCH 0/2] USB: serial: kl5kusb105: fix open error paths Message-ID: <20161130100934.GI29872@localhost> References: <1480434902-12357-1-git-send-email-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480434902-12357-1-git-send-email-johan@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 29, 2016 at 04:55:00PM +0100, Johan Hovold wrote: > Pan Bian found an issue with the kl5kusb105 open error handling, which > would not abort an open attempt when a vendor command to "enable read" > failed. > > Turns out there were more issues with this function, specifically any > urbs submitted would not be killed before returning on failures to > retrieve the line status. > > I fixed up the latter and rebased the Pan Bian's patch on top. > Johan Hovold (1): > USB: serial: kl5kusb105: fix open error path > > Pan Bian (1): > USB: serial: kl5kusb105: abort on open exception path Now applied for -next. Johan