Received: by 10.223.176.5 with SMTP id f5csp1492767wra; Sun, 28 Jan 2018 02:15:15 -0800 (PST) X-Google-Smtp-Source: AH8x2256o6KNzn9o2sC1BTjtOqcdKZg13h27lf53ODXiAaPT+6TBgcEzz2dCOYsVemktiV/OPXcm X-Received: by 10.99.183.15 with SMTP id t15mr19601461pgf.111.1517134515562; Sun, 28 Jan 2018 02:15:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517134515; cv=none; d=google.com; s=arc-20160816; b=eciVuMyAOc6pTemPIgxVrsiUarXKmwj2adf/JFW+WoxAAVCUeF+eQpZClyzGTSkZy1 czDfb1rPUZTJpLLQmAPQljCHVELV3tIJxe12eVJloBdfbpvARKnpjFG3iRawq9e6Go0t 9Cp0aQ5rfDLxGyNncSL9JzgTKPzC3lze4RkS0ZZx8WPIbocx0jGBQINGulb4wCGp4DZN +VyYjCsb0VV08gFm0d8NlsRWZoYGxjl22RO1tnoit76ce1oqmMreigboz/yDUAg2qAaO 2I9RR6WmObFF6ZkgZzua+2cVrfcth5tbjGi3DjoPF8PcYaqXmYdNNA2l22LVu6ijrmsW L9Qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=ew/eolsMMYzMqWhJJQWBc8OIekWfhFV970XHuccQl7c=; b=E/eO5qVgF1/sjNTqD+L70PK6yDPIKcQUJXlkvYeXpKhimRah+h3mJYPodX2ZJKcnYP PeiIUUitMF5amVLyATvqub1OMjO/5tP2FpFFeWjF/TjBeWIDl4zFu4Br76V8fD6uyIIC 2u+VJ+YJK+uDqXR859wp/IDprDeFxAMHpyia1WPxVkf/7iHyTbxH1DX1QqS6oCzgZxvV Fky5fG5Bc5v0Ehlh/idT/HZtN9opYXb8/KSvcwd+9XEnvBIeH2jX0OtLLK3H8Zd/kv0V SQ3+Q/UVcNy281IHXZFXcLZXCQIQ5Pfhq6ynMVQfrRszX2NHlxySRBDcqul7h72M2SRT V3Jw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s82si9452254pfg.317.2018.01.28.02.14.51; Sun, 28 Jan 2018 02:15:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751409AbeA1KOV (ORCPT + 99 others); Sun, 28 Jan 2018 05:14:21 -0500 Received: from ozlabs.org ([103.22.144.67]:53919 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751178AbeA1KOU (ORCPT ); Sun, 28 Jan 2018 05:14:20 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 3zTpQf1ssHz9t45; Sun, 28 Jan 2018 21:14:18 +1100 (AEDT) From: Michael Ellerman To: "Michael S. Tsirkin" , Jason Wang , Vincent Legoll , sfr@canb.auug.org.au Cc: virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Randy Dunlap Subject: Re: Ping Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all In-Reply-To: References: <459e2097-f20a-18f8-17d9-2d9ed011211d@infradead.org> <20180107113356.2806-1-vincent.legoll@gmail.com> <87h8rdp55n.fsf@concordia.ellerman.id.au> Date: Sun, 28 Jan 2018 21:14:15 +1100 Message-ID: <877es22sug.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vincent Legoll writes: > On 1/23/18, Michael Ellerman wrote: >> This has been broken in linux-next for ~6 weeks now, can we please merge >> this and get it fixed. > > Added Stephen Rothwell to cc It should be fixed in the virtio tree, which the other Michael and Jason maintain AFAIK. cheers