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, 15 Apr 2008 16:50:20 +0400
From:	Pavel Emelyanov <xemul@...nvz.org>
To:	Patrick McHardy <kaber@...sh.net>
CC:	David Miller <davem@...emloft.net>,
	Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [PATCH net-2.6.26 4/10][VLAN]: Introduce the vlan_net structure
 and init/exit net ops.

Patrick McHardy wrote:
> Pavel Emelyanov wrote:
>> @@ -632,6 +670,10 @@ static int __init vlan_proto_init(void)
>>  	pr_info("%s v%s %s\n", vlan_fullname, vlan_version, vlan_copyright);
>>  	pr_info("All bugs added by %s\n", vlan_buggyright);
>>  
>> +	err = register_pernet_gen_device(&vlan_net_id, &vlan_net_ops);
>> +	if (err < 0)
>> +		goto err0;
> 
> I'm wondering what vlan_net_id is used for, but I can't find that
> function in the current net-2.6.26.git tree. What tree are these
> patches based on?
> 

They are for net-2.6.26 with this
http://marc.info/?l=linux-netdev&m=120799367318572&w=2
and this
http://marc.info/?l=linux-netdev&m=120799357618440&w=2
patches.

David said the he accepted them both and agreed that I send
other work based on them.

Thanks,
Pavel
--
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