Date: Mon, 01 Dec 2014 10:39:02 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: FreeBSD Current <current@freebsd.org> Subject: Re: witness and modules. Message-ID: <2805430.yZtslRjaC7@ralph.baldwin.cx> In-Reply-To: <54788FF3.3030602@freebsd.org> References: <54788FF3.3030602@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, November 28, 2014 11:08:35 PM Julian Elischer wrote: > Do we need to compile all modules with witness definitions when > linking with a kernel compiled with witness? > This was true at one stage but I remember some work was done to make > them compatible. You should not need this. modules always call functions in the kernel for lock operations and this functions are what invoke WITNESS. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2805430.yZtslRjaC7>