public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: matt mooney <mfm@muteddisk.com>
To: Greg Kroah-Hartman <greg@kroah.com>
Cc: Arjan Mels <arjan.mels@nxp.com>,
	usbip-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [PATCH 0/6] usbip: userspace improvements
Date: Thu, 26 May 2011 06:17:07 -0700	[thread overview]
Message-ID: <cover.1306414175.git.mfm@muteddisk.com> (raw)

Hi Greg,

Here is a series to go in your queue until you have time to look at
them and open up your tree for patches. The major patch in the series
is userspace tools v1.0.0. There is a _lot_ of work left to improve
the userspace stuff, but this is what I think is a big step in the
right direction, which will lead into major work in the kernel code.

I would also like to let you guys know (Arjan!) that I am working on
a draft of a protocol for usbip. This will attempt to provide a
well-defined and unified userspace and kernel protocol, along with
providing some documentation of what usbip is doing, which seems to be
in high demand. The goal is to have interoperability between different
systems without the need to have the same implementation. I will post
a draft soon so that everyone interested can help me refine it.
Unfortunately, I am going out of town for the next few days, so I am
not exactly sure when that will be.

Thanks,
matt


matt mooney (6):
  staging: usbip: userspace: set kernel module names in one place
  staging: usbip: userspace: change struct class_device to
    usbip_class_device
  staging: usbip: userspace: vhci_driver: parameterize path names
  staging: usbip: userspace tools v1.0.0
  staging: usbip: userspace: usbipd.c: add header into source file
  staging: usbip: userspace: usbip_network: rename and cleanup function

 drivers/staging/usbip/userspace/configure.ac       |    4 +-
 .../staging/usbip/userspace/libsrc/stub_driver.c   |   12 +-
 .../staging/usbip/userspace/libsrc/usbip_common.h  |    6 +-
 .../staging/usbip/userspace/libsrc/vhci_driver.c   |   76 ++-
 .../staging/usbip/userspace/libsrc/vhci_driver.h   |   19 +-
 drivers/staging/usbip/userspace/src/Makefile.am    |   11 +-
 drivers/staging/usbip/userspace/src/bind-driver.c  |  643 ----------------
 drivers/staging/usbip/userspace/src/usbip.c        |  813 ++++----------------
 drivers/staging/usbip/userspace/src/usbip.h        |   39 +
 drivers/staging/usbip/userspace/src/usbip_attach.c |  228 ++++++
 drivers/staging/usbip/userspace/src/usbip_bind.c   |  261 +++++++
 drivers/staging/usbip/userspace/src/usbip_detach.c |  103 +++
 drivers/staging/usbip/userspace/src/usbip_list.c   |  306 ++++++++
 .../staging/usbip/userspace/src/usbip_network.c    |   73 +-
 .../staging/usbip/userspace/src/usbip_network.h    |   37 +-
 drivers/staging/usbip/userspace/src/usbip_unbind.c |   95 +++
 drivers/staging/usbip/userspace/src/usbipd.c       |    8 +-
 drivers/staging/usbip/userspace/src/utils.c        |   60 ++-
 drivers/staging/usbip/userspace/src/utils.h        |    1 +
 19 files changed, 1347 insertions(+), 1448 deletions(-)
 delete mode 100644 drivers/staging/usbip/userspace/src/bind-driver.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip.h
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_attach.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_bind.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_detach.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_list.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_unbind.c

-- 
1.7.5.1


             reply	other threads:[~2011-05-26 13:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-26 13:17 matt mooney [this message]
2011-05-26 13:17 ` [PATCH 1/6] staging: usbip: userspace: set kernel module names in one place matt mooney
2011-05-26 13:17 ` [PATCH 2/6] staging: usbip: userspace: change struct class_device to usbip_class_device matt mooney
2011-05-26 13:17 ` [PATCH 3/6] staging: usbip: userspace: vhci_driver: parameterize path names matt mooney
2011-05-26 13:17 ` [PATCH 4/6] staging: usbip: userspace tools v1.0.0 matt mooney
2011-05-26 13:17 ` [PATCH 5/6] staging: usbip: userspace: usbipd.c: add header into source file matt mooney
2011-05-26 13:17 ` [PATCH 6/6] staging: usbip: userspace: usbip_network: rename and cleanup function matt mooney

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=cover.1306414175.git.mfm@muteddisk.com \
    --to=mfm@muteddisk.com \
    --cc=arjan.mels@nxp.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=usbip-devel@lists.sourceforge.net \
    /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