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: <20100610074912.1303e3da@nehalam> Date: Thu, 10 Jun 2010 07:49:12 -0700 From: Stephen Hemminger <shemminger@...tta.com> To: Herbert Xu <herbert@...dor.apana.org.au> Cc: "Michael S. Tsirkin" <mst@...hat.com>, Qianfeng Zhang <frzhang@...hat.com>, "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org, WANG Cong <amwang@...hat.com>, Matt Mackall <mpm@...enic.com> Subject: Re: [0/8] netpoll/bridge fixes On Thu, 10 Jun 2010 22:40:47 +1000 Herbert Xu <herbert@...dor.apana.org.au> wrote: > Hi: > > Qianfeng Zhang reported that he was seeing crashes with the > attached backtrace. > > I tracked this down to the recently added netpoll support in > the bridge device. It's a classic use-after-free problem. > > Trying to solve it brought out a host of other issues, some of > which existed prior to the new bridge code. The following patches > attempt to address some of these issues. > > Warning, this is completely untested (apart from compiling with > everything enabled) so please look but don't merge :) Thanks for looking at this, and yes the original code does look buggy. Not sure if I like the use of in_irq() to handle the netpoll packets as special case. Is in_irq() really reliable for this? -- 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