diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-04 09:48:40 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:32:56 -0600 |
commit | 2d7a449622477723dfe24c4e8825631c2efe76d9 (patch) | |
tree | 5b4a87619811638ed932a2712ecad451d7c585d6 /fs | |
parent | a203c35b0af3ae1aacfc531e0df74fce12b87d86 (diff) |
mm-protect-activate-switch-mm.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/exec.c b/fs/exec.c index 36254645b7cc..aabd97d8babf 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -837,10 +837,12 @@ static int exec_mmap(struct mm_struct *mm) } } task_lock(tsk); + local_irq_disable_rt(); active_mm = tsk->active_mm; tsk->mm = mm; tsk->active_mm = mm; activate_mm(active_mm, mm); + local_irq_enable_rt(); task_unlock(tsk); arch_pick_mmap_layout(mm); if (old_mm) { |