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

Issue 1264783002: Remove failure for bad mmap address hints. (Closed)

Created:
5 years, 4 months ago by Sean Klein
Modified:
5 years, 4 months ago
Reviewers:
Mark Seaborn
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/src/native_client.git@master
Target Ref:
refs/heads/master
Project:
nacl
Visibility:
Public.

Description

Remove failure for bad mmap address hints. BUG=https://code.google.com/p/nativeclient/issues/detail?id=4100 Committed: https://chromium.googlesource.com/native_client/src/native_client/+/5a8384a542cf08e57425a063be58d17b682f1923

Patch Set 1 : Demonstrate that test for behavior DOES fail. #

Patch Set 2 : Added fix for failing test #

Total comments: 8

Patch Set 3 : Responding to review #

Total comments: 2

Patch Set 4 : Dodging copyright presubmit warning #

Total comments: 3

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -6 lines) Patch
M src/trusted/service_runtime/sys_memory.c View 1 2 3 4 1 chunk +8 lines, -3 lines 0 comments Download
M tests/syscalls/mem_test.cc View 1 2 3 4 3 chunks +39 lines, -3 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
Sean Klein
Fixing a small mmap bug, PTAL
5 years, 4 months ago (2015-07-30 15:14:46 UTC) #2
Mark Seaborn
https://chromiumcodereview.appspot.com/1264783002/diff/20001/src/trusted/service_runtime/sys_memory.c File src/trusted/service_runtime/sys_memory.c (right): https://chromiumcodereview.appspot.com/1264783002/diff/20001/src/trusted/service_runtime/sys_memory.c#newcode332 src/trusted/service_runtime/sys_memory.c:332: if (NACL_ABI_MAP_FIXED & flags) { Nit: use "(NACL_ABI_MAP_FIXED & ...
5 years, 4 months ago (2015-07-30 15:20:14 UTC) #3
Sean Klein
https://chromiumcodereview.appspot.com/1264783002/diff/20001/src/trusted/service_runtime/sys_memory.c File src/trusted/service_runtime/sys_memory.c (right): https://chromiumcodereview.appspot.com/1264783002/diff/20001/src/trusted/service_runtime/sys_memory.c#newcode332 src/trusted/service_runtime/sys_memory.c:332: if (NACL_ABI_MAP_FIXED & flags) { On 2015/07/30 15:20:14, Mark ...
5 years, 4 months ago (2015-07-30 16:04:29 UTC) #4
Mark Seaborn
LGTM with a nit... https://chromiumcodereview.appspot.com/1264783002/diff/40001/src/trusted/service_runtime/sys_memory.c File src/trusted/service_runtime/sys_memory.c (right): https://chromiumcodereview.appspot.com/1264783002/diff/40001/src/trusted/service_runtime/sys_memory.c#newcode338 src/trusted/service_runtime/sys_memory.c:338: usraddr = NaClRoundAllocPage(usraddr); Do you ...
5 years, 4 months ago (2015-07-30 16:46:32 UTC) #5
Sean Klein
On 2015/07/30 16:46:32, Mark Seaborn wrote: > LGTM with a nit... > > https://chromiumcodereview.appspot.com/1264783002/diff/40001/src/trusted/service_runtime/sys_memory.c > ...
5 years, 4 months ago (2015-07-30 16:58:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1264783002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1264783002/40001
5 years, 4 months ago (2015-07-30 20:14:37 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: nacl-presubmit on tryserver.nacl (JOB_FAILED, http://build.chromium.org/p/tryserver.nacl/builders/nacl-presubmit/builds/267)
5 years, 4 months ago (2015-07-30 20:16:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1264783002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1264783002/60001
5 years, 4 months ago (2015-07-30 20:20:37 UTC) #13
Mark Seaborn
https://chromiumcodereview.appspot.com/1264783002/diff/40001/src/trusted/service_runtime/sys_memory.c File src/trusted/service_runtime/sys_memory.c (right): https://chromiumcodereview.appspot.com/1264783002/diff/40001/src/trusted/service_runtime/sys_memory.c#newcode338 src/trusted/service_runtime/sys_memory.c:338: usraddr = NaClRoundAllocPage(usraddr); On 2015/07/30 16:46:32, Mark Seaborn wrote: ...
5 years, 4 months ago (2015-07-30 21:02:24 UTC) #14
Sean Klein
https://chromiumcodereview.appspot.com/1264783002/diff/60001/src/trusted/service_runtime/sys_memory.c File src/trusted/service_runtime/sys_memory.c (right): https://chromiumcodereview.appspot.com/1264783002/diff/60001/src/trusted/service_runtime/sys_memory.c#newcode338 src/trusted/service_runtime/sys_memory.c:338: usraddr = NaClRoundAllocPage(usraddr); Regarding your comment of 0xffffffff as ...
5 years, 4 months ago (2015-07-30 21:49:16 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1264783002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1264783002/80001
5 years, 4 months ago (2015-07-30 22:40:18 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: nacl-arm_perf_panda on tryserver.nacl (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.nacl/builders/nacl-arm_perf_panda/builds/5050)
5 years, 4 months ago (2015-07-31 03:51:02 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1264783002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1264783002/80001
5 years, 4 months ago (2015-07-31 15:28:49 UTC) #23
commit-bot: I haz the power
5 years, 4 months ago (2015-07-31 17:39:03 UTC) #24
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/native_client/src/native_client/+/5a8384a54...

Powered by Google App Engine
This is Rietveld 408576698