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:	Wed, 14 Nov 2007 23:11:19 +0100
From:	Francois Romieu <romieu@...zoreil.com>
To:	Rainer Jochem <rainer.jochem@...-sb.mpg.de>
Cc:	Patrick McHardy <kaber@...sh.net>, davem@...emloft.net,
	kuznet@....inr.ac.ru, jmorris@...ei.org,
	linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
	pcernko@...-sws.mpg.de
Subject: Re: [PATCH] ipconfig.c : implement DHCP Class-identifier

Rainer Jochem <rainer.jochem@...-sb.mpg.de> :
[...]
> --- net/ipv4/ipconfig.c.orig	2007-11-14 09:16:15.800566536 +0100
> +++ net/ipv4/ipconfig.c	2007-11-14 10:34:22.471219274 +0100
> @@ -139,6 +139,8 @@ __be32 ic_servaddr = NONE;	/* Boot serve
>  __be32 root_server_addr = NONE;	/* Address of NFS server */
>  u8 root_server_path[256] = { 0, };	/* Path to mount as root */
>  
> +static char vendor_class_identifier[253]; /* vendor class identifier */
> +

ic_dhcp_init_options is __init. Should it not be __initdata ?

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