Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull ftrace sh build fix from Steven Rostedt:
"It appears that the zero-day bot did find a bug in my sh build.

And that I didn't have the bad code in my config file when I cross
compiled it, although there are a few other errors in sh that makes it
not build for me, I missed that I added one more"

* tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
sh: ftrace: Fix missing parenthesis in WARN_ON()

+1 -1
+1 -1
arch/sh/kernel/dwarf.c
··· 616 616 * than one patched return address on our stack, 617 617 * complain loudly. 618 618 */ 619 - WARN_ON(ftrace_graph_get_ret_stack(current, 1); 619 + WARN_ON(ftrace_graph_get_ret_stack(current, 1)); 620 620 } 621 621 #endif 622 622