All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
Cc: tglx@linutronix.de, keescook@chromium.org, peterz@infradead.org,
	rafael.j.wysocki@intel.com,
	20180219100906.14265-4-jgross@suse.com,
	alexander.levin@microsoft.com, stable-commits@vger.kernel.org,
	andy.shevchenko@gmail.com, bp@alien8.de, ebiederm@xmission.com,
	hpa@zytor.com, xen-devel@lists.xenproject.org,
	boris.ostrovsky@oracle.com, torvalds@linux-foundation.org,
	mingo@kernel.org, kirill.shutemov@linux.intel.com,
	lenb@kernel.org
Subject: Re: Patch "x86/xen: Add pvh specific rsdp address retrieval function" has been added to the 4.16-stable tree
Date: Wed, 2 May 2018 08:34:50 -0700	[thread overview]
Message-ID: <20180502153450.GH27126@kroah.com> (raw)
In-Reply-To: <98c77f0d-a5e6-edb5-36fa-b5288bc8f17b@suse.com>

On Wed, May 02, 2018 at 11:23:12AM +0200, Juergen Gross wrote:
> On 02/05/18 00:33, gregkh@linuxfoundation.org wrote:
> > 
> > This is a note to let you know that I've just added the patch titled
> > 
> >     x86/xen: Add pvh specific rsdp address retrieval function
> > 
> > to the 4.16-stable tree which can be found at:
> >     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> > 
> > The filename of the patch is:
> >      x86-xen-add-pvh-specific-rsdp-address-retrieval-function.patch
> > and it can be found in the queue-4.16 subdirectory.
> > 
> > If you, or anyone else, feels it should not be added to the stable tree,
> > please let <stable@vger.kernel.org> know about it.
> > 
> > 
> > From foo@baz Tue May  1 14:59:18 PDT 2018
> > From: Juergen Gross <jgross@suse.com>
> > Date: Mon, 19 Feb 2018 11:09:06 +0100
> > Subject: x86/xen: Add pvh specific rsdp address retrieval function
> > 
> > From: Juergen Gross <jgross@suse.com>
> > 
> > [ Upstream commit b17d9d1df3c33a4f1d2bf397e2257aecf9dc56d4 ]
> > 
> > Add pvh_get_root_pointer() for Xen PVH guests to communicate the
> > address of the RSDP table given to the kernel via Xen start info.
> > 
> > This makes the kernel boot again in PVH mode after on recent Xen the
> > RSDP was moved to higher addresses. So up to that change it was pure
> > luck that the legacy method to locate the RSDP was working when
> > running as PVH mode.
> > 
> > Signed-off-by: Juergen Gross <jgross@suse.com>
> > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> > Acked-by: Thomas Gleixner <tglx@linutronix.de>
> > Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> > Cc: Borislav Petkov <bp@alien8.de>
> > Cc: Eric Biederman <ebiederm@xmission.com>
> > Cc: H. Peter Anvin <hpa@zytor.com>
> > Cc: Kees Cook <keescook@chromium.org>
> > Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> > Cc: Linus Torvalds <torvalds@linux-foundation.org>
> > Cc: Peter Zijlstra <peterz@infradead.org>
> > Cc: boris.ostrovsky@oracle.com
> > Cc: lenb@kernel.org
> > Cc: linux-acpi@vger.kernel.org
> > Cc: xen-devel@lists.xenproject.org
> > Link: http://lkml.kernel.org/r/20180219100906.14265-4-jgross@suse.com
> > Signed-off-by: Ingo Molnar <mingo@kernel.org>
> > Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 
> Thanks for adding this patch.
> 
> For making it compile I think you'll need upstream commits
> 038bac2b02989acf1fc938cedcb7944c02672b9f and
> dfc9327ab7c99bc13e12106448615efba833886b.

I'll just drop this and if Sasha thinks it is worth it, he can backport
these other two patches and resend them.  Especially as I think we
already talked about this in the past :)

thanks,

greg k-h

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

      reply	other threads:[~2018-05-02 15:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-01 22:33 Patch "x86/xen: Add pvh specific rsdp address retrieval function" has been added to the 4.16-stable tree gregkh
2018-05-02  9:23 ` Juergen Gross
2018-05-02 15:34   ` Greg KH [this message]

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=20180502153450.GH27126@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=20180219100906.14265-4-jgross@suse.com \
    --cc=alexander.levin@microsoft.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=bp@alien8.de \
    --cc=ebiederm@xmission.com \
    --cc=hpa@zytor.com \
    --cc=keescook@chromium.org \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=lenb@kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=stable-commits@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.