All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/3] no MAX_ARG_PAGES -v2
@ 2007-06-13 10:03 ` Peter Zijlstra
  0 siblings, 0 replies; 59+ messages in thread
From: Peter Zijlstra @ 2007-06-13 10:03 UTC (permalink / raw)
  To: linux-kernel, parisc-linux, linux-mm, linux-arch
  Cc: Ollie Wild, Peter Zijlstra, Andrew Morton, Ingo Molnar,
	Andi Kleen


This patch-set aims at removing the current limit on argv+env space aka.
MAX_ARG_PAGES.

The new mm is created before the binfmt code runs, the stack is placed at the
highest address supported by that architecture.

The argv+env data is then copied from the old mm into the new mm (which is
inactive at that time - this introduces some cache coherency issues).

Then we run the binfmt code, which will compute the final stack address. The
existing stack will be moved downwards (or upwards on PA-RISC) to the desired
place.

This 'trick' heavily relies on the MMU, so for no-MMU archs we stay with the
old approach.

---

Plenty of changes all around, changes listed in the individual patches. We hope
to have addressed all issues raised.


^ permalink raw reply	[flat|nested] 59+ messages in thread

end of thread, other threads:[~2007-08-22  9:17 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-13 10:03 [patch 0/3] no MAX_ARG_PAGES -v2 Peter Zijlstra
2007-06-13 10:03 ` Peter Zijlstra
2007-06-13 10:03 ` [patch 1/3] arch: personality independent stack top Peter Zijlstra
2007-06-13 10:03   ` Peter Zijlstra
2007-06-13 10:03 ` [patch 2/3] audit: rework execve audit Peter Zijlstra
2007-06-13 10:03   ` Peter Zijlstra
2007-06-13 10:03   ` Peter Zijlstra
2007-06-26 22:55   ` Andrew Morton
2007-06-26 22:55     ` Andrew Morton
2007-06-26 22:55     ` Andrew Morton
2007-07-03 15:00     ` Peter Zijlstra
2007-07-03 15:00       ` Peter Zijlstra
2007-07-03 15:00       ` Peter Zijlstra
2007-07-03 15:00     ` [parisc-linux] " Peter Zijlstra
2007-06-13 10:03 ` [patch 3/3] mm: variable length argument support Peter Zijlstra
2007-06-13 10:03   ` Peter Zijlstra, Ollie Wild
2007-08-07 19:03   ` Olaf Hering
2007-08-07 19:03     ` Olaf Hering
2007-08-07 19:20     ` Andrew Morton
2007-08-07 19:20       ` Andrew Morton
2007-08-07 19:26       ` Peter Zijlstra
2007-08-07 19:26         ` Peter Zijlstra
2007-08-07 20:10       ` Olaf Hering
2007-08-07 20:10         ` Olaf Hering
2007-08-22  8:48   ` Dan Aloni
2007-08-22  8:48     ` Dan Aloni
2007-08-22  8:54     ` Peter Zijlstra
2007-08-22  9:05       ` Andrew Morton
2007-08-22  9:05         ` Andrew Morton
2007-08-22  9:02     ` Fengguang Wu
2007-08-22  9:02       ` Fengguang Wu
2007-08-22  9:02       ` Fengguang Wu
2007-08-22  9:02         ` Fengguang Wu
2007-06-13 23:36 ` [patch 0/3] no MAX_ARG_PAGES -v2 Luck, Tony
2007-06-13 23:36   ` Luck, Tony
2007-06-13 23:36   ` Luck, Tony
2007-06-14  6:23   ` Ollie Wild
2007-06-14  6:23     ` Ollie Wild
2007-06-14  8:38     ` Peter Zijlstra
2007-06-14  8:38       ` Peter Zijlstra
2007-06-14 18:22       ` Luck, Tony
2007-06-14 18:22         ` Luck, Tony
2007-06-14 18:22         ` Luck, Tony
2007-06-14 18:32         ` Peter Zijlstra
2007-06-14 18:32           ` Peter Zijlstra
2007-06-14 20:58       ` Ollie Wild
2007-06-14 20:58         ` Ollie Wild
2007-06-14 21:18         ` Peter Zijlstra
2007-06-14 21:18           ` Peter Zijlstra
2007-06-15  9:24         ` Peter Zijlstra
2007-06-15  9:24           ` Peter Zijlstra
2007-06-15 18:07           ` Ollie Wild
2007-06-15 18:07             ` Ollie Wild
2007-06-15 18:49             ` Luck, Tony
2007-06-15 18:49               ` Luck, Tony
2007-06-15 18:49               ` Luck, Tony
2007-06-17 18:32 ` Pavel Machek
2007-06-17 18:32   ` Pavel Machek
2007-06-17 19:07   ` Ingo Molnar
2007-06-17 19:07     ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.