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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 10 Nov 2008 17:02:11 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	shemminger@...tta.com
Cc:	netdev@...r.kernel.org
Subject: Re: [RFC] network device ops phase 1

From: Stephen Hemminger <shemminger@...tta.com>
Date: Fri, 7 Nov 2008 15:50:23 -0800

> This early work on a series of patches to separate the management portions
> of the network device (immutable function pointers) from the data
> structure part of the network device.
 ...

I think this is a good way to attack this kind of transition.

Fix the build errors, do some testing, and please resubmit:

net/core/dev.c: In function ‘register_netdevice’:
net/core/dev.c:4075: error: ‘struct net_device_ops’ has no member named ‘poll_controller’
net/core/dev.c:4075: error: ‘struct net_device’ has no member named ‘poll_controller’
make[2]: *** [net/core/dev.o] Error 1
make[1]: *** [net/core] Error 2
make: *** [net] Error 2
make: *** Waiting for unfinished jobs....

Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ