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:	Mon, 23 Nov 2009 11:15:10 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>, gregkh@...e.de,
	rusty@...tcorp.com.au
Cc:	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: Tree for November 23

On Mon, 23 Nov 2009 18:52:32 +1100 Stephen Rothwell wrote:

> Hi all,
> 
> Changes since 20091120:


Hey rr,

This patch "param\:remove-useless-writable-charp.patch" has several typos
that cause build errors in drivers/staging/.  I sent patches for these errors
to gregkh but he couldn't apply them.  Please build STAGING (drivers/staging/)
crap along with other build testing when you make changes.


drivers/staging/rtl8187se/r8180_core.c:
+module_param_string(ifname, ifname, sizef(ifname), S_IRUGO|S_IWUSR);
                                     ^^^^^

drivers/staging/rtl8192e/r8192E_core.c:
+module_param_string(ifname, ifname, sizef(ifname), S_IRUGO|S_IWUSR);
                                     ^^^^^
and
+		strcpt(ifname, "wlan%d");
                ^^^^^^


Thanks.
---
~Randy
--
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