linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] xen: branch for v5.9-rc4
@ 2020-09-06  4:44 Juergen Gross
  2020-09-06 17:01 ` Linus Torvalds
  2020-09-06 19:14 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Juergen Gross @ 2020-09-06  4:44 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, xen-devel, boris.ostrovsky

Linus,

Please git pull the following tag:

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

xen: branch for v5.9-rc4

It contains a small series for fixing a problem with Xen PVH guests
when running as backends (e.g. as dom0). Mapping other guests' memory
now is working via ZONE_DEVICE, thus not requiring to abuse the memory
hotplug functionality for that purpose.

Thanks.

Juergen

 drivers/dax/device.c                    |   2 +-
 drivers/gpu/drm/xen/xen_drm_front_gem.c |   9 +-
 drivers/xen/Kconfig                     |  10 ++
 drivers/xen/Makefile                    |   1 +
 drivers/xen/balloon.c                   |   4 +-
 drivers/xen/grant-table.c               |   4 +-
 drivers/xen/privcmd.c                   |   4 +-
 drivers/xen/unpopulated-alloc.c         | 183 ++++++++++++++++++++++++++++++++
 drivers/xen/xenbus/xenbus_client.c      |   6 +-
 drivers/xen/xlate_mmu.c                 |   4 +-
 include/linux/memremap.h                |   9 +-
 include/xen/balloon.h                   |   4 +
 include/xen/xen.h                       |   9 ++
 mm/memremap.c                           |   2 +-
 14 files changed, 229 insertions(+), 22 deletions(-)

Roger Pau Monne (3):
      xen/balloon: add header guard
      memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
      xen: add helpers to allocate unpopulated memory

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] xen: branch for v5.9-rc4
  2020-09-06  4:44 [GIT PULL] xen: branch for v5.9-rc4 Juergen Gross
@ 2020-09-06 17:01 ` Linus Torvalds
  2020-09-07  4:27   ` Jürgen Groß
  2020-09-06 19:14 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2020-09-06 17:01 UTC (permalink / raw)
  To: Juergen Gross; +Cc: Linux Kernel Mailing List, xen-devel, Boris Ostrovsky

On Sat, Sep 5, 2020 at 9:44 PM Juergen Gross <jgross@suse.com> wrote:
>
> It contains a small series for fixing a problem with Xen PVH guests
> when running as backends (e.g. as dom0). Mapping other guests' memory
> now is working via ZONE_DEVICE, thus not requiring to abuse the memory
> hotplug functionality for that purpose.

Tssk. This really isn't a bug-fix, it's clearly new development.

I'm going to let it slide since it seems so contained, but don't do this.

                  Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] xen: branch for v5.9-rc4
  2020-09-06  4:44 [GIT PULL] xen: branch for v5.9-rc4 Juergen Gross
  2020-09-06 17:01 ` Linus Torvalds
@ 2020-09-06 19:14 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-09-06 19:14 UTC (permalink / raw)
  To: Juergen Gross; +Cc: torvalds, linux-kernel, xen-devel, boris.ostrovsky

The pull request you sent on Sun,  6 Sep 2020 06:44:33 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/68beef571071014ef34a3beac65fe2af7e8e3cf6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] xen: branch for v5.9-rc4
  2020-09-06 17:01 ` Linus Torvalds
@ 2020-09-07  4:27   ` Jürgen Groß
  0 siblings, 0 replies; 4+ messages in thread
From: Jürgen Groß @ 2020-09-07  4:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, xen-devel, Boris Ostrovsky

On 06.09.20 19:01, Linus Torvalds wrote:
> On Sat, Sep 5, 2020 at 9:44 PM Juergen Gross <jgross@suse.com> wrote:
>>
>> It contains a small series for fixing a problem with Xen PVH guests
>> when running as backends (e.g. as dom0). Mapping other guests' memory
>> now is working via ZONE_DEVICE, thus not requiring to abuse the memory
>> hotplug functionality for that purpose.
> 
> Tssk. This really isn't a bug-fix, it's clearly new development.
> 
> I'm going to let it slide since it seems so contained, but don't do this.

Thanks for taking it.

I agree I should have spelled out the nature of the patch more clearly
and add more reasoning why you might consider taking it.


Juergen

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-07  4:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-06  4:44 [GIT PULL] xen: branch for v5.9-rc4 Juergen Gross
2020-09-06 17:01 ` Linus Torvalds
2020-09-07  4:27   ` Jürgen Groß
2020-09-06 19:14 ` pr-tracker-bot

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).