linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: "lkml" <linux-kernel@vger.kernel.org>
Subject: [PULL] virtio fixes
Date: Wed, 22 May 2013 10:25:35 +0930	[thread overview]
Message-ID: <87wqqrsuig.fsf@rustcorp.com.au> (raw)

The following changes since commit d5fe85af85367d5892e4308f596de4e2a5fb9017:

  Merge tag 'pm+acpi-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2013-05-16 15:12:34 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/fixes-for-linus

for you to fetch changes up to 6407d75afd08545f2252bb39806ffd3f10c7faac:

  virtio_console: fix uapi header (2013-05-20 10:25:28 +0930)

----------------------------------------------------------------
A build fix and a uapi exposure fix.  The build fix is later than
I liked, but my first version broke linux-next due to overzealous
header clean.

Thanks,
Rusty.

----------------------------------------------------------------
Michael S. Tsirkin (1):
      virtio_console: fix uapi header

Rusty Russell (1):
      Hoist memcpy_fromiovec/memcpy_toiovec into lib/

 drivers/misc/vmw_vmci/Kconfig           |  2 +-
 drivers/misc/vmw_vmci/vmci_queue_pair.c |  2 +-
 include/linux/socket.h                  |  2 --
 include/linux/uio.h                     |  3 ++
 include/uapi/linux/virtio_console.h     |  2 +-
 lib/Makefile                            |  2 +-
 lib/iovec.c                             | 53 +++++++++++++++++++++++++++++++++
 net/core/iovec.c                        | 50 -------------------------------
 8 files changed, 60 insertions(+), 56 deletions(-)
 create mode 100644 lib/iovec.c

             reply	other threads:[~2013-05-22  0:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-22  0:55 Rusty Russell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-10 13:18 [PULL] virtio: fixes Michael S. Tsirkin
2019-04-10 16:50 ` pr-tracker-bot
2019-02-06 19:32 Michael S. Tsirkin
2019-02-07  8:10 ` pr-tracker-bot
2014-09-16  1:04 [PULL] virtio fixes Rusty Russell
2013-04-01 23:08 Rusty Russell
2011-04-21 13:31 Rusty Russell
2011-02-08 21:53 Rusty Russell
2010-06-23 13:20 Rusty Russell
2009-10-19  2:31 Rusty Russell
2009-10-21 23:31 ` Linus Torvalds
2009-10-22  6:13   ` Rusty Russell

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=87wqqrsuig.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=davem@davemloft.net \
    --cc=torvalds@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;
as well as URLs for NNTP newsgroup(s).