OSDN Git Service

Merge tag 'trace-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Nov 2021 17:51:22 +0000 (09:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Nov 2021 17:51:22 +0000 (09:51 -0800)
commit29889216befc1cee635da8a64f48caae47ffbcaf
treeaa73cbcae25bec771a3373a3b5a51d1b662def99
parent740bebf42104d2f082514b1545a14056f3b1b56c
parent1880ed71ce863318c1ce93bf324876fb5f92854f
Merge tag 'trace-v5.16-rc2' of git://git./linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Fix wrong uprobe variable in iterator

  uprobe_perf_open() processes a list of probes, but due to a missing
  setting of the uprobe to be processed, the loop processes the head
  probe instead of the added probes"

* tag 'trace-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing/uprobe: Fix uprobe_perf_open probes iteration