Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752428AbdHPSyT (ORCPT ); Wed, 16 Aug 2017 14:54:19 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:35496 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751678AbdHPSyR (ORCPT ); Wed, 16 Aug 2017 14:54:17 -0400 Date: Wed, 16 Aug 2017 11:54:16 -0700 (PDT) Message-Id: <20170816.115416.1591353514541788122.davem@davemloft.net> To: decui@microsoft.com Cc: netdev@vger.kernel.org, gregkh@linuxfoundation.org, devel@linuxdriverproject.org, kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, georgezhang@vmware.com, jhansen@vmware.com, mkubecek@suse.cz, asias@redhat.com, stefanha@redhat.com, vkuznets@redhat.com, cavery@redhat.com, jasowang@redhat.com, rolf.neugebauer@docker.com, dave.scott@docker.com, marcelo.cerri@canonical.com, apw@canonical.com, olaf@aepfle.de, joe@perches.com, linux-kernel@vger.kernel.org, dan.carpenter@oracle.com Subject: Re: [PATCH net-next 1/3] VMCI: only load on VMware hypervisor From: David Miller In-Reply-To: References: <20170816.110635.1062040564700704290.davem@davemloft.net> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 16 Aug 2017 11:54:17 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 510 Lines: 15 From: Dexuan Cui Date: Wed, 16 Aug 2017 18:51:36 +0000 > It looks typically modern Linux distros have CONFIG_HYPERVISOR_GUEST=y > by default It doesn't matter what any distribution does or does not do. People are going to do 'randconfig' builds over thousands and thousands of configuration combinations to test your changes, and those tests will fail. > Do you want me to submit a v2 for this patch with the Kconfig change? Of course, there is no way I can apply your series as-is.