Actions
Bug #1390
closedlttng-modules stable-2.13 and master fail to build against linux 6.6.x
Start date:
09/26/2023
Due date:
% Done:
0%
Estimated time:
Description
In CI, we're seeing build failures against the latest 6.6 tags:
... 22:52:15 In file included from /home/jenkins/workspace/lttng-modules_PARAM_build/platforms/deb12-amd64/src/lttng-modules/src/probes/lttng-probe-kvm-x86-mmu.c:36: 22:52:15 ./include/../arch/x86/kvm/mmu/spte.h:6:10: fatal error: mmu.h: No such file or directory 22:52:15 6 | #include "mmu.h" 22:52:15 | ^~~~~~~ 22:52:15 compilation terminated. 22:52:15 make[4]: *** [scripts/Makefile.build:243: /home/jenkins/workspace/lttng-modules_PARAM_build/platforms/deb12-amd64/src/lttng-modules/src/probes/lttng-probe-kvm-x86-mmu.o] Error 1
C.f.
Updated by Kienan Stewart about 1 year ago
- Status changed from New to In Progress
- Assignee set to Kienan Stewart
Proposed fix: https://review.lttng.org/c/lttng-modules/+/10931
Updated by Ricardo Nabinger Sanchez about 1 year ago
With the proposed fix, I was able to build and install on a very recent Slackware64-current, using lttng-modules-2.13.10
tarball.
Updated by Kienan Stewart about 1 year ago
- Status changed from In Progress to Resolved
The patch has been merged in master and backport as necessary.
Actions