Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2582)

Issue 13159044: code review 13159044: syscall: add Cloneflags to Linux SysProcAttr. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by remyoudompheng
Modified:
10 years, 7 months ago
Reviewers:
rsc, bradfitz
CC:
golang-dev, bradfitz, dfc
Visibility:
Public.

Description

syscall: add Cloneflags to Linux SysProcAttr. Also use clone(2) syscall instead of fork(). Fixes issue 6214.

Patch Set 1 #

Patch Set 2 : diff -r def72122b0b8 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r eb5bdb19aa21 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r df6fd92ec7c1 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/pkg/syscall/exec_linux.go View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 9
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 8 months ago (2013-08-23 20:33:02 UTC) #1
remyoudompheng
On 2013/08/23 20:33:02, remyoudompheng wrote: > Hello mailto:golang-dev@googlegroups.com (cc: mailto:golang-dev@googlegroups.com), > > I'd like you ...
10 years, 8 months ago (2013-08-23 20:34:25 UTC) #2
bradfitz
LGTM On Fri, Aug 23, 2013 at 3:33 PM, <remyoudompheng@gmail.com> wrote: > Reviewers: golang-dev1, > ...
10 years, 8 months ago (2013-08-23 20:38:24 UTC) #3
dfc
Please update the comment which begins "About to call fork" to explain why it calls ...
10 years, 8 months ago (2013-08-23 23:21:58 UTC) #4
bradfitz
This is package syscall. You get what you deserve if you do something like that. ...
10 years, 8 months ago (2013-08-23 23:48:35 UTC) #5
remyoudompheng
*** Submitted as https://code.google.com/p/go/source/detail?r=6b3d572eb22a *** syscall: add Cloneflags to Linux SysProcAttr. Also use clone(2) syscall ...
10 years, 8 months ago (2013-08-24 01:35:17 UTC) #6
rsc
There was talk about using vfork or posix_spawn or something like that in os/exec. This ...
10 years, 7 months ago (2013-09-03 21:33:26 UTC) #7
remyoudompheng
2013/9/3 Russ Cox <rsc@golang.org>: > There was talk about using vfork or posix_spawn or something ...
10 years, 7 months ago (2013-09-03 21:41:21 UTC) #8
rsc
10 years, 7 months ago (2013-09-05 15:58:59 UTC) #9
perhaps. i haven't looked closely. still fine for now.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b