]> sourceware.org Git - systemtap.git/commit
Deal with kernels pre-6.12 kernel that relocated unaligned.h master
authorWilliam Cohen <wcohen@redhat.com>
Wed, 6 Nov 2024 21:24:06 +0000 (16:24 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 6 Nov 2024 21:30:53 +0000 (16:30 -0500)
commit3e5c0306ccaa277a6bcf189a26789825841a0402
tree4acce2dcacba807f09b58c5ffc8278c788452d50
parent3b429c408cecafbaaecb938c477f49c1ca0724d5
Deal with kernels pre-6.12 kernel that relocated unaligned.h

Observed on kernel-6.11.0-28.el10 the <asm/unaligned.h> was moved to
<linux/unaligned.h>.  The check was just looking at the kernel version
which was not sufficient on this Linux 6.11 with a backport moving
unaligned.h.
buildrun.cxx
runtime/linux/autoconf-linux-unaligned-h.c [new file with mode: 0644]
runtime/sym.c
This page took 0.027859 seconds and 5 git commands to generate.