| 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: <1339136238.6001.28.camel@edumazet-glaptop> Date: Fri, 08 Jun 2012 08:17:18 +0200 From: Eric Dumazet <eric.dumazet@...il.com> To: David Miller <davem@...emloft.net> Cc: therbert@...gle.com, netdev@...r.kernel.org Subject: Re: [PATCH] bonding: Fix corrupted queue_mapping On Thu, 2012-06-07 at 23:02 -0700, David Miller wrote: > Hmmm, isn't that what qdisc_skb_cb is for? And even private data is > explicitly allocated: > > > unsigned char data[24]; > > there. :-) > By the way, I notice data[] is not aligned on a long on 64bit arches. This might break net/sched/sch_netem.c on some arches, since time_to_send is a u64. -- 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