]> sourceware.org Git - systemtap.git/commit
Address changes in Linux 6.10 /include/linux/vmalloc.h
authorWilliam Cohen <wcohen@redhat.com>
Tue, 4 Jun 2024 13:46:41 +0000 (09:46 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 4 Jun 2024 14:07:34 +0000 (10:07 -0400)
commit0c437c7e2d02772615d73d1be1c3100d4c1de254
tree615c6debba78c8a7097f68d68b51128cf6b1c162
parent1fd6fb4d7101e013e21006da3b77b9723be5b446
Address changes in Linux 6.10 /include/linux/vmalloc.h

Upstream linux kernel git commit 88ae5fb755b0d contains a number of
changes in /include/linux/vmalloc.h that affect vmalloc, vmalloc_node,
and vzalloc_node definitions.  These are no longer functions but
macros and cannot be found in the list of symbols exported by the
kernel.  Support for vzalloc, vmalloc_node, and vzalloc_node has been
in kernels since Linux 2.6.37.  Given that systemtap requires Linux
3.10 or newer there is no longer a need to check for the existence of
these functions or provide local versions of them.
buildrun.cxx
runtime/linux/alloc.c
This page took 0.025428 seconds and 5 git commands to generate.