Received: by 10.213.65.68 with SMTP id h4csp3790933imn; Tue, 3 Apr 2018 10:40:31 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/4DdBNMtby6ymukVldubiK2tORBcRWWGlSQ/hCCuafrInGsMDeh76V+aTlXqxIw0kUkboD X-Received: by 10.101.69.4 with SMTP id n4mr9928789pgq.101.1522777231579; Tue, 03 Apr 2018 10:40:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522777231; cv=none; d=google.com; s=arc-20160816; b=Vc9CCtU3P/+NwHkWhF7gNkN3+TiRFN6LnyYWiGIxIBiGdBSHO9mF+kFdn0IHIcLiy4 bEl2wGGt84b6RcXRKjxseaEEAGejOaQVnVgkWE5KRZMefzfbMSkPdCYjF02eu/iZYicM U8yxRftGLI5L4S+JJpbXGYM2KFXLrG9CwZrQemADYNACaoUAwVpnTd4QtflJ2NvlZOiF Z7y3HFBhAxStq/VdnwTfW0Xa1+YA4yczy+hqTQl4kpCzsNJYtLX2ssPeTJ6Spt/hiIdN nECkKezKXJhWTF/BzkMhyCBV2XU5qtUWUWuIE+JXX67RBhl1lRCUu0nDbZFdOTo1p80S ctZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=CiiFNccGpKJ7bEze0oOgtwG9v7f2vIthNHtJIaVNxuE=; b=ZMZk3AzR8K4QXbeyiinAS0YPI2Ol80Vr7DkMAQByPu7xQriYW00X/XdEBMmEuPJPOD SpWCqDrR8gfpvJz1nxdHi7WXKF7XpSWEYWatnmTyFALWm0WFYQGuAYiliDhZ2ztDk+fp IiSNajA/ceqXItQ4GCaC5xjFvSXP0MvfHuSm/B5j99bHmGncSg+aUtkoQhe6ruNyDg9j pBo4LVL2/DSa6sR2tm9gVrbtGo98tx3xxm9A3nYurBSF9iNDDz8IpyFwhpZAWwvLSnJu 65o9Pzd+7HAW72aHVk6lSmypDgjYecnRgvfqoIrpw8fi0C2dDYTWLfUHYZ2SwkvKN8mw bGIQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n186si2278245pga.801.2018.04.03.10.40.16; Tue, 03 Apr 2018 10:40:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752397AbeDCRi6 (ORCPT + 99 others); Tue, 3 Apr 2018 13:38:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56350 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751649AbeDCRi5 (ORCPT ); Tue, 3 Apr 2018 13:38:57 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 78231E83; Tue, 3 Apr 2018 17:38:56 +0000 (UTC) Date: Tue, 3 Apr 2018 19:38:55 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, David Gibson , Paolo Bonzini , "Martin K. Petersen" , Sasha Levin Subject: Re: [PATCH 4.4 22/97] scsi: virtio_scsi: Always try to read VPD pages Message-ID: <20180403173855.GA32709@kroah.com> References: <20180323094157.535925724@linuxfoundation.org> <20180323094158.812011199@linuxfoundation.org> <1522767248.2654.105.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1522767248.2654.105.camel@codethink.co.uk> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 03, 2018 at 03:54:08PM +0100, Ben Hutchings wrote: > On Fri, 2018-03-23 at 10:54 +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.??If anyone has any objections, please let me know. > > > > ------------------ > > > > From: David Gibson > > > > > > [ Upstream commit 25d1d50e23275e141e3a3fe06c25a99f4c4bf4e0 ] > [...] > > This is an incomplete fix as it only touches the single-queue host > template. The other part is: > > commit a680f1d463aeaeb00d22af257a56e111967c2f18 > Author: Paolo Bonzini > Date:???Wed Jul 5 10:30:56 2017 +0200 > > ????scsi: virtio_scsi: always read VPD pages for multiqueue too Thanks, now queued up. greg k-h