]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'probes-fixes-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Aug 2026 13:51:46 +0000 (06:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 11 Aug 2026 13:51:46 +0000 (06:51 -0700)
commitf5bbbfec59b4e2fb7520a91de3df8a6174325d6a
tree2c8c80de83e682633abc6cf0777022fde66c8e5f
parentd58772d8520c7ef247c4b95c9bd76d3a25da9ff5
parent24aa630f6259e6a2107936c06fed72063f712b64
Merge tag 'probes-fixes-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull probes fix from Masami Hiramatsu:

 - Convert ELF entry point to file offset in uprobe test

   Convert the ELF entry point address (e_entry) to a file offset using
   LOAD segment headers in add_remove_uprobe test. This fixes uprobe
   registration failures (-EINVAL) on non-PIE executables where vaddr
   exceeds file size.

* tag 'probes-fixes-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  selftests/ftrace: Convert ELF entry point to file offset in uprobe test