From 8266ddd4f8e48800a7d3e03ec5905bfc2a66d44e Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Sun, 3 Jun 2018 22:09:40 +0200 Subject: [PATCH] remove unused patches These were not used in the PKGBUILD when I adopted the package. I'm removing them. --- access_process_vm_h.patch | 10 ---------- stp_utrace_c.patch | 11 ----------- 2 files changed, 21 deletions(-) delete mode 100644 access_process_vm_h.patch delete mode 100644 stp_utrace_c.patch diff --git a/access_process_vm_h.patch b/access_process_vm_h.patch deleted file mode 100644 index 7eb0fd6..0000000 --- a/access_process_vm_h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./runtime/linux/access_process_vm.h 2017-02-17 18:37:01.000000000 +0100 -+++ /usr/share/systemtap/runtime/linux/access_process_vm.h 2017-08-09 11:47:50.332532411 +0200 -@@ -4,6 +4,7 @@ - * we copied and pasted it here. Fortunately, everything it calls is exported. - */ - #include -+#include - #include - - static int diff --git a/stp_utrace_c.patch b/stp_utrace_c.patch deleted file mode 100644 index 987d7f6..0000000 --- a/stp_utrace_c.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./runtime/stp_utrace.c 2017-02-17 18:37:01.000000000 +0100 -+++ /usr/share/systemtap/runtime/stp_utrace.c 2017-08-09 11:59:21.542501780 +0200 -@@ -1105,7 +1105,7 @@ - */ - spin_lock_irq(&target->sighand->siglock); - if (likely(task_is_stopped(target))) -- __set_task_state(target, TASK_TRACED); -+ set_current_state(TASK_TRACED); - spin_unlock_irq(&target->sighand->siglock); - } else if (utrace->resume > UTRACE_REPORT) { - utrace->resume = UTRACE_REPORT;