[DTrace-devel] [PATCH 1/7] bpf: fix linking of include/asm directory

Nick Alcock nick.alcock at oracle.com
Wed Dec 7 17:04:20 UTC 2022


On 6 Dec 2022, Kris Van Hees via DTrace-devel told this:

> The bpf/Build file contained code to select the appropriate include
> directory to link into the DTrace build directory hierarchy, but it
> then happily overwrote that with a link to /usr/include/asm.

Given that the line above it says

	for d in /usr/include/${ARCH}-linux-gnu/asm /usr/include/asm; do \

i.e. it does a fallback anyway, this is

Reviewed-by: Nick Alcock <nick.alcock at oracle.com>



More information about the DTrace-devel mailing list