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

Issue 330723003: Clean-up the SandboxSyscall interface (Closed)

Created:
6 years, 6 months ago by jln (very slow on Chromium)
Modified:
6 years, 6 months ago
Reviewers:
mdempsky
CC:
chromium-reviews, agl, jln+watch_chromium.org, nedeljko
Project:
chromium
Visibility:
Public.

Description

Clean-up the SandboxSyscall interface Create a new Syscall class with a static method to replace SandboxSyscall() and clean-up some documentation. BUG=369594 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277004

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Remove "always inline" attribute. #

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+388 lines, -411 lines) Patch
M sandbox/linux/seccomp-bpf/die.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.h View 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 3 chunks +10 lines, -11 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc View 9 chunks +22 lines, -22 lines 0 comments Download
M sandbox/linux/seccomp-bpf/syscall.h View 1 1 chunk +72 lines, -131 lines 0 comments Download
M sandbox/linux/seccomp-bpf/syscall.cc View 1 2 2 chunks +208 lines, -183 lines 0 comments Download
M sandbox/linux/seccomp-bpf/syscall_unittest.cc View 1 2 6 chunks +63 lines, -52 lines 0 comments Download
M sandbox/linux/seccomp-bpf/trap.cc View 2 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jln (very slow on Chromium)
Matthew, could you please take a look at this small cleanup ? This makes syscall.h ...
6 years, 6 months ago (2014-06-13 02:21:08 UTC) #1
mdempsky
lgtm Seems fine, modulo nits. https://chromiumcodereview.appspot.com/330723003/diff/30009/sandbox/linux/seccomp-bpf/syscall.cc File sandbox/linux/seccomp-bpf/syscall.cc (right): https://chromiumcodereview.appspot.com/330723003/diff/30009/sandbox/linux/seccomp-bpf/syscall.cc#newcode16 sandbox/linux/seccomp-bpf/syscall.cc:16: asm( // We need ...
6 years, 6 months ago (2014-06-13 03:01:46 UTC) #2
jln (very slow on Chromium)
https://chromiumcodereview.appspot.com/330723003/diff/30009/sandbox/linux/seccomp-bpf/syscall.cc File sandbox/linux/seccomp-bpf/syscall.cc (right): https://chromiumcodereview.appspot.com/330723003/diff/30009/sandbox/linux/seccomp-bpf/syscall.cc#newcode16 sandbox/linux/seccomp-bpf/syscall.cc:16: asm( // We need to be able to tell ...
6 years, 6 months ago (2014-06-13 06:39:58 UTC) #3
jln (very slow on Chromium)
The CQ bit was checked by jln@chromium.org
6 years, 6 months ago (2014-06-13 06:41:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/330723003/90001
6 years, 6 months ago (2014-06-13 06:42:57 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-06-13 13:00:01 UTC) #6
Message was sent while issue was closed.
Change committed as 277004

Powered by Google App Engine
This is Rietveld 408576698