All of lore.kernel.org
 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: branch for v5.5-rc1
Date: Fri,  6 Dec 2019 17:55:11 +0100	[thread overview]
Message-ID: <20191206165511.14749-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-5.5b-rc1-tag

xen: branch for v5.5-rc1

It contains:

- a patch to fix a build warning

- a cleanup of no longer needed code in the Xen event handling

- a small series for the Xen grant driver avoiding high order
  allocations and replacing an insane global limit by a per-call one

- a small series fixing Xen frontend/backend module referencing


Thanks.

Juergen

 drivers/block/xen-blkback/blkback.c |  8 +++++
 drivers/block/xen-blkback/common.h  |  3 ++
 drivers/block/xen-blkback/xenbus.c  | 11 +++++++
 drivers/xen/events/events_base.c    | 16 ++--------
 drivers/xen/gntdev-common.h         |  2 +-
 drivers/xen/gntdev-dmabuf.c         | 11 ++-----
 drivers/xen/gntdev.c                | 64 +++++++++++++++----------------------
 drivers/xen/xenbus/xenbus_probe.c   | 13 +++++++-
 8 files changed, 66 insertions(+), 62 deletions(-)

Colin Ian King (1):
      xen/gntdev: remove redundant non-zero check on ret

Juergen Gross (4):
      xen/events: remove event handling recursion detection
      xen/gntdev: replace global limit of mapped pages by limit per call
      xen/gntdev: switch from kcalloc() to kvcalloc()

Paul Durrant (2):
      xen/xenbus: reference count registered modules
      xen-blkback: allow module to be cleanly unloaded

WARNING: multiple messages have this Message-ID (diff)
From: Juergen Gross <jgross@suse.com>
To: torvalds@linux-foundation.org
Cc: xen-devel@lists.xenproject.org, boris.ostrovsky@oracle.com,
	linux-kernel@vger.kernel.org
Subject: [Xen-devel] [GIT PULL] xen: branch for v5.5-rc1
Date: Fri,  6 Dec 2019 17:55:11 +0100	[thread overview]
Message-ID: <20191206165511.14749-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-5.5b-rc1-tag

xen: branch for v5.5-rc1

It contains:

- a patch to fix a build warning

- a cleanup of no longer needed code in the Xen event handling

- a small series for the Xen grant driver avoiding high order
  allocations and replacing an insane global limit by a per-call one

- a small series fixing Xen frontend/backend module referencing


Thanks.

Juergen

 drivers/block/xen-blkback/blkback.c |  8 +++++
 drivers/block/xen-blkback/common.h  |  3 ++
 drivers/block/xen-blkback/xenbus.c  | 11 +++++++
 drivers/xen/events/events_base.c    | 16 ++--------
 drivers/xen/gntdev-common.h         |  2 +-
 drivers/xen/gntdev-dmabuf.c         | 11 ++-----
 drivers/xen/gntdev.c                | 64 +++++++++++++++----------------------
 drivers/xen/xenbus/xenbus_probe.c   | 13 +++++++-
 8 files changed, 66 insertions(+), 62 deletions(-)

Colin Ian King (1):
      xen/gntdev: remove redundant non-zero check on ret

Juergen Gross (4):
      xen/events: remove event handling recursion detection
      xen/gntdev: replace global limit of mapped pages by limit per call
      xen/gntdev: switch from kcalloc() to kvcalloc()

Paul Durrant (2):
      xen/xenbus: reference count registered modules
      xen-blkback: allow module to be cleanly unloaded

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

             reply	other threads:[~2019-12-06 16:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-06 16:55 Juergen Gross [this message]
2019-12-06 16:55 ` [Xen-devel] [GIT PULL] xen: branch for v5.5-rc1 Juergen Gross
2019-12-07 22:55 ` pr-tracker-bot
2019-12-07 22:55   ` [Xen-devel] " pr-tracker-bot

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=20191206165511.14749-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 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.