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

Issue 1669043003: [Android] Fix Microdump generation when Seccomp-BPF is enabled. (Closed)

Created:
4 years, 10 months ago by Robert Sesek
Modified:
4 years, 10 months ago
Reviewers:
mdempsky
CC:
chromium-reviews, darin-cc_chromium.org, jam, rickyz+watch_chromium.org, jln+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Fix Microdump generation when Seccomp-BPF is enabled. BUG=584518, 439573 Originally Committed: https://crrev.com/4fe32a5a3c3c5db910517f70f45ea03ee1c676ed Reverted: https://crrev.com/d8166bd9a4c900c9a8079c9e7b4d3e750b497f51 Committed: https://crrev.com/91272670b07051ea6aa323c14598977c9a82942a Cr-Commit-Position: refs/heads/master@{#374043}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Restrict socket() args #

Total comments: 5

Patch Set 3 : Address comments #

Patch Set 4 : Fix i386 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -1 line) Patch
M content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc View 1 2 3 3 chunks +73 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 38 (19 generated)
Robert Sesek
4 years, 10 months ago (2016-02-05 00:20:32 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669043003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669043003/1
4 years, 10 months ago (2016-02-05 15:23:41 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-05 16:34:40 UTC) #7
mdempsky
https://codereview.chromium.org/1669043003/diff/1/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc File content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc (right): https://codereview.chromium.org/1669043003/diff/1/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc#newcode64 content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc:64: case __NR_socket: These seem scary. Is there anything in ...
4 years, 10 months ago (2016-02-05 18:31:46 UTC) #8
Robert Sesek
https://codereview.chromium.org/1669043003/diff/1/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc File content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc (right): https://codereview.chromium.org/1669043003/diff/1/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc#newcode64 content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc:64: case __NR_socket: On 2016/02/05 18:31:46, mdempsky wrote: > These ...
4 years, 10 months ago (2016-02-05 19:57:12 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669043003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669043003/20001
4 years, 10 months ago (2016-02-05 19:57:59 UTC) #11
mdempsky
lgtm https://codereview.chromium.org/1669043003/diff/20001/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc File content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc (right): https://codereview.chromium.org/1669043003/diff/20001/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc#newcode88 content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc:88: return If(AllOf(AnyOf(domain == PF_LOCAL, domain == PF_UNIX), Nit: ...
4 years, 10 months ago (2016-02-05 20:14:03 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-05 21:07:14 UTC) #14
Robert Sesek
https://codereview.chromium.org/1669043003/diff/20001/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc File content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc (right): https://codereview.chromium.org/1669043003/diff/20001/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc#newcode88 content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc:88: return If(AllOf(AnyOf(domain == PF_LOCAL, domain == PF_UNIX), On 2016/02/05 ...
4 years, 10 months ago (2016-02-05 21:27:06 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669043003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669043003/40001
4 years, 10 months ago (2016-02-05 21:28:26 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-05 22:39:23 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669043003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669043003/40001
4 years, 10 months ago (2016-02-05 22:50:54 UTC) #22
mdempsky
https://codereview.chromium.org/1669043003/diff/20001/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc File content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc (right): https://codereview.chromium.org/1669043003/diff/20001/content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc#newcode88 content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc:88: return If(AllOf(AnyOf(domain == PF_LOCAL, domain == PF_UNIX), On 2016/02/05 ...
4 years, 10 months ago (2016-02-05 22:56:55 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-05 22:57:45 UTC) #25
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/4fe32a5a3c3c5db910517f70f45ea03ee1c676ed Cr-Commit-Position: refs/heads/master@{#373934}
4 years, 10 months ago (2016-02-05 22:58:56 UTC) #27
sgurun-gerrit only
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1671333003/ by sgurun@chromium.org. ...
4 years, 10 months ago (2016-02-06 00:49:20 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669043003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669043003/60001
4 years, 10 months ago (2016-02-06 19:06:27 UTC) #34
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-06 19:10:05 UTC) #36
commit-bot: I haz the power
4 years, 10 months ago (2016-02-06 19:11:21 UTC) #38
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/91272670b07051ea6aa323c14598977c9a82942a
Cr-Commit-Position: refs/heads/master@{#374043}

Powered by Google App Engine
This is Rietveld 408576698