linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: Peter Schiffer <pschiffe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	linux-man <linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: clone(2) should be clone(3)
Date: Tue, 16 Apr 2013 11:37:47 -0400	[thread overview]
Message-ID: <201304161137.49482.vapier@gentoo.org> (raw)
In-Reply-To: <CAKgNAkjQ1PfvrVgJ_UXUerG9MzLAoUt9ixgS07L9LAroCW7_Jw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

[-- Attachment #1: Type: Text/Plain, Size: 1456 bytes --]

On Tuesday 16 April 2013 01:42:56 Michael Kerrisk (man-pages) wrote:
> On Sun, Apr 7, 2013 at 9:03 PM, Mike Frysinger wrote:
> > also, the quoted syscall signature isn't the whole story.  there's
> > actually more variants:
> > #ifdef __ARCH_WANT_SYS_CLONE
> > #ifdef CONFIG_CLONE_BACKWARDS
> > SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp,
> >          int __user *, parent_tidptr,
> >          int, tls_val,
> >          int __user *, child_tidptr)
> > #elif defined(CONFIG_CLONE_BACKWARDS2)
> > SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags,
> >          int __user *, parent_tidptr,
> >          int __user *, child_tidptr,
> >          int, tls_val)
> > #else
> > SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp,
> >          int __user *, parent_tidptr,
> >          int __user *, child_tidptr,
> >          int, tls_val)
> > ...
> 
> I've worked in some of the above detail; see the Git copy of the page.
> 
> > these arches don't define __ARCH_WANT_SYS_CLONE:
> >         blackfin ia64 m68k sparc
> 
> I'm not sure of the significance of the above; can you explain?

the three clone variants i posted above are bracketed by the define 
__ARCH_WANT_SYS_CLONE.  so if the arch doesn't define that, it means it has its 
own implementation of clone() in its arch/$ARCH/ tree, so the exact prototype 
has to be tracked down from there.
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2013-04-16 15:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-05 16:01 clone(2) should be clone(3) Peter Schiffer
     [not found] ` <515EF542.8090200-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-04-07 10:15   ` Michael Kerrisk (man-pages)
     [not found]     ` <CAKgNAkiRHNZsnWj0J3hizbMRtnq6yAbJpFSr0x_-77bu_9eFXA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-04-07 19:03       ` Mike Frysinger
     [not found]         ` <201304071503.07751.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2013-04-16  5:42           ` Michael Kerrisk (man-pages)
     [not found]             ` <CAKgNAkjQ1PfvrVgJ_UXUerG9MzLAoUt9ixgS07L9LAroCW7_Jw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-04-16 15:37               ` Mike Frysinger [this message]
     [not found]                 ` <201304161137.49482.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2013-04-17  6:45                   ` Michael Kerrisk (man-pages)
2013-04-09 18:08       ` Peter Schiffer
     [not found]         ` <51645912.5080602-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-04-09 18:11           ` Mike Frysinger
     [not found]             ` <201304091411.12265.vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2013-04-09 18:57               ` Peter Schiffer
2013-04-16  5:27           ` Michael Kerrisk (man-pages)
     [not found]             ` <CAKgNAkha5NvRZzDBQAbFMVD+yoBVYVaUb3LVwm84STUnLByiKw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-04-17 15:12               ` Peter Schiffer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201304161137.49482.vapier@gentoo.org \
    --to=vapier-abrp7r+bbdudnm+yrofe0a@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=pschiffe-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).