]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Jan 2025 18:53:49 +0000 (10:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Jan 2025 18:53:49 +0000 (10:53 -0800)
commitb8a1c9f4b7106c94d95c83416d34277ee689638f
tree11cba0aa6849f9f6c6660ee5496332fa998130e7
parentb731bc5f49651bb85ef31fa1db6e76a0fe10d572
parentb999589956dd3ae096b7d67b6fee4e9989a2e430
Merge tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Alexander Gordeev:

 - Architecutre-specific ftrace recursion trylock tests were removed in
   favour of the generic function_graph_enter(), but s390 got missed.

   Remove this test for s390 as well.

 - Add ftrace_get_symaddr() for s390, which returns the symbol address
   from ftrace 'ip' parameter

* tag 's390-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/tracing: Define ftrace_get_symaddr() for s390
  s390/fgraph: Fix to remove ftrace_test_recursion_trylock()