Re: Multicast macros and global list of addresses

2013-10-02 Thread Stuart Henderson
On 2013/09/19 13:59, Martin Pieuchot wrote: > Diff below change the macros used to iterate over the multicast > records linked to an interface without using the global lists of > addresses. > > These records are currently link to the first address descriptor, > respectively v4 and v6, even if they

Re: re(4) diff that needs testing

2013-10-02 Thread Kenneth R Westerback
On Tue, Oct 01, 2013 at 09:32:30PM +0200, Mark Kettenis wrote: > Some re(4) variants now use msi. Unfortunately the interrupt handler > isn't careful enough, and we might miss an interrupt. The diff below > seems to fix that by disabling the interrupts while processing an > interrupt. This is wh

Re: re(4) diff that needs testing

2013-10-02 Thread Kenneth R Westerback
On Tue, Oct 01, 2013 at 09:32:30PM +0200, Mark Kettenis wrote: > Some re(4) variants now use msi. Unfortunately the interrupt handler > isn't careful enough, and we might miss an interrupt. The diff below > seems to fix that by disabling the interrupts while processing an > interrupt. This is wh

Re: udp6 fix for possible memory corruption

2013-10-02 Thread Alexander Bluhm
On Fri, Aug 23, 2013 at 12:47:10PM -0700, Loganaden Velvindron wrote: > Hi, > > >From NetBSD: > > http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet6/udp6_output.c?rev=1.41&content-type=text/x-cvsweb-markup&only_with_tag=MAIN > " > Under some circumstances, udp6_output() would call ip6_clearpkto

Re: openbsd ioctl fix (in6.c)

2013-10-02 Thread Claudio Jeker
On Tue, Oct 01, 2013 at 10:25:45AM +0200, Martin Pieuchot wrote: > On 30/09/13(Mon) 14:17, Loganaden Velvindron wrote: > > On Mon, Sep 30, 2013 at 10:51:47PM +0200, Alexander Bluhm wrote: > > > On Wed, Sep 18, 2013 at 12:01:10AM -0700, Loganaden Velvindron wrote: > > > > Index: in6.c > > > > ==

Re: Multicast macros and global list of addresses

2013-10-02 Thread Martin Pieuchot
On 01/10/13(Tue) 19:53, Loganaden Velvindron wrote: > On Tue, Oct 1, 2013 at 3:33 PM, Martin Pieuchot > wrote: > > On 19/09/13(Thu) 13:59, Martin Pieuchot wrote: > >> Diff below change the macros used to iterate over the multicast > >> records linked to an interface without using the global lists