Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Issue 11783104: Linux sandbox: allow 32GB address space size (Closed)

Created:
7 years, 11 months ago by jln (very slow on Chromium)
Modified:
7 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jln+watch_chromium.org, jschuh, Ken Russell (switch to Gerrit)
Visibility:
Public.

Description

Linux sandbox: limit the address space - We limit the address space to 16GB. (We relax a previous restriction of 4GB of address space mapping). - We limit the brk() heap to 2GB. BUG=v8:2473, 169327, 157177 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177037

Patch Set 1 : #

Patch Set 2 : Limit the brk() heap. #

Total comments: 6

Patch Set 3 : Address remarks from Chris. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -14 lines) Patch
M content/common/sandbox_linux.cc View 1 2 3 chunks +38 lines, -14 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jln (very slow on Chromium)
7 years, 11 months ago (2013-01-10 21:20:39 UTC) #1
cevans
NACK. This introduces a security bug as far as I know. i.e. we're relying on ...
7 years, 11 months ago (2013-01-10 21:22:10 UTC) #2
jln (very slow on Chromium)
PTAL! I added a restriction to the heap size, as discussed. Will land once https://codereview.chromium.org/11857007 ...
7 years, 11 months ago (2013-01-14 23:14:28 UTC) #3
Sven Panne
On Tue, Jan 15, 2013 at 12:14 AM, <jln@chromium.org> wrote: > PTAL! > > I ...
7 years, 11 months ago (2013-01-15 07:15:39 UTC) #4
cevans
On Tue, Jan 15, 2013 at 7:15 AM, Sven Panne <svenpanne@chromium.org> wrote: > On Tue, ...
7 years, 11 months ago (2013-01-15 07:37:53 UTC) #5
Sven Panne
On Tue, Jan 15, 2013 at 8:37 AM, Chris Evans <cevans@google.com> wrote: > We'll get ...
7 years, 11 months ago (2013-01-15 08:38:36 UTC) #6
Chris Evans
https://chromiumcodereview.appspot.com/11783104/diff/12001/content/common/sandbox_linux.cc File content/common/sandbox_linux.cc (right): https://chromiumcodereview.appspot.com/11783104/diff/12001/content/common/sandbox_linux.cc#newcode280 content/common/sandbox_linux.cc:280: #if defined(__x86_64__) I wonder if this can be done ...
7 years, 11 months ago (2013-01-15 09:07:56 UTC) #7
jln (very slow on Chromium)
PTAL! https://chromiumcodereview.appspot.com/11783104/diff/12001/content/common/sandbox_linux.cc File content/common/sandbox_linux.cc (right): https://chromiumcodereview.appspot.com/11783104/diff/12001/content/common/sandbox_linux.cc#newcode280 content/common/sandbox_linux.cc:280: #if defined(__x86_64__) On 2013/01/15 09:07:56, Chris Evans wrote: ...
7 years, 11 months ago (2013-01-15 19:44:19 UTC) #8
Chris Evans
On 2013/01/15 19:44:19, Julien Tinnes wrote: > PTAL! > > https://chromiumcodereview.appspot.com/11783104/diff/12001/content/common/sandbox_linux.cc > File content/common/sandbox_linux.cc (right): ...
7 years, 11 months ago (2013-01-15 22:40:31 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/11783104/18001
7 years, 11 months ago (2013-01-16 01:10:55 UTC) #10
commit-bot: I haz the power
7 years, 11 months ago (2013-01-16 01:16:45 UTC) #11
Message was sent while issue was closed.
Change committed as 177037

Powered by Google App Engine
This is Rietveld 408576698