From: Rusty Russell <rusty@rustcorp.com.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lguest <lguest@ozlabs.org>,
linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
"Michael S. Tsirkin" <mst@redhat.com>,
Dan Carpenter <error27@gmail.com>
Subject: [PULL] lguest & virtio fixes, cleanups
Date: Thu, 30 Jul 2009 16:11:37 +0930 [thread overview]
Message-ID: <200907301611.38480.rusty@rustcorp.com.au> (raw)
Note that the bulk of this is comment updates and style fixups: the
diffstat on the 5 fixes is:
Documentation/lguest/lguest.c | 6 -
drivers/lguest/lguest_user.c | 5
drivers/virtio/virtio_pci.c | 246 +++++++++++++++++++++++-------------------
3 files changed, 147 insertions(+), 110 deletions(-)
The bulk of *that* is the virtio_pci MSI-X support "refactor": I should have
looked much harder at that before I merged it in.
Thanks,
Rusty.
The following changes since commit 658874f05d040ca96eb5ba9b1c30ce0ff287d762:
Linus Torvalds (1):
Merge branch 'i2c-fixes-rc4' of git://aeryn.fluff.org.uk/bjdooks/linux
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master
Dan Carpenter (1):
lguest: dereferencing freed mem in add_eventfd()
Michael S. Tsirkin (3):
virtio: fix memory leak on device removal
virtio: delete vq from list
virtio: refactor find_vqs
Rusty Russell (4):
lguest: fix descriptor corruption in example launcher
lguest: fix comment style
lguest: update commentry
lguest and virtio: cleanup struct definitions to Linux style.
Documentation/lguest/lguest.c | 721 ++++++++++++++++++++++-----------
arch/x86/include/asm/lguest.h | 3 +-
arch/x86/include/asm/lguest_hcall.h | 18 +-
arch/x86/lguest/boot.c | 509 ++++++++++++++++--------
arch/x86/lguest/i386_head.S | 112 ++++--
drivers/lguest/core.c | 119 ++++--
drivers/lguest/hypercalls.c | 145 +++++---
drivers/lguest/interrupts_and_traps.c | 288 +++++++++-----
drivers/lguest/lg.h | 32 +-
drivers/lguest/lguest_device.c | 160 +++++---
drivers/lguest/lguest_user.c | 232 ++++++++---
drivers/lguest/page_tables.c | 489 +++++++++++++++-------
drivers/lguest/segments.c | 106 ++++--
drivers/lguest/x86/core.c | 374 +++++++++++------
drivers/lguest/x86/switcher_32.S | 22 +-
drivers/virtio/virtio_pci.c | 240 +++++++-----
include/linux/lguest.h | 39 ++-
include/linux/lguest_launcher.h | 18 +-
include/linux/virtio_blk.h | 6 +-
include/linux/virtio_config.h | 3 +-
include/linux/virtio_net.h | 6 +-
include/linux/virtio_ring.h | 12 +-
22 files changed, 2422 insertions(+), 1232 deletions(-)
reply other threads:[~2009-07-30 6:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200907301611.38480.rusty@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=error27@gmail.com \
--cc=lguest@ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox