login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
July
»
28
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Eric B Munson
Subject:
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
Date: Monday, July 28, 2008 - 2:23 pm
On Mon, 28 Jul 2008, Dave Hansen wrote:
quoted text
> On Mon, 2008-07-28 at 12:17 -0700, Eric Munson wrote: > >=20 > > This patch stack introduces a personality flag that indicates the > > kernel > > should setup the stack as a hugetlbfs-backed region. A userspace > > utility > > may set this flag then exec a process whose stack is to be backed by > > hugetlb pages. >=20 > I didn't see it mentioned here, but these stacks are fixed-size, right? > They can't actually grow and are fixed in size at exec() time, right? >=20 > -- Dave
The stack VMA is a fixed size but the pages will be faulted in as needed. --=20 Eric B Munson IBM Linux Technology Center
ebmunson@us.ibm.com
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Eric Munson
, (Mon Jul 28, 12:17 pm)
[PATCH 1/5 V2] Align stack boundaries based on personality
, Eric Munson
, (Mon Jul 28, 12:17 pm)
[PATCH 2/5 V2] Add shared and reservation control to huget ...
, Eric Munson
, (Mon Jul 28, 12:17 pm)
[PATCH 3/5] Split boundary checking from body of do_munmap
, Eric Munson
, (Mon Jul 28, 12:17 pm)
[PATCH 4/5 V2] Build hugetlb backed process stacks
, Eric Munson
, (Mon Jul 28, 12:17 pm)
[PATCH 5/5 V2] [PPC] Setup stack memory segment for hugetl ...
, Eric Munson
, (Mon Jul 28, 12:17 pm)
Re: [PATCH 1/5 V2] Align stack boundaries based on personality
, Dave Hansen
, (Mon Jul 28, 1:09 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Dave Hansen
, (Mon Jul 28, 1:33 pm)
Re: [PATCH 4/5 V2] Build hugetlb backed process stacks
, Dave Hansen
, (Mon Jul 28, 1:37 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Eric B Munson
, (Mon Jul 28, 2:23 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Andrew Morton
, (Wed Jul 30, 1:41 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Andrew Morton
, (Wed Jul 30, 1:43 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Eric B Munson
, (Wed Jul 30, 8:04 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Eric B Munson
, (Wed Jul 30, 8:08 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Wed Jul 30, 10:23 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Andrew Morton
, (Wed Jul 30, 10:34 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Wed Jul 30, 12:30 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Christoph Lameter
, (Wed Jul 30, 12:40 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Andrew Morton
, (Wed Jul 30, 1:07 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Nick Piggin
, (Wed Jul 30, 11:04 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Andrew Morton
, (Wed Jul 30, 11:14 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Nick Piggin
, (Wed Jul 30, 11:26 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Thu Jul 31, 3:31 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Thu Jul 31, 4:27 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Nick Piggin
, (Thu Jul 31, 4:51 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Thu Jul 31, 6:50 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Michael Ellerman
, (Thu Jul 31, 7:32 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Dave Hansen
, (Mon Aug 4, 2:10 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Tue Aug 5, 4:11 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Dave Hansen
, (Tue Aug 5, 9:12 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Tue Aug 5, 9:28 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Dave Hansen
, (Tue Aug 5, 10:53 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Wed Aug 6, 2:02 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Andi Kleen
, (Wed Aug 6, 11:49 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Dave Hansen
, (Wed Aug 6, 12:50 pm)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Thu Aug 7, 9:06 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Dave Hansen
, (Thu Aug 7, 10:29 am)
Re: [RFC] [PATCH 0/5 V2] Huge page backed user-space stacks
, Mel Gorman
, (Mon Aug 11, 1:04 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v2 11/11] sched: update tg->shares after cpu.shares write
Ingo Molnar
Re: [RFC] Cpu-hotplug: Using the Process Freezer (try2)
Jeffrey V. Merkey
Re: Versioning file system
Eric W. Biederman
Re: init's children list is long and slows reaping children.
Ingo Molnar
Re: ext3 IO latency measurements (was: Linux 2.6.29)
git
:
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Matthieu Moy
Re: Bugs in Gitosis
Daniel Barkalow
Re: About git and the use of SHA-1
Shawn O. Pearce
Re: Bugs in Gitosis
David Lang
Re: mingw, windows, crlf/lf, and git
linux-netdev
:
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
Timo Teräs
ip xfrm policy semantics
Eric Dumazet
Re: [PATCH] net: implement emergency route cache rebulds when gc_elasticity is exc...
Gerrit Renker
v3 [Re-Send] [PATCH 0/5] dccp: Feature negotiation, Part I - Underlying data struc...
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
mtd: nand: davinci: fix to use mask_ale from pdata
Linux Kernel Mailing List
powerpc: gamecube/wii: usbgecko bootwrapper console support
Linux Kernel Mailing List
of/flattree: merge early_init_dt_scan_memory() common code
openbsd-misc
:
frantisek holop
Re: mount ffs as msdos, system hangs
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Craig Skinner
Re: SMTP flood + spamdb
Colocation donated by:
Syndicate