]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
add delay.h to 2 powerpc patches.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jul 2021 18:43:47 +0000 (20:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jul 2021 18:43:47 +0000 (20:43 +0200)
queue-5.10/powerpc-stacktrace-fix-spurious-stale-traces-in-raise_backtrace_ipi.patch
queue-5.4/powerpc-stacktrace-fix-spurious-stale-traces-in-raise_backtrace_ipi.patch

index 2ebb8ef2dc7ad90b5130657ae1a90c44e95aff0a..7bf7c3913adc83ac9199cfb84e64ca466469b9a0 100644 (file)
@@ -49,14 +49,21 @@ Reported-by: Nathan Lynch <nathanl@linux.ibm.com>
 Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
 Link: https://lore.kernel.org/r/20210625140408.3351173-1-mpe@ellerman.id.au
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
 ---
- arch/powerpc/kernel/stacktrace.c |   2++++++++++++++++++++------
- 1 file changed, 20 insertions(+), 6 deletions(-)
+ arch/powerpc/kernel/stacktrace.c |   27 +++++++++++++++++++++------
+ 1 file changed, 21 insertions(+), 6 deletions(-)
 
 --- a/arch/powerpc/kernel/stacktrace.c
 +++ b/arch/powerpc/kernel/stacktrace.c
-@@ -230,17 +230,31 @@ static void handle_backtrace_ipi(struct
+@@ -19,6 +19,7 @@
+ #include <asm/ptrace.h>
+ #include <asm/processor.h>
+ #include <linux/ftrace.h>
++#include <linux/delay.h>
+ #include <asm/kprobes.h>
+ #include <asm/paca.h>
+@@ -230,17 +231,31 @@ static void handle_backtrace_ipi(struct
  
  static void raise_backtrace_ipi(cpumask_t *mask)
  {
index 2ebb8ef2dc7ad90b5130657ae1a90c44e95aff0a..7bf7c3913adc83ac9199cfb84e64ca466469b9a0 100644 (file)
@@ -49,14 +49,21 @@ Reported-by: Nathan Lynch <nathanl@linux.ibm.com>
 Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
 Link: https://lore.kernel.org/r/20210625140408.3351173-1-mpe@ellerman.id.au
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
 ---
- arch/powerpc/kernel/stacktrace.c |   2++++++++++++++++++++------
- 1 file changed, 20 insertions(+), 6 deletions(-)
+ arch/powerpc/kernel/stacktrace.c |   27 +++++++++++++++++++++------
+ 1 file changed, 21 insertions(+), 6 deletions(-)
 
 --- a/arch/powerpc/kernel/stacktrace.c
 +++ b/arch/powerpc/kernel/stacktrace.c
-@@ -230,17 +230,31 @@ static void handle_backtrace_ipi(struct
+@@ -19,6 +19,7 @@
+ #include <asm/ptrace.h>
+ #include <asm/processor.h>
+ #include <linux/ftrace.h>
++#include <linux/delay.h>
+ #include <asm/kprobes.h>
+ #include <asm/paca.h>
+@@ -230,17 +231,31 @@ static void handle_backtrace_ipi(struct
  
  static void raise_backtrace_ipi(cpumask_t *mask)
  {