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]
Message-id: <cover.1281002833.git.m.nazarewicz@samsung.com>
Date:	Thu, 05 Aug 2010 12:27:34 +0200
From:	Michal Nazarewicz <m.nazarewicz@...sung.com>
To:	Greg KH <greg@...ah.com>, David Brownell <david-b@...bell.net>,
	USB <linux-usb@...r.kernel.org>
Cc:	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: [PATCHv6 0/7] Several USB fixes

Hello again,

Michal Nazarewicz (7):

  USB: gadget: storage_common: fixed warning building mass storage
    function

    This fixes a warning in the storage_common.c file.

  USB: gadget: g_multi: fixed vendor and product ID
  USB: gadget: g_ffs: fixed vendor and product ID

    Those fix the product and vendor IDs of the g_multi and g_ffs
    gadgets.

Greg, could you pull the above three patches regardless of the status
of next four.  The first one was already sent and no one seemed to
have any troubles with it.  The second and the third are trivial
fixes.

  USB: gadget: composite: Better string override handling

    This fixes the string override in the composite framework.

David, could you look at it again and point out where exactly does it
use an unmanaged serial number, please?  I still don't see it...

  USB: gadget: mass_storage: moved strings handling code to composite
  USB: gadget: functionfs: code cleanup
  USB: gadget: g_multi: moved strings handling code to composite

    Those change g_mass_storage, g_ffs and g_multi to use new
    functionality of the composite layer.  In previous patchset I sent
    it as a single patch, splatted it as per David's request.

 drivers/usb/gadget/composite.c      |   95 +++++++++++++++++++++++------------
 drivers/usb/gadget/g_ffs.c          |   85 ++++++++++---------------------
 drivers/usb/gadget/mass_storage.c   |   72 ++------------------------
 drivers/usb/gadget/multi.c          |   23 ++-------
 drivers/usb/gadget/storage_common.c |   10 ++--
 include/linux/usb/composite.h       |   13 +++++
 6 files changed, 120 insertions(+), 178 deletions(-)

--
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