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

Issue 2179303003: [gn] Don't use PIE for host executables

Created:
4 years, 4 months ago by Michael Achenbach
Modified:
4 years, 4 months ago
CC:
oth, ghost stip (do not use), v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[gn] Don't use PIE for host executables Using PIE switches on ASLR. With mksnapshot, this can lead to non-deterministic snapshots. BUG=v8:5233 Committed: https://crrev.com/4ca39b53245619d94a80a93939613774e68e4649 Cr-Commit-Position: refs/heads/master@{#38084}

Patch Set 1 #

Patch Set 2 : [gn] Don't use PIE for host executables #

Total comments: 3

Patch Set 3 : Fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M BUILD.gn View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M gni/v8.gni View 1 2 1 chunk +10 lines, -4 lines 1 comment Download

Messages

Total messages: 28 (14 generated)
Michael Achenbach
PTAL
4 years, 4 months ago (2016-07-26 08:36:41 UTC) #3
Michael Achenbach
Checked output of: gn desc out/exp ":mksnapshot(//build/toolchain/linux:clang_x86_v8_arm)"
4 years, 4 months ago (2016-07-26 08:37:41 UTC) #4
Michael Achenbach
Note that https://codereview.chromium.org/2178093003/ is fixing the root cause of non-determinism here. But switching off ASLR ...
4 years, 4 months ago (2016-07-26 08:40:15 UTC) #6
Yang
On 2016/07/26 08:40:15, Michael Achenbach (slow) wrote: > Note that https://codereview.chromium.org/2178093003/ is fixing the root ...
4 years, 4 months ago (2016-07-26 09:17:50 UTC) #7
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2179303003/diff/20001/gni/v8.gni File gni/v8.gni (right): https://codereview.chromium.org/2179303003/diff/20001/gni/v8.gni#newcode94 gni/v8.gni:94: if (!defined(invoker.want_pie) || invoker.want_pie) { instead of using want_pie, ...
4 years, 4 months ago (2016-07-27 07:41:31 UTC) #8
Michael Achenbach
https://codereview.chromium.org/2179303003/diff/20001/gni/v8.gni File gni/v8.gni (right): https://codereview.chromium.org/2179303003/diff/20001/gni/v8.gni#newcode94 gni/v8.gni:94: if (!defined(invoker.want_pie) || invoker.want_pie) { On 2016/07/27 07:41:31, jochen ...
4 years, 4 months ago (2016-07-27 07:46:09 UTC) #9
jochen (gone - plz use gerrit)
fair enough, lgtm
4 years, 4 months ago (2016-07-27 07:59:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2179303003/20001
4 years, 4 months ago (2016-07-27 08:04:27 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-27 08:28:46 UTC) #14
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/4ca39b53245619d94a80a93939613774e68e4649 Cr-Commit-Position: refs/heads/master@{#38084}
4 years, 4 months ago (2016-07-27 08:38:34 UTC) #16
Michael Hablich
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2187613003/ by hablich@chromium.org. ...
4 years, 4 months ago (2016-07-27 11:43:31 UTC) #17
Michael Achenbach
https://codereview.chromium.org/2179303003/diff/20001/gni/v8.gni File gni/v8.gni (right): https://codereview.chromium.org/2179303003/diff/20001/gni/v8.gni#newcode101 gni/v8.gni:101: configs -= "//build/config/android:executable_config" Meh: sorry for the half-baked CL. ...
4 years, 4 months ago (2016-07-27 13:11:00 UTC) #18
Michael Achenbach
PTAL at patch 3. Fix + (unfortunately also) rebase. https://codereview.chromium.org/2179303003/diff/40001/gni/v8.gni File gni/v8.gni (right): https://codereview.chromium.org/2179303003/diff/40001/gni/v8.gni#newcode101 gni/v8.gni:101: ...
4 years, 4 months ago (2016-07-27 13:15:59 UTC) #20
Michael Achenbach
4 years, 4 months ago (2016-07-27 13:40:29 UTC) #28
Hold on. Looks like I need to fix something according to the trybots...

Powered by Google App Engine
This is Rietveld 408576698