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 EEE6EC07E9B for ; Fri, 9 Jul 2021 16:38:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC7FD613B4 for ; Fri, 9 Jul 2021 16:38:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229684AbhGIQla (ORCPT ); Fri, 9 Jul 2021 12:41:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229491AbhGIQl3 (ORCPT ); Fri, 9 Jul 2021 12:41:29 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13BEAC0613DD; Fri, 9 Jul 2021 09:38:45 -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=PX3PqwK6mixbUhOlosWUIb/7eL4O6l7Xj2gwXvxxNgA=; b=OFNJq5TzEv/ro5xcnMclS41aX+ 0zyePYOhtx0YoA9d2PzMw5E5TQpwJYttbMg0a6qsdv6WgQdJOwBaBMKppVSNFxdqsCZSBj2aApqDi Bsd50WT9Q7Tg8IYZzoQ6p7x1yzeocwR3lissZIoP1TDLLR9/2dYWnQEUM2Bwvye4vM8CC5v4fxmaj 801dFamq6l+iT6JWruP1kQvVuOnn3IraLtsOatgM3EVbp24Oe7ZimzmsRY/LKb+2p/e17Le2ZmMhP 0n/2uqF7H5rGdjZf4W7Yjx+5zB/pYbCT5wxvlXGf3idG9GSIIIrTu+XUp2/bmy0viHRuNj1aOmm68 rAkRnzuA==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1m1tWC-00EgUK-Uu; Fri, 09 Jul 2021 16:38:29 +0000 Date: Fri, 9 Jul 2021 17:38:24 +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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210709162732.hnyzpf3uofzc7xqs@liuwe-devbox-debian-v2> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 09, 2021 at 04:27:32PM +0000, Wei Liu wrote: > > Then don't define your own structure. Use theirs. > > I specifically mentioned in the cover letter I didn't do it because I > was not sure if that would be acceptable. I guess I will find out. I only got patch 7/8. You can't blame me for not reading 0/8 if you didn't send me 0/8.