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=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 C2362C4320E for ; Thu, 5 Aug 2021 18:33:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A50EF60F22 for ; Thu, 5 Aug 2021 18:33:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241286AbhHESda (ORCPT ); Thu, 5 Aug 2021 14:33:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:60848 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241267AbhHESd2 (ORCPT ); Thu, 5 Aug 2021 14:33:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id AB26C6024A; Thu, 5 Aug 2021 18:33:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628188394; bh=Vnb2zcxGZEUexMV2u0dJ0rRLWcI7bnDKV6XRlcLWR9E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z9W8hNUJp8lnnAeyXwWTxCG0RWta6sug3LqEdz4dRsTtNv0EeSU1/6+VnMPPeXL2y S2GQ2LUVFzDK7K438MVEn29b3QIv1ifxoyj/ElMfsJQtRUn1Eyx5WDS16zbNFCcWgB cjHOTTbrpjFv5tfPA2gPMmfZFXucQ0GHgF6fTxjk= Date: Thu, 5 Aug 2021 20:33:11 +0200 From: Greg Kroah-Hartman To: Long Li Cc: "longli@linuxonhyperv.com" , "linux-block@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-hyperv@vger.kernel.org" , Jonathan Corbet , KY Srinivasan , Haiyang Zhang , Stephen Hemminger , Wei Liu , Dexuan Cui , Bjorn Andersson , Hans de Goede , "Williams, Dan J" , Maximilian Luz , Mike Rapoport , Ben Widawsky , Jiri Slaby , Andra Paraschiv , Siddharth Gupta , Hannes Reinecke Subject: Re: [Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM Message-ID: References: <1628146812-29798-1-git-send-email-longli@linuxonhyperv.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: linux-kernel@vger.kernel.org On Thu, Aug 05, 2021 at 06:27:59PM +0000, Long Li wrote: > > Subject: Re: [Patch v5 0/3] Introduce a driver to support host accelerated > > access to Microsoft Azure Blob for Azure VM > > > > On Thu, Aug 05, 2021 at 12:00:09AM -0700, longli@linuxonhyperv.com wrote: > > > v5: > > > Added problem statement and test numbers to patch 0 > > > > patch 0 does not show up in the changelog, please put that in the patch that > > adds the driver, otherwise we will never see that information in the future. > > > > thanks, > > > > greg k-h > > I will fix this. Do you want me to send the v6, or re-spin v5? If you fix a v5, that turns into v6, right?