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: <20070912.055807.35675297.davem@davemloft.net> Date: Wed, 12 Sep 2007 05:58:07 -0700 (PDT) From: David Miller <davem@...emloft.net> To: dlezcano@...ibm.com Cc: ebiederm@...ssion.com, containers@...ts.osdl.org, netdev@...r.kernel.org, benjamin.thery@...l.net Subject: Re: [net-2.6.24][NETNS][patch 3/3] fix bad macro definition From: dlezcano@...ibm.com Date: Wed, 12 Sep 2007 14:38:14 +0200 > From: Daniel Lezcano <dlezcano@...ibm.com> > > The macro definition is bad. When calling next_net_device with > parameter name "dev", the resulting code is: > struct net_device *dev = dev and that leads to an unexpected > behavior. Especially when llc_core is compiled in, the kernel panics > at boot time. > The patchset change macro definition with static inline functions as > they were defined before. > > Signed-off-by: Benjamin Thery <benjamin.thery@...l.net> > Signed-off-by: Daniel Lezcano <dlezcano@...ibm.com> Applied, thanks. - 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