linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] obsoleted comment in show_map_vma()
@ 2017-06-23 15:17 Vasily Averin
  0 siblings, 0 replies; only message in thread
From: Vasily Averin @ 2017-06-23 15:17 UTC (permalink / raw)
  To: Hugh Dickins; +Cc: linux-kernel, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

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>


[-- Attachment #2: diff-obsoleted-comment-in-show_map_vma --]
[-- Type: text/plain, Size: 387 bytes --]

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;
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-23 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-23 15:17 [patch] obsoleted comment in show_map_vma() Vasily Averin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).