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
:
Jesse Barnes
Re: [stable] [BUG][PATCH] cpqphp: fix kernel NULL pointer dereference
Greg KH
[003/136] p54usb: add Zcomax XG-705A usbid
Magnus Damm
[PATCH 03/07] ARM: Use shared GIC entry macros on Realview
Oliver Neukum
Re: [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30
Martin Schwidefsky
Re: [PATCH] optimized ktime_get[_ts] for GENERIC_TIME=y
git
:
Junio C Hamano
Re: Some advanced index playing
Jeff King
Re: confusion over the new branch and merge config
Robin Rosenberg
Re: cvs2svn conversion directly to git ready for experimentation
Linus Torvalds
git binary size...
Ævar Arnfjörð Bjarmason
Re: Challenge with Git-Bash
git-commits-head
:
Linux Kernel Mailing List
md: move allocation of ->queue from mddev_find to md_probe
Linux Kernel Mailing List
md: raid0: Represent zone->zone_offset in sectors.
Linux Kernel Mailing List
[ARM] S3C24XX: Add gpio_to_irq() facility
Linux Kernel Mailing List
md: raid0_make_request(): Replace local variable block by sector.
Linux Kernel Mailing List
md: Allow md devices to be created by name.
linux-netdev
:
kaber
[PATCH 07/12] netfilter: xtables: change hotdrop pointer to direct modification
Gerrit Renker
[PATCH 3/5] dccp ccid-2: Remove redundant sanity tests
David Miller
Re: [PATCH net-next-2.6] pcnet32: Remove redundant set of skb->dev
Gerrit Renker
[PATCH 4/5] dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
Saikiran Madugula
[PATCH] Allow fragmentation of VLAN packets traversing a bridge.
freebsd-current
:
Ryan Stone
Re: Re[3]: [Call For Testing] VirtualBox for FreeBSD! take2
Alexey Shuvaev
Re: Ruby w/clang (Was: Re: [CFT]: ClangBSD is selfhosting, we need testers now)
Cristian KLEIN
Re: small purposal for change in installworld
FreeBSD Tinderbox
[head tinderbox] failure on sparc64/sparc64
Mark Martinec
Support for newer Ethernet chips in RE(4) driver?