From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758061AbbA2UrH (ORCPT ); Thu, 29 Jan 2015 15:47:07 -0500 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]:54708 "EHLO cpsmtpb-ews01.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757123AbbA2UrF (ORCPT ); Thu, 29 Jan 2015 15:47:05 -0500 Message-ID: <1422564422.10643.2.camel@x220> Subject: Re: [PATCH v3 0/2] x86/arm64: add xenconfig From: Paul Bolle To: "Luis R. Rodriguez" Cc: Michal Marek , Stefano Stabellini , "H. Peter Anvin" , josh@joshtriplett.org, sam@ravnborg.org, Benjamin Poirier , x86@kernel.org, kvm@vger.kernel.org, xen-devel@lists.xenproject.org, "linux-kernel@vger.kernel.org" , Julien Grall , David Rientjes Date: Thu, 29 Jan 2015 21:47:02 +0100 In-Reply-To: References: <1421264027-10706-1-git-send-email-mcgrof@do-not-panic.com> <20150123003450.GV17887@wotan.suse.de> <20150127200020.GA19988@wotan.suse.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Jan 2015 20:47:02.0794 (UTC) FILETIME=[BC26CEA0:01D03C04] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Added Michal. Removed Yann.] On Thu, 2015-01-29 at 12:38 -0800, Luis R. Rodriguez wrote: > On Tue, Jan 27, 2015 at 12:00 PM, Luis R. Rodriguez wrote: > > On Fri, Jan 23, 2015 at 03:19:25PM +0000, Stefano Stabellini wrote: > >> On Fri, 23 Jan 2015, Luis R. Rodriguez wrote: > >> > On Wed, Jan 14, 2015 at 11:33:45AM -0800, Luis R. Rodriguez wrote: > >> > > From: "Luis R. Rodriguez" > >> > > > >> > > This v3 addresses Stefano's feedback from the v2 series, namely > >> > > moving PCI stuff to x86 as its all x86 specific and also just > >> > > removing the CONFIG_TCG_XEN=m from the general config. To be > >> > > clear the changes from the v2 series are below. > >> > > > >> > > Luis R. Rodriguez (2): > >> > > x86, platform, xen, kconfig: clarify kvmconfig is for kvm > >> > > x86, arm, platform, xen, kconfig: add xen defconfig helper > >> > > > >> > > arch/x86/configs/xen.config | 10 ++++++++++ > >> > > kernel/configs/xen.config | 26 ++++++++++++++++++++++++++ > >> > > scripts/kconfig/Makefile | 7 ++++++- > >> > > 3 files changed, 42 insertions(+), 1 deletion(-) > >> > > create mode 100644 arch/x86/configs/xen.config > >> > > create mode 100644 kernel/configs/xen.config > >> > > >> > Who could these changes go through? > >> > >> I would be OK with taking it in the Xen tree, but I would feel more > >> comfortable doing that if you had an ack from Yann Morin (CC'ed). > > > > *Poke* > > Hey Yann, wondering if you had any feedback. Thanks. Yann has disappeared a year ago. Michal now, informally, keeps an eye on kconfig related patches. Paul Bolle