]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'probes-fixes-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Dec 2024 19:03:15 +0000 (11:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Dec 2024 19:03:15 +0000 (11:03 -0800)
commit411a678d30ee7c0a5a53d51121c4b51efff98e9d
treeaed76ee32025ea3475493fc2903f310d0dd390cf
parentf0bc704f4688ab6625dc1226cf33338c638ae6b8
parentd685d55dfc86b1a4bdcec77c3c1f8a83f181264e
Merge tag 'probes-fixes-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull probes fix from Masami Hiramatsu:
 "Change the priority of the module callback of kprobe events so that it
  is called after the jump label list on the module is updated.

  This ensures the kprobe can check whether it is not on the jump label
  address correctly"

* tag 'probes-fixes-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing/kprobe: Make trace_kprobe's module callback called after jump_label update