All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] xen: fixes for 4.20-rc1
@ 2018-10-30  7:44 Juergen Gross
  2018-10-30 16:32 ` Linus Torvalds
  2018-10-30 16:32 ` Linus Torvalds
  0 siblings, 2 replies; 4+ messages in thread
From: Juergen Gross @ 2018-10-30  7: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-4.20a-rc1-tag

xen: fixes for 4.20-rc1

It contains only several small fixes and cleanups this time.


Thanks.

Juergen

 MAINTAINERS                        |  1 +
 arch/x86/xen/platform-pci-unplug.c |  4 ++++
 arch/x86/xen/spinlock.c            | 33 ++++++++++++---------------------
 arch/x86/xen/xen-pvh.S             |  2 +-
 drivers/xen/Kconfig                | 13 ++-----------
 drivers/xen/xen-balloon.c          | 13 ++++++++-----
 drivers/xen/xenbus/xenbus_client.c |  6 ++----
 7 files changed, 30 insertions(+), 42 deletions(-)

Bartlomiej Zolnierkiewicz (1):
      xen: remove redundant 'default n' from Kconfig

Boris Ostrovsky (1):
      xen/balloon: Support xend-based toolstack

Geert Uytterhoeven (1):
      xen/balloon: Grammar s/Is it/It is/

Jason Andryuk (1):
      xen: Make XEN_BACKEND selectable by DomU

Juergen Gross (4):
      xen: fix race in xen_qlock_wait()
      xen: make xen_qlock_wait() nestable
      xen/pvh: don't try to unplug emulated devices
      xen: drop writing error messages to xenstore

Roger Pau Monne (1):
      xen/pvh: increase early stack size

Stefano Stabellini (1):
      add myself as reviewer for Xen support in Linux

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

* Re: [GIT PULL] xen: fixes for 4.20-rc1
  2018-10-30  7:44 [GIT PULL] xen: fixes for 4.20-rc1 Juergen Gross
  2018-10-30 16:32 ` Linus Torvalds
@ 2018-10-30 16:32 ` Linus Torvalds
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2018-10-30 16:32 UTC (permalink / raw)
  To: jgross; +Cc: Linux Kernel Mailing List, xen-devel, boris.ostrovsky

On Tue, Oct 30, 2018 at 12:44 AM Juergen Gross <jgross@suse.com> wrote:
>
> It contains only several small fixes and cleanups this time.

Pulled,

                     Linus

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

* Re: [GIT PULL] xen: fixes for 4.20-rc1
  2018-10-30  7:44 [GIT PULL] xen: fixes for 4.20-rc1 Juergen Gross
@ 2018-10-30 16:32 ` Linus Torvalds
  2018-10-30 16:32 ` Linus Torvalds
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2018-10-30 16:32 UTC (permalink / raw)
  To: jgross; +Cc: xen-devel, boris.ostrovsky, Linux Kernel Mailing List

On Tue, Oct 30, 2018 at 12:44 AM Juergen Gross <jgross@suse.com> wrote:
>
> It contains only several small fixes and cleanups this time.

Pulled,

                     Linus

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

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

* [GIT PULL] xen: fixes for 4.20-rc1
@ 2018-10-30  7:44 Juergen Gross
  0 siblings, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2018-10-30  7:44 UTC (permalink / raw)
  To: torvalds; +Cc: xen-devel, boris.ostrovsky, linux-kernel

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.20a-rc1-tag

xen: fixes for 4.20-rc1

It contains only several small fixes and cleanups this time.


Thanks.

Juergen

 MAINTAINERS                        |  1 +
 arch/x86/xen/platform-pci-unplug.c |  4 ++++
 arch/x86/xen/spinlock.c            | 33 ++++++++++++---------------------
 arch/x86/xen/xen-pvh.S             |  2 +-
 drivers/xen/Kconfig                | 13 ++-----------
 drivers/xen/xen-balloon.c          | 13 ++++++++-----
 drivers/xen/xenbus/xenbus_client.c |  6 ++----
 7 files changed, 30 insertions(+), 42 deletions(-)

Bartlomiej Zolnierkiewicz (1):
      xen: remove redundant 'default n' from Kconfig

Boris Ostrovsky (1):
      xen/balloon: Support xend-based toolstack

Geert Uytterhoeven (1):
      xen/balloon: Grammar s/Is it/It is/

Jason Andryuk (1):
      xen: Make XEN_BACKEND selectable by DomU

Juergen Gross (4):
      xen: fix race in xen_qlock_wait()
      xen: make xen_qlock_wait() nestable
      xen/pvh: don't try to unplug emulated devices
      xen: drop writing error messages to xenstore

Roger Pau Monne (1):
      xen/pvh: increase early stack size

Stefano Stabellini (1):
      add myself as reviewer for Xen support in Linux

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

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

end of thread, other threads:[~2018-10-30 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-30  7:44 [GIT PULL] xen: fixes for 4.20-rc1 Juergen Gross
2018-10-30 16:32 ` Linus Torvalds
2018-10-30 16:32 ` Linus Torvalds
2018-10-30  7:44 Juergen Gross

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.