Re: [RFC PATCH 4/4] drm/i915/gvt: move public gvt headers out into global include

From: Greg KH
Date: Wed Jan 15 2020 - 10:22:21 EST


On Thu, Jan 09, 2020 at 07:13:57PM +0200, Julian Stecklina wrote:
> Now that the GVT interface to hypervisors does not depend on i915/GVT
> internals anymore, we can move the headers to the global include/.
>
> This makes out-of-tree modules for hypervisor integration possible.

What kind of out-of-tree modules do you need/want for this? And why do
they somehow have to be out of the tree? We want them in the tree, and
so should you, as it will save you time and money if they are.

Also, as Christoph said, adding exports for functions that are not used
by anything within the kernel tree itself is not ok, that's not how we
work.

thanks,

greg k-h