summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-17 15:44:02 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-17 15:44:02 -0400
commit2f4f509e6ed722b80755942224787a3c6757f0ca (patch)
tree2521318d20fe5d57e4dd024999a61bb46d3e9171
parenta139d37fb2dc52b01e7f9842ec1890d9c809afa5 (diff)
downloadlongterm-queue-5.2-2f4f509e6ed722b80755942224787a3c6757f0ca.tar.gz
uprobes: force_sig() still took "current" as an arg in v5.2
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/uprobes-Change-handle_swbp-to-send-SIGTRAP-with-si_c.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue/uprobes-Change-handle_swbp-to-send-SIGTRAP-with-si_c.patch b/queue/uprobes-Change-handle_swbp-to-send-SIGTRAP-with-si_c.patch
index e0a61fb6..291860ee 100644
--- a/queue/uprobes-Change-handle_swbp-to-send-SIGTRAP-with-si_c.patch
+++ b/queue/uprobes-Change-handle_swbp-to-send-SIGTRAP-with-si_c.patch
@@ -55,7 +55,7 @@ index bb0862873dba..5f8b0c52fd2e 100644
if (is_swbp > 0) {
/* No matching uprobe; signal SIGTRAP. */
- send_sig(SIGTRAP, current, 0);
-+ force_sig(SIGTRAP);
++ force_sig(SIGTRAP, current);
} else {
/*
* Either we raced with uprobe_unregister() or we can't