Compile fixes for RHEL 9.3 kernels
authorMartin Hicks <martin@sr-research.com>
Fri, 26 Jan 2024 17:18:33 +0000 (12:18 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 7 Feb 2024 19:43:26 +0000 (14:43 -0500)
commita9d49ac600f171e2289c8c409587bbcf2eec9f99
treed0b3ee78809871164343793752accf3e3a95a097
parent2da4de37de6382b4440737fdf4320e08a089afcd
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 <martin@sr-research.com>
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/instrumentation/events/compaction.h
include/instrumentation/events/jbd2.h
include/instrumentation/events/kmem.h
include/instrumentation/events/skb.h
include/wrapper/kprobes.h
src/lttng-statedump-impl.c
src/probes/Kbuild
This page took 0.027328 seconds and 4 git commands to generate.