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 Mar 2009 14:00:57 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	David Miller <davem@...emloft.net>
Cc:	netdev@...r.kernel.org
Subject: Re: rndis_wlan netdev ops

On Mon, 23 Mar 2009 13:43:18 -0700 (PDT)
David Miller <davem@...emloft.net> wrote:

> 
> This is the only driver that won't build for me with
> the netdev ops compat option disabled.
> 
> It's trying to override the ->set_mutlicast_list op value
> of it's parent device.
> 
> Did you hit this one and I just missed it or is it not handled
> yet?

yes, that is when I stopped. Mainly because it was a non-trivial
fix.

> Probably what we'll have to do for this case is allocate a
> netdev_ops copy so that the ->set_multicast_list can be set
> to a new value.  But that defeats the whole purpose of netdev
> ops so I assume you have other plans :-)

Why not just turn off the multicast bit in the device, or maybe
the hardware developer can implement set_multicast_list
--
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