Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp579824ybz; Wed, 15 Apr 2020 14:27:33 -0700 (PDT) X-Google-Smtp-Source: APiQypJDRcWJbYGuU/3zcmLTfcyxlAD+bFGsQrhJV6VR8M/ot2byGefUbg+rzb50P5g4PjaG8U+f X-Received: by 2002:a05:6402:2208:: with SMTP id cq8mr3747776edb.293.1586986053837; Wed, 15 Apr 2020 14:27:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586986053; cv=none; d=google.com; s=arc-20160816; b=Dd8dagT56Pihfd4wIqUTHMHRgTuvAMI4dO6D79EHJRRXbQbCE5IlWpuI0HjVlA/au9 82/JOaaBE/xlSzlP/wPslFuqn3DHIogSQ9/0ndgfN1TTahTXwRA7w27c0nPS2QG+tRJ2 LWHplo1jBI4T74X7xdaCiT5yly3v3xyzjmRLxapcDhguACR1gwuyV1UisaavNKbVN0GP H3hWPMxb8q1RKF+ZPv/0cWIVQMm3pUwwtHODBs1ta5HuC60V4lo5zVBF0caYanwjFd5m skehT5w2tkRfNh6ut3CNLVhdCrRhp4I9OgkeBptZSxgKbTrjfwM12LafJgSU0RHAbciX 2dUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=KqSblMLIXSogDrQ30eOwpcfo5ut6IfNu6ET4pQfyYaI=; b=bbH/RA7y0vdAzmwKrttzWxc8deVGYzwJCNxzAEJbENAktkzTETcpFj9DBjjXAR9Ab5 8jOgUYa9o/dhaHlzpOR/qwhZhhZkJvHEcUDA8UdhgHWOaJA5fkPWgwZG3fhP1mA+1/wO WinzXdR7DAYN+eTLbuqTuj0kTY2Yzf8WseOrrmJ1LLSB59D/4weBtK2fLKi2s5PYTvbk /OBR2LyVswXev4BsjrP2ZRQTpVOLSXOaXeNbq4uWklJux5Sv1IRjsp9kAOrN24Qda1kd jyy5oHAJrcZhnz08ZQJ1odC/Ej/fvXcbVsEu+7SsP2P4Da9GmFwKHK59dX93/JPUhFeO GtMw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id sa4si11840411ejb.69.2020.04.15.14.27.10; Wed, 15 Apr 2020 14:27:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439655AbgDNLw5 (ORCPT + 99 others); Tue, 14 Apr 2020 07:52:57 -0400 Received: from elvis.franken.de ([193.175.24.41]:38462 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728476AbgDNLwz (ORCPT ); Tue, 14 Apr 2020 07:52:55 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1jOK7V-0002BV-00; Tue, 14 Apr 2020 13:52:49 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 68F61C0108; Tue, 14 Apr 2020 13:52:35 +0200 (CEST) Date: Tue, 14 Apr 2020 13:52:35 +0200 From: Thomas Bogendoerfer To: Jason Wang Cc: mst@redhat.com, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, geert@linux-m68k.org, Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Heiko Carstens , Vasily Gorbik , Christian Borntraeger Subject: Re: [PATCH] vhost: do not enable VHOST_MENU by default Message-ID: <20200414115235.GA13675@alpha.franken.de> References: <20200414024438.19103-1-jasowang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200414024438.19103-1-jasowang@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 14, 2020 at 10:44:38AM +0800, Jason Wang wrote: > We try to keep the defconfig untouched after decoupling CONFIG_VHOST > out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a > ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by > default. Then the defconfigs can keep enabling CONFIG_VHOST_NET > without the caring of CONFIG_VHOST. > > But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even > for the ones that doesn't want vhost. So it actually shifts the > burdens to the maintainers of all other to add "CONFIG_VHOST_MENU is > not set". So this patch tries to enable CONFIG_VHOST explicitly in > defconfigs that enables CONFIG_VHOST_NET and CONFIG_VHOST_VSOCK. > > Cc: Thomas Bogendoerfer > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: Heiko Carstens > Cc: Vasily Gorbik > Cc: Christian Borntraeger > Reported-by: Geert Uytterhoeven > Signed-off-by: Jason Wang > --- > arch/mips/configs/malta_kvm_defconfig | 1 + Acked-by: Thomas Bogendoerfer Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]