linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Juergen Gross <jgross@suse.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org,
	boris.ostrovsky@oracle.com
Subject: [GIT PULL] xen: fixes for 4.19-rc4
Date: Fri, 14 Sep 2018 18:25:31 +0200	[thread overview]
Message-ID: <20180914162531.16740-1-jgross@suse.com> (raw)

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.19c-rc4-tag

xen: fixes for 4.19-rc4

It contains some minor cleanups and fixes and:

- a new knob for controlling scrubbing of pages returned by the Xen
  balloon driver to the Xen hypervisor to address a boot performance
  issue seen in large guests booted pre-ballooned

- a fix of a regression in the gntdev driver which made it impossible
  to use fully virtualized guests (HVM guests) with a 4.19 based dom0

- a fix in Xen cpu hotplug functionality which could be triggered by
  wrong admin commands (setting number of active vcpus to 0)

One further note: the patches have all been under test for several days
in another branch. This branch has been rebased in order to avoid merge
conflicts.


Thanks.

Juergen

 .../ABI/stable/sysfs-devices-system-xen_memory     |  9 ++++++++
 Documentation/admin-guide/kernel-parameters.txt    |  6 +++++
 drivers/xen/Kconfig                                | 10 ++++++---
 drivers/xen/cpu_hotplug.c                          | 15 +++++++------
 drivers/xen/events/events_base.c                   |  2 +-
 drivers/xen/gntdev.c                               | 26 +++++++++++++---------
 drivers/xen/manage.c                               |  6 +++--
 drivers/xen/mem-reservation.c                      |  4 ++++
 drivers/xen/xen-balloon.c                          |  3 +++
 include/xen/mem-reservation.h                      |  7 +++---
 10 files changed, 61 insertions(+), 27 deletions(-)

Josh Abraham (1):
      xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage

Marek Marczykowski-Górecki (1):
      xen/balloon: add runtime control for scrubbing ballooned out pages

Michal Hocko (1):
      xen/gntdev: fix up blockable calls to mn_invl_range_start

Olaf Hering (1):
      xen: avoid crash in disable_hotplug_cpu

Vitaly Kuznetsov (1):
      xen/manage: don't complain about an empty value in control/sysrq node

                 reply	other threads:[~2018-09-14 16:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180914162531.16740-1-jgross@suse.com \
    --to=jgross@suse.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).