login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
15
Re: [PATCH 11/11] maps3: make page monitoring /proc file optional
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Matt Mackall
Subject:
Re: [PATCH 11/11] maps3: make page monitoring /proc file optional
Date: Monday, October 15, 2007 - 5:20 pm
On Tue, Oct 16, 2007 at 10:03:39AM +1000, Rusty Russell wrote:
quoted text
> On Tuesday 16 October 2007 08:51:17 Jeremy Fitzhardinge wrote: > > Dave Hansen wrote: > > > On Mon, 2007-10-15 at 17:26 -0500, Matt Mackall wrote: > > >> +config PROC_PAGE_MONITOR > > >> + default y > > >> + bool "Enable /proc page monitoring" if EMBEDDED && PROC_FS && > > >> MMU + help > > >> + Various /proc files exist to monitor process memory > > >> utilization: + /proc/pid/smaps, /proc/pid/clear_refs, > > >> /proc/pid/pagemap, + /proc/kpagecount, and /proc/kpageflags. > > >> Disabling these + interfaces will reduce the size of the kernel > > >> by approximately 4kb. > > > > > > How about pulling the EMBEDDED off there? I certainly want it for > > > non-embedded reasons. ;) > > > > That means it will only bother asking you if you've set EMBEDDED; > > otherwise its always on. > > But it's at the least confusing. Surely this option should depend on MMU and > PROC_FS, and the prompt depend on EMBEDDED? > > That might be implied by the Kconfig layout, but AFAICT this patch removed the > explicit MMU dependency. > > Rusty.
Wasn't this your patch? You're right, it ought to say "depends PROC_FS && MMU". Will fix. -- Mathematics is the supreme nostalgia of our time. -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/11] maps3: pagemap monitoring v3
, Matt Mackall
, (Mon Oct 15, 3:25 pm)
[PATCH 1/11] maps3: add proportional set size accounting i ...
, Matt Mackall
, (Mon Oct 15, 3:25 pm)
[PATCH 2/11] maps3: introduce task_size_of for all arches
, Matt Mackall
, (Mon Oct 15, 3:25 pm)
[PATCH 3/11] maps3: move is_swap_pte
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 4/11] maps3: introduce a generic page walker
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 5/11] maps3: use pagewalker in clear_refs and smaps
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 6/11] maps3: simplify interdependence of maps and smaps
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 7/11] maps3: move clear_refs code to task_mmu.c
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 8/11] maps3: regroup task_mmu by interface
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 9/11] maps3: add /proc/pid/pagemap interface
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 10/11] maps3: add /proc/kpagecount and /proc/kpagef ...
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
[PATCH 11/11] maps3: make page monitoring /proc file optional
, Matt Mackall
, (Mon Oct 15, 3:26 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, Jeremy Fitzhardinge
, (Mon Oct 15, 3:40 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Dave Hansen
, (Mon Oct 15, 3:48 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, Dave Hansen
, (Mon Oct 15, 3:49 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, Jeremy Fitzhardinge
, (Mon Oct 15, 3:51 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, Dave Hansen
, (Mon Oct 15, 4:05 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Matt Mackall
, (Mon Oct 15, 4:11 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, Jeremy Fitzhardinge
, (Mon Oct 15, 4:20 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, Matt Mackall
, (Mon Oct 15, 4:30 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Dave Hansen
, (Mon Oct 15, 4:34 pm)
Re: [PATCH 1/11] maps3: add proportional set size accounti ...
, David Rientjes
, (Mon Oct 15, 4:36 pm)
Re: [PATCH 2/11] maps3: introduce task_size_of for all arches
, David Rientjes
, (Mon Oct 15, 4:45 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, Rusty Russell
, (Mon Oct 15, 5:03 pm)
Re: [PATCH 1/11] maps3: add proportional set size accounti ...
, Matt Mackall
, (Mon Oct 15, 5:18 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, Matt Mackall
, (Mon Oct 15, 5:20 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Matt Mackall
, (Mon Oct 15, 5:35 pm)
Re: [PATCH 2/11] maps3: introduce task_size_of for all arches
, Dave Hansen
, (Mon Oct 15, 5:36 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Dave Hansen
, (Mon Oct 15, 5:49 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Matt Mackall
, (Mon Oct 15, 5:58 pm)
Re: [PATCH 10/11] maps3: add /proc/kpagecount and /proc/kp ...
, Dave Hansen
, (Mon Oct 15, 6:07 pm)
Re: [PATCH 1/11] maps3: add proportional set size accounti ...
, David Rientjes
, (Mon Oct 15, 7:24 pm)
Re: [PATCH 2/11] maps3: introduce task_size_of for all arches
, David Rientjes
, (Mon Oct 15, 7:26 pm)
Re: [PATCH 4/11] maps3: introduce a generic page walker
, David Rientjes
, (Mon Oct 15, 9:58 pm)
Re: [PATCH 5/11] maps3: use pagewalker in clear_refs and smaps
, David Rientjes
, (Mon Oct 15, 10:03 pm)
Re: [PATCH 7/11] maps3: move clear_refs code to task_mmu.c
, David Rientjes
, (Mon Oct 15, 10:11 pm)
Re: [PATCH 11/11] maps3: make page monitoring /proc file o ...
, David Rientjes
, (Mon Oct 15, 10:25 pm)
maps3: introduce task_size_of for all arches (updated v4)
, Dave Hansen
, (Tue Oct 16, 10:18 am)
Re: maps3: introduce task_size_of for all arches (updated v4)
, David Rientjes
, (Tue Oct 16, 10:25 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Hugh Dickins
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
Bernhard Beck
[PATCH 001/001] usb-serial: Add ThinkOptics WavIT
Oleg Nesterov
Re: [PATCH 4/5] don't panic if /sbin/init exits or killed
Greg KH
[patch 07/21] rtc-pcf8563: detect polarity of century bit automatically
git
:
Jonathan del Strother
Re: [PATCH] Fixing path quoting issues
Gerrit Pape
[PATCH] fix skipping merge-order test with NO_OPENSSL=1.
Linus Torvalds
Re: Implementing branch attributes in git config
Johannes Schindelin
Re: Trying to use git-filter-branch to compress history by removing large, obsolet...
Gerrit Pape
[PATCH] hooks--update: fix test for properly set up project description file
linux-netdev
:
David Miller
Re: [PATCH 04/15] tg3: Preserve LAA when device control is released
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Sven Wegener
[PATCH] ipvs: Add missing locking during connection table hashing and unhashing
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
Stephen Hemminger
[PATCH 2/2] sky2: fix transmit state on resume
git-commits-head
:
Linux Kernel Mailing List
[SCSI] scsi ioctl: fix kernel-doc warning
Linux Kernel Mailing List
ALSA: HDA - Correct trivial typos in comments.
Linux Kernel Mailing List
i2c-viapro: Add support for SMBus Process Call transactions
Linux Kernel Mailing List
i2c: Documentation: upgrading clients HOWTO
Linux Kernel Mailing List
[PATCH] fix sysctl_nr_open bugs
openbsd-misc
:
Die Gestalt
Re: How to re-build openssl with SHA1 support?
Edwin Eyan Moragas
Re: managing routes for multiple PPPoE connections
Brian Candler
Re: OBSD's perspective on SELinux
Jonathan Schleifer
Why is getaddrinfo breaking POSIX?
Predrag Punosevac
Re: Kernel developers guide/tutorial
Colocation donated by:
Syndicate