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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F858C63798 for ; Wed, 25 Nov 2020 18:01:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B3E4C2075A for ; Wed, 25 Nov 2020 18:01:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="TyNnZNxW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732716AbgKYSBF (ORCPT ); Wed, 25 Nov 2020 13:01:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:46892 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731310AbgKYSBE (ORCPT ); Wed, 25 Nov 2020 13:01:04 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CAAA6206F9; Wed, 25 Nov 2020 18:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606327264; bh=VO6ybE3NuVe6PVRuDIjXJ0fne429g7bckEdtC+7dzRM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TyNnZNxWTrn8zjMyDucfA3WTp3zS1SWpriZSQ4kRhoMFHzamSoGd8WgPO2BHuQebR L8mp1SH0XOWwYVir5qnTdNDG8M10leWN1cdz+hwJxaGmJEydPnzLSvd0HQa3U7JTmC iDvZjXPGRpcVcfe8KIuGzeUuXn+otPZVWrGcAn4w= Date: Wed, 25 Nov 2020 13:01:02 -0500 From: Sasha Levin To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Mike Christie , Jason Wang , "Michael S . Tsirkin" , Stefan Hajnoczi , virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH AUTOSEL 5.9 22/33] vhost scsi: add lun parser helper Message-ID: <20201125180102.GL643756@sasha-vm> References: <20201125153550.810101-1-sashal@kernel.org> <20201125153550.810101-22-sashal@kernel.org> <25cd0d64-bffc-9506-c148-11583fed897c@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <25cd0d64-bffc-9506-c148-11583fed897c@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 25, 2020 at 06:48:21PM +0100, Paolo Bonzini wrote: >On 25/11/20 16:35, Sasha Levin wrote: >>From: Mike Christie >> >>[ Upstream commit 18f1becb6948cd411fd01968a0a54af63732e73c ] >> >>Move code to parse lun from req's lun_buf to helper, so tmf code >>can use it in the next patch. >> >>Signed-off-by: Mike Christie >>Reviewed-by: Paolo Bonzini >>Acked-by: Jason Wang >>Link: https://lore.kernel.org/r/1604986403-4931-5-git-send-email-michael.christie@oracle.com >>Signed-off-by: Michael S. Tsirkin >>Acked-by: Stefan Hajnoczi >>Signed-off-by: Sasha Levin > >This doesn't seem like stable material, does it? It went in as a dependency for efd838fec17b ("vhost scsi: Add support for LUN resets."), which is the next patch. -- Thanks, Sasha 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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06032C56202 for ; Wed, 25 Nov 2020 18:01:10 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 659A8206F9 for ; Wed, 25 Nov 2020 18:01:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="TyNnZNxW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 659A8206F9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=virtualization-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2DB0185005; Wed, 25 Nov 2020 18:01:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZuUByqcpQhzF; Wed, 25 Nov 2020 18:01:07 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 677BF81A6C; Wed, 25 Nov 2020 18:01:07 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5722EC163C; Wed, 25 Nov 2020 18:01:07 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id D7214C0052 for ; Wed, 25 Nov 2020 18:01:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C451D876A4 for ; Wed, 25 Nov 2020 18:01:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4i7OaJ9bQnPg for ; Wed, 25 Nov 2020 18:01:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id B8E18876AB for ; Wed, 25 Nov 2020 18:01:04 +0000 (UTC) Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CAAA6206F9; Wed, 25 Nov 2020 18:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606327264; bh=VO6ybE3NuVe6PVRuDIjXJ0fne429g7bckEdtC+7dzRM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TyNnZNxWTrn8zjMyDucfA3WTp3zS1SWpriZSQ4kRhoMFHzamSoGd8WgPO2BHuQebR L8mp1SH0XOWwYVir5qnTdNDG8M10leWN1cdz+hwJxaGmJEydPnzLSvd0HQa3U7JTmC iDvZjXPGRpcVcfe8KIuGzeUuXn+otPZVWrGcAn4w= Date: Wed, 25 Nov 2020 13:01:02 -0500 From: Sasha Levin To: Paolo Bonzini Subject: Re: [PATCH AUTOSEL 5.9 22/33] vhost scsi: add lun parser helper Message-ID: <20201125180102.GL643756@sasha-vm> References: <20201125153550.810101-1-sashal@kernel.org> <20201125153550.810101-22-sashal@kernel.org> <25cd0d64-bffc-9506-c148-11583fed897c@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <25cd0d64-bffc-9506-c148-11583fed897c@redhat.com> Cc: kvm@vger.kernel.org, "Michael S . Tsirkin" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, virtualization@lists.linux-foundation.org, Stefan Hajnoczi , Mike Christie X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Wed, Nov 25, 2020 at 06:48:21PM +0100, Paolo Bonzini wrote: >On 25/11/20 16:35, Sasha Levin wrote: >>From: Mike Christie >> >>[ Upstream commit 18f1becb6948cd411fd01968a0a54af63732e73c ] >> >>Move code to parse lun from req's lun_buf to helper, so tmf code >>can use it in the next patch. >> >>Signed-off-by: Mike Christie >>Reviewed-by: Paolo Bonzini >>Acked-by: Jason Wang >>Link: https://lore.kernel.org/r/1604986403-4931-5-git-send-email-michael.christie@oracle.com >>Signed-off-by: Michael S. Tsirkin >>Acked-by: Stefan Hajnoczi >>Signed-off-by: Sasha Levin > >This doesn't seem like stable material, does it? It went in as a dependency for efd838fec17b ("vhost scsi: Add support for LUN resets."), which is the next patch. -- Thanks, Sasha _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization