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:44:58 +0000 (14:44 -0500)
commitf680049277c5b9df4fd54c00bee391832c80512e
tree7691812e36850c493cd64e9756f4c13dbad23d82
parentd988f04aeb7d661a423175714df280aeabd02154
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.028098 seconds and 4 git commands to generate.