Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2016 16:00:49 +0100
From:      Justin Clift <justin@postgresql.org>
To:        Hans Petter Selasky <hps@selasky.org>
Cc:        freebsd-infiniband@freebsd.org
Subject:   Re: Kernel panic (page fault) on 10.3-STABLE with IB & VIMAGE modules
Message-ID:  <C1EC5B43-8365-4E39-8D56-B84592516FA4@postgresql.org>
In-Reply-To: <5718E902.60007@selasky.org>
References:  <210EB5F8-DEC1-4F5E-9CC7-003AF3784B50@postgresql.org> <E9A17D1C-E1D4-4146-9E0D-63AED575A34E@postgresql.org> <5718E3C6.7000602@selasky.org> <3296365A-A8BB-44FA-9DAD-1E3F974310C2@postgresql.org> <5718E902.60007@selasky.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 21 Apr 2016, at 15:51, Hans Petter Selasky <hps@selasky.org> wrote:
> Hi,
> 
> Can you add to one of the ipoib .c files the following check:
> 
> 
> #ifndef VIMAGE
> #error "VIMAGE is not defined"
> #endif

Yep.  Added it to /usr/src/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
right before the #include "ipoib.h".

Full kernel compile completed without issue, so I guess VIMAGE was
compiled in correctly after all. :D

Good way to check.  Pretty definitive. ;)

+ Justin

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C1EC5B43-8365-4E39-8D56-B84592516FA4>