Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1693561 > unrolled thread
| Started by | Juergen Gross <jgross@suse.com> |
|---|---|
| First post | 2017-07-21 12:20 +0200 |
| Last post | 2017-07-22 13:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] xen: features and fixes for 4.13-rc2 Juergen Gross <jgross@suse.com> - 2017-07-21 12:20 +0200
Re: [GIT PULL] xen: features and fixes for 4.13-rc2 Linus Torvalds <torvalds@linux-foundation.org> - 2017-07-21 23:00 +0200
Re: [GIT PULL] xen: features and fixes for 4.13-rc2 Juergen Gross <jgross@suse.com> - 2017-07-22 13:10 +0200
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Date | 2017-07-21 12:20 +0200 |
| Subject | [GIT PULL] xen: features and fixes for 4.13-rc2 |
| Message-ID | <u5Dcm-3yA-9@gated-at.bofh.it> |
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.13-rc2-tag
xen: features and fixes for 4.13-rc2
It contains:
- a new Xen backend driver for passing socket calls from a Xen guest to
Xen dom0
- some Xen related bug fixes and cleanups
Thanks.
Juergen
arch/x86/xen/smp_pv.c | 3 +-
arch/x86/xen/time.c | 1 -
drivers/xen/Kconfig | 12 +
drivers/xen/Makefile | 1 +
drivers/xen/balloon.c | 3 +
drivers/xen/grant-table.c | 9 +-
drivers/xen/pvcalls-back.c | 1236 ++++++++++++++++++++++++++++++++++++
drivers/xen/xen-balloon.c | 22 +-
include/xen/balloon.h | 8 +
include/xen/interface/io/pvcalls.h | 121 ++++
include/xen/interface/io/ring.h | 2 +
11 files changed, 1405 insertions(+), 13 deletions(-)
Colin Ian King (1):
xen/pvcalls: fix null pointer reference on sock_release call
Juergen Gross (3):
xen/grant-table: log the lack of grants
xen/x86: fix cpu hotplug
xen/balloon: don't online new memory initially
Stefano Stabellini (18):
xen: introduce the pvcalls interface header
xen/pvcalls: introduce the pvcalls xenbus backend
xen/pvcalls: initialize the module and register the xenbus backend
xen/pvcalls: xenbus state handling
xen/pvcalls: connect to a frontend
xen/pvcalls: handle commands from the frontend
xen/pvcalls: implement socket command
xen/pvcalls: implement connect command
xen/pvcalls: implement bind command
xen/pvcalls: implement listen command
xen/pvcalls: implement accept command
xen/pvcalls: implement poll command
xen/pvcalls: implement release command
xen/pvcalls: disconnect and module_exit
xen/pvcalls: implement the ioworker functions
xen/pvcalls: implement read
xen/pvcalls: implement write
xen: introduce a Kconfig option to enable the pvcalls backend
Vitaly Kuznetsov (1):
xen/x86: Don't BUG on CPU0 offlining
[toc] | [next] | [standalone]
| From | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Date | 2017-07-21 23:00 +0200 |
| Message-ID | <u5NbI-18q-21@gated-at.bofh.it> |
| In reply to | #1693561 |
On Fri, Jul 21, 2017 at 3:17 AM, Juergen Gross <jgross@suse.com> wrote:
> drivers/xen/pvcalls-back.c | 1236 ++++++++++++++++++++++++++++++++++++
This really doesn't look like a fix.
The merge window is over.
So I'm not pulling this without way more explanations of why I should.
Linus
[toc] | [prev] | [next] | [standalone]
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Date | 2017-07-22 13:10 +0200 |
| Message-ID | <u60si-1bj-23@gated-at.bofh.it> |
| In reply to | #1693979 |
On 21/07/17 22:57, Linus Torvalds wrote: > On Fri, Jul 21, 2017 at 3:17 AM, Juergen Gross <jgross@suse.com> wrote: >> drivers/xen/pvcalls-back.c | 1236 ++++++++++++++++++++++++++++++++++++ > > This really doesn't look like a fix. > > The merge window is over. > > So I'm not pulling this without way more explanations of why I should. Hmm, okay. I estimated the risk of adding this new driver to be rather low, as it won't be used other than in development systems right now. In case you don't want to pull it I'm fine with sending you another pull request without this driver. Juergen
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web