[Xen-devel] [PATCH for-4.13 0/3] Fix PV shim ballooning problems

Andrew Cooper posted 3 patches 4 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20191101202502.31750-1-andrew.cooper3@citrix.com
xen/arch/x86/apic.c             |  2 +-
xen/arch/x86/boot/head.S        | 13 +++++++++++--
xen/arch/x86/boot/trampoline.S  | 13 +++++--------
xen/arch/x86/boot/wakeup.S      | 13 ++-----------
xen/arch/x86/cpu/common.c       |  3 ---
xen/arch/x86/cpu/intel.c        |  1 +
xen/arch/x86/e820.c             |  4 ++--
xen/arch/x86/efi/efi-boot.h     | 12 ++++++++----
xen/arch/x86/guest/xen.c        |  6 +-----
xen/arch/x86/mm.c               |  3 +--
xen/include/asm-x86/processor.h |  2 +-
11 files changed, 33 insertions(+), 39 deletions(-)
[Xen-devel] [PATCH for-4.13 0/3] Fix PV shim ballooning problems
Posted by Andrew Cooper 4 years, 4 months ago
I decided to dust off my early CPUID adjustments work in an effort to get
patch 3 in a sensible state for 4.13.  Ever so slightly RFC for 4.13 given
where we are in the release, but this is fairly self contained.

Andrew Cooper (2):
  x86/boot: Remove cached CPUID data from the trampoline
  x86/boot: Cache cpu_has_hypervisor very early on boot

Sergey Dyasli (1):
  x86/e820: fix 640k - 1M region reservation logic

 xen/arch/x86/apic.c             |  2 +-
 xen/arch/x86/boot/head.S        | 13 +++++++++++--
 xen/arch/x86/boot/trampoline.S  | 13 +++++--------
 xen/arch/x86/boot/wakeup.S      | 13 ++-----------
 xen/arch/x86/cpu/common.c       |  3 ---
 xen/arch/x86/cpu/intel.c        |  1 +
 xen/arch/x86/e820.c             |  4 ++--
 xen/arch/x86/efi/efi-boot.h     | 12 ++++++++----
 xen/arch/x86/guest/xen.c        |  6 +-----
 xen/arch/x86/mm.c               |  3 +--
 xen/include/asm-x86/processor.h |  2 +-
 11 files changed, 33 insertions(+), 39 deletions(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH for-4.13 0/3] Fix PV shim ballooning problems
Posted by Jürgen Groß 4 years, 4 months ago
On 01.11.19 21:24, Andrew Cooper wrote:
> I decided to dust off my early CPUID adjustments work in an effort to get
> patch 3 in a sensible state for 4.13.  Ever so slightly RFC for 4.13 given
> where we are in the release, but this is fairly self contained.
> 
> Andrew Cooper (2):
>    x86/boot: Remove cached CPUID data from the trampoline
>    x86/boot: Cache cpu_has_hypervisor very early on boot
> 
> Sergey Dyasli (1):
>    x86/e820: fix 640k - 1M region reservation logic
> 
>   xen/arch/x86/apic.c             |  2 +-
>   xen/arch/x86/boot/head.S        | 13 +++++++++++--
>   xen/arch/x86/boot/trampoline.S  | 13 +++++--------
>   xen/arch/x86/boot/wakeup.S      | 13 ++-----------
>   xen/arch/x86/cpu/common.c       |  3 ---
>   xen/arch/x86/cpu/intel.c        |  1 +
>   xen/arch/x86/e820.c             |  4 ++--
>   xen/arch/x86/efi/efi-boot.h     | 12 ++++++++----
>   xen/arch/x86/guest/xen.c        |  6 +-----
>   xen/arch/x86/mm.c               |  3 +--
>   xen/include/asm-x86/processor.h |  2 +-
>   11 files changed, 33 insertions(+), 39 deletions(-)
> 

For the series:

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen

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