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
| ||
|
Message-ID: <299618.58880.qm@web180304.mail.gq1.yahoo.com> Date: Sat, 12 Jun 2010 19:49:27 -0700 (PDT) From: David Brownell <david-b@...bell.net> To: Jussi Kivilinna <jussi.kivilinna@...et.fi>, Joe Perches <joe@...ches.com> Cc: "David S.Miller" <davem@...emloft.net>, netdev@...r.kernel.org, David Brownell <dbrownell@...rs.sourceforge.net> Subject: Re: Broken rndis_host with #define DEBUG (by a475f603d23392f386e45cf377b17c30ed3bbb80) --- On Sat, 6/12/10, Joe Perches <joe@...ches.com> wrote: > > rndis_host oopses with #define DEBUG, in > generic_rndis_bind() when > > calling netif_dbg(). Problem is that > (netdev)->dev.parent is NULL > > (used in netdev_printk) while generic_rndis_bind is > called.Thanks. Should have been assigned by SET_NETDEV_DEV() in usbnet_probe() ... before calling the bind() routine Maybe just moving that SET_NETDEV_DEV earlier would suffice. > -- 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