[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130118182534.GB15977@hmsreliant.think-freely.org>
Date: Fri, 18 Jan 2013 13:25:34 -0500
From: Neil Horman <nhorman@...driver.com>
To: Dave Jones <davej@...hat.com>
Cc: netdev@...r.kernel.org
Subject: Re: ip6_dst_lookup_tail oops
On Fri, Jan 18, 2013 at 10:20:23AM -0500, Dave Jones wrote:
> On Fri, Jan 18, 2013 at 07:48:09AM -0500, Neil Horman wrote:
> > > Now I've hit it with rt->n = 2000000000000010. So I'm starting to
> > > think this is getting passed in directly from userspace somehow, as
> > > these values look like the output of my 'set a few random bits' routine
> > > that sometimes gets called for params.
> > >
> > > I'm having trouble mapping a corrupt sendmsg parameter to a messed up rt->n though.
> > >
> > Well, neighbor table entries for ipv6 get added over rtnetlink,
>
> ah, that's helpful. That explains why just fuzzing sendmsg alone won't hit this.
>
Yeah, I expect the failure is going to be preceded by a RTM_NEWNEIGH message at
some point, or possibly some combination of RTM_NEWNEIGH and RTM_ROUTE that
erroneously sets up that bogus neighbor pointer.
> > but it seems you
> > would have to be able to memory map the socket to get a pointer like that into
> > place. Trinity doesn't record the syscalls it makes does it? That might be
> > helpful in tracking this down.
>
> It does, but when it takes two days to hit something like this, you end up
> with gigabytes of data to look through.
>
Yeah, thats a bit much. I suppose at this point I'd suggest running a stap
script or just modifying the kernel to dump the neighbour table every time you
add a neighbor entry in __neigh_create. That might at least get us closer to
the point at which we introduce the problem.
Best
Neil
> Dave
>
> --
> 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
>
--
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