lttng-modules 2.10.8-1ubuntu2~18.04.3 fail to build with linux-kvm in Bionic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lttng-modules (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bionic |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Testing failed on:
amd64: https:/
Build error:
CC [M] /var/lib/
In file included from /var/lib/
/var/lib/
|| LTTNG_KERNEL_
^
/var/lib/
|| LTTNG_KERNEL_
/var/lib/
/var/lib/
return vmalloc_sync_all();
/var/lib/
return vmalloc_sync_all();
/var/lib/
void wrapper_
^
cc1: some warnings being treated as errors
scripts/
For some reason this dkms module is failing to build only with linux-kvm on Bionic, it builds successfully with all the other flavors/
description: | updated |
This is caused due to another missing config option in linux-kvm, CONFIG_KALLSYMS. Lttng seems to have a bug in which if this symbol is not present, it doesn't include <linux/vmalloc.h>, but...some other code portion make use of that, so voilá hehe