From: Moses Reuben <moses.reu...@amd.com>

Signed-off-by: Moses Reuben <moses.reu...@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehl...@amd.com>
Signed-off-by: Felix Kuehling <felix.kuehl...@amd.com>
---
 drivers/gpu/drm/amd/amdkfd/kfd_events.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_events.c 
b/drivers/gpu/drm/amd/amdkfd/kfd_events.c
index 5562e94..3d5a833 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_events.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_events.c
@@ -850,6 +850,13 @@ static void lookup_events_by_type_and_signal(struct 
kfd_process *p,
                                ev->memory_exception_data = *ev_data;
                }
 
+       if (type == KFD_EVENT_TYPE_MEMORY) {
+               dev_warn(kfd_device,
+                       "Sending SIGSEGV to HSA Process with PID %d ",
+                               p->lead_thread->pid);
+               send_sig(SIGSEGV, p->lead_thread, 0);
+       }
+
        /* Send SIGTERM no event of type "type" has been found*/
        if (send_signal) {
                if (send_sigterm) {
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to