]> sourceware.org Git - systemtap.git/commit
Adjust runtime _access_process_vm_ to work with linux 6.5
authorWilliam Cohen <wcohen@redhat.com>
Sun, 9 Jul 2023 20:46:20 +0000 (16:46 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Mon, 10 Jul 2023 15:06:00 +0000 (11:06 -0400)
commite891a37e366362a12ca311439918d69ffe641cec
treeb1bc50adf8714d7f2a0dd4d8944a035f4516285d
parent4e49c8369eafbbf9529bbbe1a2f623fad2e91cb6
Adjust runtime _access_process_vm_ to work with linux 6.5

Linux kernel commit ca5e863233e8f6acd1792fd85d6bc2729a1b2c10
eliminated the vma argument for â€˜get_user_pages_remote.  For linux 6.5
kernel use the get_user_page_vma_remote function in its place like the
__access_remote_vm function in mm/memory.c of the kernel.
buildrun.cxx
runtime/linux/access_process_vm.h
runtime/linux/autoconf-get_user_page_vma_remote.c [new file with mode: 0644]
This page took 0.02511 seconds and 5 git commands to generate.