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

Issue 179983006: Don't start the SECCOMP sandbox early for Tegra124 (Closed)

Created:
6 years, 9 months ago by davidung
Modified:
6 years, 8 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, piman+watch_chromium.org, jam, jln+watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Don't start the SECCOMP sandbox early for Tegra124 Let the sandbox start normally and don't start the sandbox early. Tegra124 libraries no longer need preloading of libraries or a whitelist policy. Add flag --gpu-sandbox-start-after-initialization to prevent the sandbox starting early. BUG=none TEST=Boot browser and about:gpu shows sandboxed to be true. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260130

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename flag to gpu-sandbox-start-after-initialization and add option in chrome_restart_request.cc #

Total comments: 2

Patch Set 3 : formatting #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -47 lines) Patch
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc View 1 3 chunks +0 lines, -42 lines 2 comments Download
M content/gpu/gpu_main.cc View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M content/public/common/content_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (0 generated)
davidung
I've re-based the patch to ToT, but I've been having trouble uploading it. I've file ...
6 years, 9 months ago (2014-03-19 01:10:44 UTC) #1
piman
https://codereview.chromium.org/179983006/diff/1/content/browser/gpu/gpu_process_host.cc File content/browser/gpu/gpu_process_host.cc (right): https://codereview.chromium.org/179983006/diff/1/content/browser/gpu/gpu_process_host.cc#newcode1096 content/browser/gpu/gpu_process_host.cc:1096: switches::kGpuSandboxStartLater, Can you add this to chrome/browser/chromeos/login/chrome_restart_request.cc so that ...
6 years, 9 months ago (2014-03-19 01:16:55 UTC) #2
davidung
https://codereview.chromium.org/179983006/diff/1/content/browser/gpu/gpu_process_host.cc File content/browser/gpu/gpu_process_host.cc (right): https://codereview.chromium.org/179983006/diff/1/content/browser/gpu/gpu_process_host.cc#newcode1096 content/browser/gpu/gpu_process_host.cc:1096: switches::kGpuSandboxStartLater, On 2014/03/19 01:16:55, piman wrote: > Can you ...
6 years, 9 months ago (2014-03-19 01:21:56 UTC) #3
Jorge Lucangeli Obes
Can you try uploading the new patch? There's been some small changes in this area ...
6 years, 9 months ago (2014-03-19 16:44:05 UTC) #4
davidung
On 2014/03/19 16:44:05, Jorge Lucangeli Obes wrote: > Can you try uploading the new patch? ...
6 years, 9 months ago (2014-03-19 22:42:52 UTC) #5
jln (very slow on Chromium)
Great news, thanks davidung. https://chromiumcodereview.appspot.com/179983006/diff/1/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://chromiumcodereview.appspot.com/179983006/diff/1/content/public/common/content_switches.cc#newcode674 content/public/common/content_switches.cc:674: const char kGpuSandboxStartLater[] = "gpu-sandbox-start-later"; ...
6 years, 9 months ago (2014-03-20 00:21:01 UTC) #6
Jorge Lucangeli Obes
On 2014/03/19 22:42:52, davidung wrote: > On 2014/03/19 16:44:05, Jorge Lucangeli Obes wrote: > > ...
6 years, 9 months ago (2014-03-20 00:27:43 UTC) #7
Jorge Lucangeli Obes
On 2014/03/20 00:27:43, Jorge Lucangeli Obes wrote: > On 2014/03/19 22:42:52, davidung wrote: > > ...
6 years, 9 months ago (2014-03-20 21:50:18 UTC) #8
davidung
> Can you run with -vvv to get some more debugging info? In the meantime, ...
6 years, 9 months ago (2014-03-21 02:02:52 UTC) #9
davidung
On 2014/03/21 02:02:52, davidung wrote: > > Can you run with -vvv to get some ...
6 years, 9 months ago (2014-03-21 20:29:16 UTC) #10
Jorge Lucangeli Obes
On 2014/03/21 20:29:16, davidung wrote: > On 2014/03/21 02:02:52, davidung wrote: > > > Can ...
6 years, 9 months ago (2014-03-21 20:31:48 UTC) #11
piman
OWNER LGTM once reviewers are happy.
6 years, 9 months ago (2014-03-21 21:26:47 UTC) #12
davidung
any update with the Mali tests?
6 years, 9 months ago (2014-03-25 23:37:03 UTC) #13
Jorge Lucangeli Obes
On 2014/03/25 23:37:03, davidung wrote: > any update with the Mali tests? Hi David, They ...
6 years, 9 months ago (2014-03-25 23:38:31 UTC) #14
Jorge Lucangeli Obes
Tested Mali and everything works. https://codereview.chromium.org/179983006/diff/20001/content/gpu/gpu_main.cc File content/gpu/gpu_main.cc (right): https://codereview.chromium.org/179983006/diff/20001/content/gpu/gpu_main.cc#newcode214 content/gpu/gpu_main.cc:214: switches::kGpuSandboxStartAfterInitialization)) { I think ...
6 years, 8 months ago (2014-03-26 17:15:11 UTC) #15
davidung
https://codereview.chromium.org/179983006/diff/20001/content/gpu/gpu_main.cc File content/gpu/gpu_main.cc (right): https://codereview.chromium.org/179983006/diff/20001/content/gpu/gpu_main.cc#newcode214 content/gpu/gpu_main.cc:214: switches::kGpuSandboxStartAfterInitialization)) { On 2014/03/26 17:15:11, Jorge Lucangeli Obes wrote: ...
6 years, 8 months ago (2014-03-26 22:19:14 UTC) #16
Jorge Lucangeli Obes
On 2014/03/26 22:19:14, davidung wrote: > https://codereview.chromium.org/179983006/diff/20001/content/gpu/gpu_main.cc > File content/gpu/gpu_main.cc (right): > > https://codereview.chromium.org/179983006/diff/20001/content/gpu/gpu_main.cc#newcode214 > ...
6 years, 8 months ago (2014-03-26 22:25:34 UTC) #17
davidung
patchset 3 uploaded can someone kick off the needed try-bots?
6 years, 8 months ago (2014-03-27 00:44:10 UTC) #18
jln (very slow on Chromium)
I don't think we should delay this CL more, so feel free to land when ...
6 years, 8 months ago (2014-03-27 00:56:18 UTC) #19
jln (very slow on Chromium)
On 2014/03/27 00:56:18, jln wrote: > I created https://crbug.com/356959/ to track this. Err, the correct ...
6 years, 8 months ago (2014-03-27 00:58:16 UTC) #20
Jorge Lucangeli Obes
I think it's reasonable to land this CL to remove David's TODOs and then do ...
6 years, 8 months ago (2014-03-27 01:11:06 UTC) #21
davidung
The CQ bit was checked by davidu@nvidia.com
6 years, 8 months ago (2014-03-27 01:38:36 UTC) #22
davidung
The CQ bit was unchecked by davidu@nvidia.com
6 years, 8 months ago (2014-03-27 01:38:37 UTC) #23
davidung
The CQ bit was checked by davidu@nvidia.com
6 years, 8 months ago (2014-03-27 01:38:38 UTC) #24
davidung
The CQ bit was unchecked by davidu@nvidia.com
6 years, 8 months ago (2014-03-27 01:38:41 UTC) #25
davidung
The CQ bit was checked by davidu@nvidia.com
6 years, 8 months ago (2014-03-27 01:50:51 UTC) #26
davidung
The CQ bit was unchecked by davidu@nvidia.com
6 years, 8 months ago (2014-03-27 01:50:55 UTC) #27
davidung
The CQ bit was checked by davidu@nvidia.com
6 years, 8 months ago (2014-03-27 18:05:50 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidu@nvidia.com/179983006/60001
6 years, 8 months ago (2014-03-27 18:09:01 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-03-27 20:44:09 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 8 months ago (2014-03-27 20:44:10 UTC) #31
jln (very slow on Chromium)
The CQ bit was checked by jln@chromium.org
6 years, 8 months ago (2014-03-28 12:38:14 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidu@nvidia.com/179983006/60001
6 years, 8 months ago (2014-03-28 12:38:47 UTC) #33
commit-bot: I haz the power
6 years, 8 months ago (2014-03-28 15:31:20 UTC) #34
Message was sent while issue was closed.
Change committed as 260130

Powered by Google App Engine
This is Rietveld 408576698