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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 06 Feb 2014 12:58:27 +0900 From: Toshiaki Makita <makita.toshiaki@....ntt.co.jp> To: Stephen Hemminger <stephen@...workplumber.org>, netdev@...r.kernel.org Subject: Re: Fw: [Bug 70071] New: Sending netconsole messages over a bridged network interface doesn't work anymore (2014/02/06 6:15), Stephen Hemminger wrote: > > > Begin forwarded message: > > Date: Wed, 5 Feb 2014 04:36:03 -0800 > From: "bugzilla-daemon@...zilla.kernel.org" <bugzilla-daemon@...zilla.kernel.org> > To: "stephen@...workplumber.org" <stephen@...workplumber.org> > Subject: [Bug 70071] New: Sending netconsole messages over a bridged network interface doesn't work anymore Reverting this commit seems to fix the problem. 93d8bf9fb8f3 ("bridge: cleanup netpoll code") In the following code path, p->br->dev->npinfo is NULL at br_netpoll_enable() because __netpoll_setup() assigns ndev->npinfo after calling ndo_netpoll_setup(). __netpoll_setup() -> br_netpoll_setup() -> br_netpoll_enable() Thanks, Toshiaki Makita -- 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