lkml.org 
[lkml]   [2017]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[patch] obsoleted comment in show_map_vma()
Date
After 1be7107 "mm: larger stack guard gap, between vmas"
we do not hide stack guard page in /proc/<pid>/maps

Signed-off-by: Vasily Averin <vvs@virtuozzo.com>

diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c
index 520802d..b836fd6 100644
--- a/fs/proc/task_mmu.c
+++ b/fs/proc/task_mmu.c
@@ -298,7 +298,6 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid)
pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT;
}

- /* We don't show the stack guard page in /proc/maps */
start = vma->vm_start;
end = vma->vm_end;
\
 
 \ /
  Last update: 2017-06-23 17:57    [W:0.023 / U:0.368 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site