1. 07 Apr, 2010 1 commit
    • Steven J. Magnani's avatar
      microblaze: Fix ftrace_update_ftrace_func panic · d2bf98e6
      Steven J. Magnani authored
      The Microblaze dynamic ftrace code assumes a call ordering that is not met
      in all scenarios. Specifically, executing a command similar to:
      
        echo 105 > /sys/kernel/debug/tracing/set_ftrace_pid
      
      before any other tracing-related commands results in a kernel panic:
      
        BUG: failure at arch/microblaze/kernel/ftrace.c:198/ftrace_update_ftrace_func()!
      
      Recoding ftrace_update_ftrace_func() to use &ftrace_caller directly eliminates
      the need to capture its address elsewhere (and thus rely on a particular call
      sequence).
      Signed-off-by: default avatarSteven J. Magnani <steve@digidescorp.com>
      Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
      d2bf98e6
  2. 06 Apr, 2010 13 commits
  3. 05 Apr, 2010 22 commits
  4. 04 Apr, 2010 4 commits