xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] xen: branch for v5.11-rc1
@ 2020-12-19  6:31 Juergen Gross
  2020-12-19 21:06 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Juergen Gross @ 2020-12-19  6:31 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.11-rc1b-tag

xen: branch for v5.11-rc1

It contains some minor cleanup patches and a small series disentangling some Xen
related Kconfig options.

Thanks.

Juergen

 arch/x86/include/asm/xen/page.h |  2 +-
 arch/x86/xen/Kconfig            | 38 ++++++++++++++++++++++----------------
 arch/x86/xen/p2m.c              | 12 +-----------
 drivers/block/xen-blkfront.c    |  1 +
 drivers/xen/Makefile            |  2 +-
 drivers/xen/manage.c            |  1 +
 6 files changed, 27 insertions(+), 29 deletions(-)

Gustavo A. R. Silva (2):
      xen-blkfront: Fix fall-through warnings for Clang
      xen/manage: Fix fall-through warnings for Clang

Jason Andryuk (3):
      xen: Remove Xen PVH/PVHVM dependency on PCI
      xen: Kconfig: nest Xen guest options
      xen: Kconfig: remove X86_64 depends from XEN_512GB

Qinglang Miao (1):
      x86/xen: Convert to DEFINE_SHOW_ATTRIBUTE

Tom Rix (1):
      xen: remove trailing semicolon in macro definition


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

* Re: [GIT PULL] xen: branch for v5.11-rc1
  2020-12-19  6:31 [GIT PULL] xen: branch for v5.11-rc1 Juergen Gross
@ 2020-12-19 21:06 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-19 21:06 UTC (permalink / raw)
  To: Juergen Gross; +Cc: torvalds, linux-kernel, xen-devel, boris.ostrovsky

The pull request you sent on Sat, 19 Dec 2020 07:31:36 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3872f516aab34e3adeb7eda43b29c1ecd852cee1

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.11-rc1
  2020-12-15 12:26 Juergen Gross
@ 2020-12-16 20:16 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-16 20:16 UTC (permalink / raw)
  To: Juergen Gross; +Cc: torvalds, linux-kernel, xen-devel, boris.ostrovsky

The pull request you sent on Tue, 15 Dec 2020 13:26:06 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7acfd4274e26e05a4f12ad31bf331fef11ebc6a3

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

* [GIT PULL] xen: branch for v5.11-rc1
@ 2020-12-15 12:26 Juergen Gross
  2020-12-16 20:16 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Juergen Gross @ 2020-12-15 12:26 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.11-rc1-tag

xen: branch for v5.11-rc1

It contains fixes for security issues just having been disclosed:

- a 5 patch series for fixing of XSA-349 (DoS via resource depletion in
  Xen dom0)

- a patch fixing XSA-350 (access of stale pointer in a Xen dom0)


Thanks.

Juergen

 drivers/block/xen-blkback/xenbus.c        |  4 +++-
 drivers/net/xen-netback/xenbus.c          |  6 +++++-
 drivers/xen/xen-pciback/xenbus.c          |  2 +-
 drivers/xen/xenbus/xenbus.h               |  2 ++
 drivers/xen/xenbus/xenbus_client.c        |  8 +++++++-
 drivers/xen/xenbus/xenbus_probe.c         |  1 +
 drivers/xen/xenbus/xenbus_probe_backend.c |  7 +++++++
 drivers/xen/xenbus/xenbus_xs.c            | 34 ++++++++++++++++++++-----------
 include/xen/xenbus.h                      | 15 +++++++++++++-
 9 files changed, 62 insertions(+), 17 deletions(-)

Pawel Wieczorkiewicz (1):
      xen-blkback: set ring->xenblkd to NULL after kthread_stop()

SeongJae Park (5):
      xen/xenbus: Allow watches discard events before queueing
      xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
      xen/xenbus/xen_bus_type: Support will_handle watch callback
      xen/xenbus: Count pending messages for each watch
      xenbus/xenbus_backend: Disallow pending watch messages


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

end of thread, other threads:[~2020-12-19 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19  6:31 [GIT PULL] xen: branch for v5.11-rc1 Juergen Gross
2020-12-19 21:06 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-12-15 12:26 Juergen Gross
2020-12-16 20:16 ` 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).