(usagi-users 03399) Re: MLDv2 linux implementation questions
David Stevens <[email protected]>
| Newsgroups | gmane.linux.ipv6.usagi.users |
|---|---|
| Message-ID | <OF45159D04.50B4DA6E-ON88257022.0030FAC4-88257022.0032470A@us.ibm.com> |
Hoerdt Mickael <[email protected]> wrote on 06/16/2005 01:17:59 AM: > David, > Thanks for the quick fixup, but this patch causes a kernel panic on my i386 > architecture after the first SSM calls. Also, would it be possible to > fix the IPv4 code > too ? Hoerdt, I ran all of your test cases successfully on my i386 machine, before I sent the patch. Can you send me the register dump and stack backtrace you got? If you don't have a serial console set up on the machine, some people have used a digital camera to create a jpg image of the screen, or a transcription of what you see would be helpful. Also, the only portions you should really need are the loop in ip_sock_mc_join() and the EADDRINUSE check in ipv6_sockglue.c. You might try applying just those portions and see if you still get it. My first guess would be a lock issue with the "leave group" portion, and I'll investigate that some more to see if I can reproduce it. +-DLS