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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 27 Apr 2010 18:11:49 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	epasheva@...rrawireless.com
Cc:	dbrownell@...rs.sourceforge.net, rfiler@...rrawireless.com,
	netdev@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH v5] net/usb: add sierra_net.c driver

From: David Miller <davem@...emloft.net>
Date: Tue, 27 Apr 2010 18:07:32 -0700 (PDT)

> From: Elina Pasheva <epasheva@...rrawireless.com>
> Date: Tue, 27 Apr 2010 17:48:31 -0700
> 
>> Subject: [PATCH v5] net/usb: add sierra_net.c driver
> 
> Applied, although I had to manually remove the stray extra
> newline at the end of drivers/net/usb/sierra_net.c which GIT
> complains about when the patch is applied.

I also had to fix up the following warning during the build:

drivers/net/usb/sierra_net.c: In function ‘sierra_net_parse_lsi’:
drivers/net/usb/sierra_net.c:365: warning: format ‘%u’ expects type ‘unsigned int’, but argument 7 has type ‘long unsigned int’

"size_t" objects must use the "z" format specifier, so "%zu" is what
should have been used here.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ