From: Vyacheslav Cherkashin Date: Mon, 4 Feb 2013 11:33:47 +0000 (+0400) Subject: FIX install probes in unhandled memory X-Git-Tag: Tizen_SDK_2.3~709 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b46313c9540a71f848d03a0b5496aa91b3846433;p=kernel%2Fswap-modules.git FIX install probes in unhandled memory --- 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); } }