NULL deref in addr6_resolve()

2011-07-16 Thread David Miller
In drivers/infiniband/core/addr.c: neigh = dst->neighbour; if (!neigh || !(neigh->nud_state & NUD_VALID)) { neigh_event_send(dst->neighbour, NULL); ret = -ENODATA; goto put; } neigh_event_send() can be passed a NULL pointer,

Re: IBoE updates - GID change event / network flow counters (was: [PATCH 7/9] ib/pma: add include file for IBA perf counters)

2011-07-16 Thread Or Gerlitz
On Mon, Jun 20, 2011 at 9:18 PM, Roland Dreier wrote: > Or Gerlitz wrote: >> Roland, My patch series went through Sean's review (and passed... patch 7/9 >> needed >> fixes and I posted V1 for it) any more feedback you need to accept them or >> you just want to go over them yourself? > Looks f