diff for duplicates of <20181221175656.345267788@goodmis.org> diff --git a/a/1.txt b/N1/1.txt index be71797..00172b3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -51,7 +51,7 @@ index bb511e2d9d68..df0fd6efe758 100644 @@ -608,17 +608,18 @@ struct dwarf_frame *dwarf_unwind_stack(unsigned long pc, * expected to find the real return address. */ - if (pc = (unsigned long)&return_to_handler) { + if (pc == (unsigned long)&return_to_handler) { - int index = current->curr_ret_stack; + struct ftrace_ret_stack *ret_stack; diff --git a/a/content_digest b/N1/content_digest index ebb2ec2..71b5789 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020181221175618.968519903@goodmis.org\0" "From\0Steven Rostedt <rostedt@goodmis.org>\0" "Subject\0[for-next][PATCH 07/24] sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack\0" - "Date\0Fri, 21 Dec 2018 17:56:25 +0000\0" + "Date\0Fri, 21 Dec 2018 12:56:25 -0500\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0Ingo Molnar <mingo@kernel.org>" Andrew Morton <akpm@linux-foundation.org> @@ -65,7 +65,7 @@ "@@ -608,17 +608,18 @@ struct dwarf_frame *dwarf_unwind_stack(unsigned long pc,\n" " \t * expected to find the real return address.\n" " \t */\n" - " \tif (pc = (unsigned long)&return_to_handler) {\n" + " \tif (pc == (unsigned long)&return_to_handler) {\n" "-\t\tint index = current->curr_ret_stack;\n" "+\t\tstruct ftrace_ret_stack *ret_stack;\n" " \n" @@ -88,4 +88,4 @@ "-- \n" 2.19.2 -6e2d257507e29479ab5c88be48929ba96c1b10637a8486bdc8d8a24791096d2b +1771398b9af964b40522a5596c4f94aa2408728d4b3ccaf18cd368a847952c69
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.