From: Martin Hicks Date: Fri, 26 Jan 2024 17:18:33 +0000 (-0500) Subject: Compile fixes for RHEL 9.3 kernels X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=a9d49ac600f171e2289c8c409587bbcf2eec9f99;hp=a9d49ac600f171e2289c8c409587bbcf2eec9f99;p=lttng-modules.git Compile fixes for RHEL 9.3 kernels The ranges were build tested on RHEL9.2 (5.14.0-284.11.1), RHEL9.3 (5.14.0-362.8.1) and RHEL8.9 (4.18.0-513.11.1). This disables the kmem and compaction modules. I don't believe getting these to compile will be easy, as the required struct declarations are in vmlinux.h, and haven't been moved into mm/internal.h and mm/slab.h in the RHEL sources. Change-Id: I999c593d6850e2327f6e9df8432a4ea2325a7cea Signed-off-by: Martin Hicks Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---