From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 819B5C00140 for ; Mon, 15 Aug 2022 15:26:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231146AbiHOP0F (ORCPT ); Mon, 15 Aug 2022 11:26:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230375AbiHOPZl (ORCPT ); Mon, 15 Aug 2022 11:25:41 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E8411261F for ; Mon, 15 Aug 2022 08:25:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 14CB4B80EC2 for ; Mon, 15 Aug 2022 15:25:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DE7CC433C1; Mon, 15 Aug 2022 15:25:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660577137; bh=weWprjDfR/99CZVKnb9W4fEp74AvnF9hKLKig//Dw2w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FzJewXlKPM1z6bcp2bFmYsjG4faGygZKhw2znQMMzR9SodrzF+UVVfU6uTneB98yP EEhphuvttJ1fDnUuiZg17+qyiyX4GuwC5YqkUPhn+d8a7ZDN29uUE7ZSjBfnEc/P2M JTIEvTQIe7c4SSymdCTP826l/RXKJ4qEkRJu10PY= Date: Mon, 15 Aug 2022 17:25:34 +0200 From: Greg KH To: Tony Battersby Cc: dgilbert@interlog.com, martin.petersen@oracle.com, stable@vger.kernel.org Subject: Re: [PATCH] scsi: sg: Allow waiting for commands to complete on removed device Message-ID: References: <166039721378118@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 15, 2022 at 11:03:34AM -0400, Tony Battersby wrote: > This backport applies to 4.19, 4.14, and 4.9. The only difference from the > upstream commit is "goto free_old_hdr" instead of just return retval in > sg_read(). Thanks, now queued up. greg k-h