Received: by 10.192.165.148 with SMTP id m20csp4656730imm; Tue, 1 May 2018 01:00:56 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrYh4nflJOKsEiOvT4oEzACmf7tWHLSAcyJwqJh4bG5UhLf8Vol9z8LOepsogDlyaTG/27i X-Received: by 2002:a17:902:529:: with SMTP id 38-v6mr15417244plf.64.1525161656089; Tue, 01 May 2018 01:00:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525161656; cv=none; d=google.com; s=arc-20160816; b=cIVrzkP5qYBM2AY8aD9XYTJxGDsvtutUmuWpQxH06NdX1DM5/ub+rUXNIbPyIvS3IC FKM3W7Yx5NhuCE3DlASd4+/oZfGxTvvADpWnUWyauJce4bNKCl7RdFPfRq7o+NFWD4eR rkA30iKDhvV0OptJkDKPIrN/WmmV/v0Zm479zIiwLwacpahz7HFzOydovRW0I174n3WE iSlz17GluT9poY/Naq1mTuxoNAXa9789pvxPFgl8viExxhw7oxFDaMi/UIbCH+qMyK+b APo42yX+iPEE9ScBJJy99Dydf8Y14aqjsyXQWML3jOugqDUY/bSqUyVMS+2clyHrDld0 WpJA== 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:arc-authentication-results; bh=d6OnKP0zqyxl9CMDa3ybW0jVgTzUCwS/lmrwV9glErA=; b=Kmq8ggIpijjQA8MdtGPDdfhniz2GtZ/4t1d8dx5aSZhVrPpB6O1lHyrr9tGryZTRSp eGaVThH9HJVQBhqffjLEH6jgibISZNmUQQmO/cLK36RqsFy0LHbL/yGUCb/lWWUmR/T5 UVq8w8zZi64py3FJsoV385s96Y58w1eAErP6d4zd179Pep7DDt6KYPN6tFh7koMAXofo Ebk++UfGwJckbqC2yawX2LPGjc6KqAnN8KXGAxfvs8L+pB9XSLqgXlIRKzo0qdJ6JKbL PpL3TGZ93oTWe5KGxuZhN+EYkQn1bHJk0xKpzyxCfz7EQGjDTWFCNy1WKRL+wxlt90Gu pxSQ== 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 p17-v6si7443385pgn.662.2018.05.01.01.00.40; Tue, 01 May 2018 01:00:56 -0700 (PDT) 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 S1752090AbeEAIA2 (ORCPT + 99 others); Tue, 1 May 2018 04:00:28 -0400 Received: from smtp.ctxuk.citrix.com ([185.25.65.24]:34264 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751171AbeEAIAX (ORCPT ); Tue, 1 May 2018 04:00:23 -0400 X-IronPort-AV: E=Sophos;i="5.49,350,1520899200"; d="scan'208";a="72417881" Date: Tue, 1 May 2018 09:00:09 +0100 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: Boris Ostrovsky CC: , , Subject: Re: [Xen-devel] [PATCH 4/4] xen/PVH: Remove reserved entry in PVH GDT Message-ID: <20180501080009.wnjmno5pietptixo@MacBook-Pro-de-Roger.local> References: <20180430162339.17143-1-boris.ostrovsky@oracle.com> <20180430162339.17143-5-boris.ostrovsky@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20180430162339.17143-5-boris.ostrovsky@oracle.com> User-Agent: NeoMutt/20180323 X-ClientProxiedBy: AMSPEX02CAS02.citrite.net (10.69.22.113) To AMSPEX02CL02.citrite.net (10.69.22.126) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 30, 2018 at 12:23:39PM -0400, Boris Ostrovsky wrote: > And without it we can't use _BOOT_XX macros any longer so define new ones. Not being that familiar with Linux internals I'm not sure I see the benefit of this. Isn't there a risk that some other code is going to use the __BOOT_XX defines? Thanks, Roger.