From: Paul Bolle <pebolle@tiscali.nl>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: x86@kernel.org, Thomas Gleixner <tglx@linutronix.de>,
Richard Weinberger <richard@nod.at>,
Michael Opdenacker <michael.opdenacker@free-electrons.com>,
Ingo Molnar <mingo@redhat.com>,
xen-devel@lists.xenproject.org, "H. Peter Anvin" <hpa@zytor.com>,
David Vrabel <david.vrabel@citrix.com>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] xen: remove XEN_PRIVILEGED_GUEST
Date: Mon, 17 Feb 2014 14:03:17 +0100 [thread overview]
Message-ID: <1392642197.13000.20.camel@x220> (raw)
In-Reply-To: <201402171223.s1HCNG0S023567@userz7022.oracle.com>
On Mon, 2014-02-17 at 07:23 -0500, Konrad Rzeszutek Wilk wrote:
> On Feb 16, 2014 3:07 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
> Please look in the grub git tree. They have fixed their code to not do
> this anymore. This should be reflected in the patch description.
Thanks, I didn't know that. That turned out to be grub commit
ec824e0f2a399ce2ab3a2e3353d372a236595059 ("Implement grub_file tool and
use it to implement generating of config"), see
http://git.savannah.gnu.org/cgit/grub.git/commit/util/grub.d/20_linux_xen.in?id=ec824e0f2a399ce2ab3a2e3353d372a236595059
> Lastly please check which distro has this new grub version so that we
> know which distros won't be affected.
No distro should be affected. See, the test that grub2 used to do was
(edited for clarity):
grep -qx "CONFIG_XEN_DOM0=y" "${config}" || grep -qx "CONFIG_XEN_PRIVILEGED_GUEST=y" "${config}"
But the Kconfig entry for XEN_PRIVILEGED_GUEST reads:
config XEN_PRIVILEGED_GUEST
def_bool XEN_DOM0
Ie, XEN_PRIVILEGED_GUEST is equal to XEN_DOM0 by definition, so the
second part of that test is superfluous. (We discussed this last year.
If lkml.org weren't down I'd provide a link.) Or am I misreading this
Kconfig entry?
I hope to send a v2, with an updated commit explanation, in a few days.
Paul Bolle
next prev parent reply other threads:[~2014-02-17 13:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-17 12:23 [PATCH] xen: remove XEN_PRIVILEGED_GUEST Konrad Rzeszutek Wilk
2014-02-17 13:03 ` Paul Bolle [this message]
2014-02-17 14:43 ` Konrad Rzeszutek Wilk
2014-02-18 10:14 ` Paul Bolle
2014-02-18 13:07 ` [PATCH v2] " Paul Bolle
2014-02-18 13:13 ` Paul Bolle
2014-02-24 18:51 ` [Xen-devel] " David Vrabel
2014-02-24 18:39 ` [Xen-devel] [PATCH] " Konrad Rzeszutek Wilk
2014-02-24 19:38 ` Vladimir 'φ-coder/phcoder' Serbinenko
2014-02-28 20:54 ` Paul Bolle
-- strict thread matches above, loose matches on Subject: below --
2014-02-16 20:07 Paul Bolle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392642197.13000.20.camel@x220 \
--to=pebolle@tiscali.nl \
--cc=boris.ostrovsky@oracle.com \
--cc=david.vrabel@citrix.com \
--cc=hpa@zytor.com \
--cc=konrad.wilk@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=michael.opdenacker@free-electrons.com \
--cc=mingo@redhat.com \
--cc=richard@nod.at \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox