Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756035AbdLVCMi (ORCPT ); Thu, 21 Dec 2017 21:12:38 -0500 Received: from ozlabs.org ([103.22.144.67]:36809 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755153AbdLVCMf (ORCPT ); Thu, 21 Dec 2017 21:12:35 -0500 From: Michael Ellerman To: Vincent Legoll Cc: mst@redhat.com, jasowang@redhat.com, virtualization@lists.linux-foundation.org, Linux Kernel ML Subject: Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all In-Reply-To: References: <20171209152657.4762-1-vincent.legoll@gmail.com> <87tvwkfj2f.fsf@concordia.ellerman.id.au> Date: Fri, 22 Dec 2017 13:12:30 +1100 Message-ID: <87h8sjpl2p.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 471 Lines: 18 Vincent Legoll writes: > Hello, > > thanks for the help, and sorry for the poor patch, > > On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman wrote: >> This breaks all existing .configs *and* defconfigs that use VIRTIO. >> >> Please don't do that. >> >> If you make it default y then everything will continue to work. > > Do you want me to respin it with the added default ? Yes please, either that or revert it. cheers