[DTrace-devel] [PATCH v4] build: support kernel builds with or without object directory

Nick Alcock nick.alcock at oracle.com
Wed Nov 8 19:46:32 UTC 2023


On 8 Nov 2023, Kris Van Hees via DTrace-devel told this:

> It should be possible to build DTrace against kernel headers provided in
> a variety of ways.  They can be provided as installed kernel header
> packages with combined or separated generated and standard headers, and
> linked from /lib/modules/<kernelv-version> or simply available as
> directory hierarchies elsewhere on the system.
>
> It should also be possible to build DTrace against kernel headers that
> are found in a locally built kernel, whether it is installed or not.
>
> This patch provides a cleanup for the build system to accomplish this
> with minimal configuration.

Assuming this just fixes the missing $(, which it looks like it does,

> Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
> Reviewed-by: Nick Alcock <nick.alcock at oracle.com>
Reviewed-by: Nick Alcock <nick.alcock at oracle.com>

indeed.



More information about the DTrace-devel mailing list