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

Issue 23137020: Change prctl() syscall wrapper to take prctl()'s full set of arguments (Closed)

Created:
7 years, 4 months ago by Mark Seaborn
Modified:
7 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Change prctl() syscall wrapper to take prctl()'s full set of arguments The Linux man page documents prctl() as taking upto 5 arguments: int prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5); For example, PR_SET_SECCOMP with SECCOMP_MODE_FILTER takes a third argument, and so isn't usable without this change. BUG=none TEST=none Committed: https://code.google.com/p/linux-syscall-support/source/detail?r=24

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M lss/linux_syscall_support.h View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mark Seaborn
7 years, 4 months ago (2013-08-22 21:38:04 UTC) #1
jln (very slow on Chromium)
lgtm Not an owner, but I think you can TBR Markus.
7 years, 3 months ago (2013-08-29 20:04:59 UTC) #2
Mark Seaborn
7 years, 3 months ago (2013-08-31 00:09:01 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r24 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698