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] [day] [month] [year] [list]
Date:	Thu, 26 Apr 2007 08:35:52 -0400
From:	"John W. Linville" <linville@...driver.com>
To:	akpm@...ux-foundation.org
Cc:	jeff@...zik.org, netdev@...r.kernel.org, dsd@...too.org,
	johannes@...solutions.net, josejx@...too.org
Subject: Re: [patch 01/11] git-netdev-all: export ieee80211_debug_level

On Thu, Apr 26, 2007 at 12:23:14AM -0700, akpm@...ux-foundation.org wrote:
> From: Andrew Morton <akpm@...ux-foundation.org>
> 
> Someone has been forgetting their SubmitChecklist medicine.
> 
> ERROR: "ieee80211_debug_level" [net/ieee80211/ieee80211_crypt_ccmp.ko] undefined!

Sent a pull request to Jeff on Tuesday that should fix this.

> Fix some unneeded space-wasting initialisations, too.  How often must this be
> said?

> -static int debug = 0;
> -u32 ieee80211_debug_level = 0;
> -static struct proc_dir_entry *ieee80211_proc = NULL;
> +static int debug;
> +u32 ieee80211_debug_level;
> +static struct proc_dir_entry *ieee80211_proc;

ACK to these bits.

John

-- 
John W. Linville
linville@...driver.com
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ