From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:35784 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726549AbeJZTbD (ORCPT ); Fri, 26 Oct 2018 15:31:03 -0400 Date: Fri, 26 Oct 2018 06:54:23 -0400 From: Sasha Levin To: Johan Hovold Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, Jeremiah Mahler Subject: Re: [PATCH AUTOSEL 3.18 36/98] usb: serial: handle -ENODEV quietly in generic_submit_read_urb Message-ID: <20181026105423.GB2015@sasha-vm> References: <20181025141853.214051-1-sashal@kernel.org> <20181025141853.214051-36-sashal@kernel.org> <20181026083929.GA27852@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20181026083929.GA27852@localhost> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Oct 26, 2018 at 10:39:29AM +0200, Johan Hovold wrote: >Hi Sasha, > >On Thu, Oct 25, 2018 at 10:17:51AM -0400, Sasha Levin wrote: >> From: Jeremiah Mahler >> >> [ Upstream commit 04f9c6e6d17584340fb6c8a9469a0e6df28876d2 ] >> >> If a USB serial device (e.g. /dev/ttyUSB0) with an active program is >> unplugged, an -ENODEV (19) error will be produced after it gives up >> trying to resubmit a read. >> >> usb_serial_generic_submit_read_urb - usb_submit_urb failed: -19 >> >> Add -ENODEV as one of the permanent errors along with -EPERM that >> usb_serial_generic_submit_read_urb() handles quietly without an error. >> >> Signed-off-by: Jeremiah Mahler >> Signed-off-by: Johan Hovold >> Signed-off-by: Sasha Levin > >This isn't a bug fix, but more of a clean up patch and hence does not >qualify for stable. So specifically the stable tag was left out on >purpose. > >I never got a chance to talk to you in Edinburgh, but Greg mentioned you >had an opt-out list for your autosel work which I'd like to be added to. > >I always mark bug fixes that qualify for stable as such so anything else >that your process picks up would already have been considered and >rejected by me. I'll drop it, thanks Johan! -- Thanks, Sasha