lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 19 May 2011 21:36:54 -0700
From:	matt mooney <mfm@...eddisk.com>
To:	Greg Kroah-Hartman <greg@...ah.com>
Cc:	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: [PATCH 00/12] staging: usbip

matt mooney (12):
  staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_
    and pr_
  staging: usbip: remove unnecessary lines and extra return statements
  staging: usbip: stub_main.c: reorder functions
  staging: usbip: stub_main.c: code cleanup
  staging: usbip: stub_main.c: rename init and exit functions
  staging: usbip: stub_main.c: use KMEM_CACHE macro
  staging: usbip: usbip_common.c: fix misspelled function name
  staging: usbip: usbip_common.h: reorganize and document request
    headers
  staging: usbip: stub_dev.c: move stub_driver definition and update
    driver name
  staging: usbip: userspace: bind_driver.c: update kernel module name
  staging: usbip: usbip_common.c: rename init and exit functions
  staging: usbip: vhci_hcd.c: rename init and exit functions

 drivers/staging/usbip/stub.h                      |    1 +
 drivers/staging/usbip/stub_dev.c                  |   93 +++----
 drivers/staging/usbip/stub_main.c                 |  212 +++++++---------
 drivers/staging/usbip/stub_rx.c                   |   23 +-
 drivers/staging/usbip/stub_tx.c                   |   30 +-
 drivers/staging/usbip/usbip_common.c              |  257 +++++++++----------
 drivers/staging/usbip/usbip_common.h              |  284 +++++++++-----------
 drivers/staging/usbip/usbip_event.c               |    3 +-
 drivers/staging/usbip/userspace/src/bind-driver.c |    4 +-
 drivers/staging/usbip/vhci_hcd.c                  |  106 +++-----
 drivers/staging/usbip/vhci_rx.c                   |   35 ++--
 drivers/staging/usbip/vhci_sysfs.c                |   14 +-
 drivers/staging/usbip/vhci_tx.c                   |    8 +-
 13 files changed, 479 insertions(+), 591 deletions(-)

-- 
1.7.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ