* [GIT PULL] xen: branch for v5.5-rc1
@ 2019-12-06 16:55 ` Juergen Gross
0 siblings, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2019-12-06 16:55 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.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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Xen-devel] [GIT PULL] xen: branch for v5.5-rc1
@ 2019-12-06 16:55 ` Juergen Gross
0 siblings, 0 replies; 4+ messages in thread
From: Juergen Gross @ 2019-12-06 16:55 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-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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] xen: branch for v5.5-rc1
2019-12-06 16:55 ` [Xen-devel] " Juergen Gross
@ 2019-12-07 22:55 ` pr-tracker-bot
-1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-12-07 22:55 UTC (permalink / raw)
To: Juergen Gross; +Cc: torvalds, linux-kernel, xen-devel, boris.ostrovsky
The pull request you sent on Fri, 6 Dec 2019 17:55:11 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.5b-rc1-tag
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f74fd13f4585e418a3e630a82468be58bf1d98c1
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xen-devel] [GIT PULL] xen: branch for v5.5-rc1
@ 2019-12-07 22:55 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-12-07 22:55 UTC (permalink / raw)
To: Juergen Gross; +Cc: xen-devel, boris.ostrovsky, torvalds, linux-kernel
The pull request you sent on Fri, 6 Dec 2019 17:55:11 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.5b-rc1-tag
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f74fd13f4585e418a3e630a82468be58bf1d98c1
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
_______________________________________________
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:[~2019-12-07 22:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06 16:55 [GIT PULL] xen: branch for v5.5-rc1 Juergen Gross
2019-12-06 16:55 ` [Xen-devel] " Juergen Gross
2019-12-07 22:55 ` pr-tracker-bot
2019-12-07 22:55 ` [Xen-devel] " pr-tracker-bot
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.