From b46313c9540a71f848d03a0b5496aa91b3846433 Mon Sep 17 00:00:00 2001 From: Vyacheslav Cherkashin Date: Mon, 4 Feb 2013 15:33:47 +0400 Subject: [PATCH] FIX install probes in unhandled memory --- driver/us_proc_inst.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver/us_proc_inst.c b/driver/us_proc_inst.c index e186a6d..dd18a30 100644 --- a/driver/us_proc_inst.c +++ b/driver/us_proc_inst.c @@ -1197,6 +1197,9 @@ void do_page_fault_ret_pre_code (void) pid_t tgid = find_proc_by_task(task, us_proc_info.m_f_dentry); if (tgid) { us_proc_info.tgid = gl_nNotifyTgid = tgid; + + /* install probes in already mapped memory */ + install_proc_probes(task, us_proc_info.pp, 1); } } -- 2.7.4