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.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 9D5E5C07E9E for ; Fri, 9 Jul 2021 19:48:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85036613C8 for ; Fri, 9 Jul 2021 19:48:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229909AbhGITvd (ORCPT ); Fri, 9 Jul 2021 15:51:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbhGITvc (ORCPT ); Fri, 9 Jul 2021 15:51:32 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8DBB7C0613DD; Fri, 9 Jul 2021 12:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=7xOTruRzGa5B9hLk0/wSxAjaR6x7/fszhbg7rE8/TUQ=; b=vrBt/SYKQVqRA3cOE56PBVcIFu OImJOqgEYmHxVSPmBn+JWORi8cHqluYxcder3N4sVofDXHhj3HNcq6kkU+ep0/hWgFGVY5hq0Ogzc 5I7sNJprJCOm6wDj/cFzFYaWNviS+XdqBfOPZ/dNXzbATrgGuHqvov7+sHMMfVzKiGl+Hzq7vVUUP 4563HHA9K9qG5TGXXx8yTMlW8AW3JZJwSPNDL9B2oZ9WVlnoBtOybp3WKqAcMP47dhJ76/eIqjW12 pstd60WvK5lXx8Dym5WgYOkBiZ0+bitew6m45ckOVIP1e8696UpHN42QONX3mLsW4QiDv7CFDobM7 Bp3xcY8A==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1m1wUG-00EpFB-Ss; Fri, 09 Jul 2021 19:48:38 +0000 Date: Fri, 9 Jul 2021 20:48:36 +0100 From: Matthew Wilcox To: Wei Liu Cc: Linux on Hyper-V List , virtualization@lists.linux-foundation.org, Linux Kernel List , Michael Kelley , Vineeth Pillai , Sunil Muthuswamy , Nuno Das Neves , kumarpraveen@linux.microsoft.com, pasha.tatashin@soleen.com, Jonathan Corbet , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Dexuan Cui , Lillian Grassin-Drake , Muminul Islam , "open list:DOCUMENTATION" Subject: Re: [RFC v1 7/8] mshv: implement in-kernel device framework Message-ID: References: <20210709114339.3467637-1-wei.liu@kernel.org> <20210709114339.3467637-8-wei.liu@kernel.org> <20210709135013.t5axinjmufotpylf@liuwe-devbox-debian-v2> <20210709162732.hnyzpf3uofzc7xqs@liuwe-devbox-debian-v2> <20210709191405.t3vno3zw7kdlo4ps@liuwe-devbox-debian-v2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210709191405.t3vno3zw7kdlo4ps@liuwe-devbox-debian-v2> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 09, 2021 at 07:14:05PM +0000, Wei Liu wrote: > You were not CC'ed on this patch, so presumably you got it via one of > the mailing lists. I'm not sure why you only got this one patch. Perhaps > if you wait a bit you will get the rest. No, I won't. You only cc'd linux-doc on this one patch and not on any of the others.