From: "Américo Wang" <xiyou.wangcong@gmail.com>
To: "Américo Wang" <xiyou.wangcong@gmail.com>
Cc: User-mode Linux Kernel Development
<user-mode-linux-devel@lists.sourceforge.net>,
Jeff Dike <jdike@addtoit.com>, Greg KH <gregkh@suse.de>,
Heiko Carstens <heiko.carstens@de.ibm.com>,
Linux Kernel Development <linux-kernel@vger.kernel.org>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Al Viro <viro@ZenIV.linux.org.uk>, Rob Landley <rob@landley.net>,
Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>,
Andrew Morton <akpm@linux-foundation.org>,
Shane Hathaway <shane@hathawaymix.org>,
Daolong Wang <ahlongxp@gmail.com>,
stable@kernel.org
Subject: Re: [uml-devel] [Patch] uml: fix a link error
Date: Sun, 8 Feb 2009 17:12:44 +0800 [thread overview]
Message-ID: <20090208091244.GB383@hack.private> (raw)
In-Reply-To: <20090208090642.GA383@hack.private>
On Sun, Feb 08, 2009 at 05:07:10PM +0800, Américo Wang wrote:
>
>> } \
>>- SYSCALL_ALIAS(sys_##name, SyS_##name); \
>>- static inline long SYSC_##name(__SC_DECL##x(__VA_ARGS__))
>>+ SYSCALL_ALIAS(sys##name, SyS##name); \
>>+ static inline long SYSC##name(__SC_DECL##x(__VA_ARGS__))
>
>So your final actual name for a syscall 'foo' will be 'sysfoo'
>instead of 'sys_foo', right?
>
Oops, I misread the leading underscore! Sorry.
Looks good then,
Reviewed-by: WANG Cong <wangcong@zeuux.org>
--
"Against stupidity, the gods themselves, contend in vain."
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
WARNING: multiple messages have this Message-ID (diff)
From: "Américo Wang" <xiyou.wangcong@gmail.com>
To: "Américo Wang" <xiyou.wangcong@gmail.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Greg KH <gregkh@suse.de>, Shane Hathaway <shane@hathawaymix.org>,
Daolong Wang <ahlongxp@gmail.com>,
User-mode Linux Kernel Development
<user-mode-linux-devel@lists.sourceforge.net>,
Jeff Dike <jdike@addtoit.com>,
Linux Kernel Development <linux-kernel@vger.kernel.org>,
Rob Landley <rob@landley.net>,
Andrew Morton <akpm@linux-foundation.org>,
stable@kernel.org, Al Viro <viro@ZenIV.linux.org.uk>,
Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Subject: Re: [uml-devel] [Patch] uml: fix a link error
Date: Sun, 8 Feb 2009 17:12:44 +0800 [thread overview]
Message-ID: <20090208091244.GB383@hack.private> (raw)
In-Reply-To: <20090208090642.GA383@hack.private>
On Sun, Feb 08, 2009 at 05:07:10PM +0800, Américo Wang wrote:
>
>> } \
>>- SYSCALL_ALIAS(sys_##name, SyS_##name); \
>>- static inline long SYSC_##name(__SC_DECL##x(__VA_ARGS__))
>>+ SYSCALL_ALIAS(sys##name, SyS##name); \
>>+ static inline long SYSC##name(__SC_DECL##x(__VA_ARGS__))
>
>So your final actual name for a syscall 'foo' will be 'sysfoo'
>instead of 'sys_foo', right?
>
Oops, I misread the leading underscore! Sorry.
Looks good then,
Reviewed-by: WANG Cong <wangcong@zeuux.org>
--
"Against stupidity, the gods themselves, contend in vain."
next prev parent reply other threads:[~2009-02-08 9:12 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-15 19:40 [uml-devel] [Patch] uml: fix a link error Américo Wang
2009-01-15 19:40 ` Américo Wang
2009-01-16 20:41 ` [uml-devel] " Andrew Morton
2009-01-16 20:41 ` Andrew Morton
2009-01-16 21:38 ` [uml-devel] " Jeff Dike
2009-01-16 21:38 ` Jeff Dike
2009-01-17 9:28 ` [uml-devel] " Rob Landley
2009-01-17 9:28 ` Rob Landley
2009-01-18 6:23 ` Daolong Wang
2009-01-18 6:23 ` Daolong Wang
2009-01-19 15:21 ` Jeff Dike
2009-01-19 15:21 ` Jeff Dike
2009-01-20 1:46 ` Daolong Wang
2009-01-20 1:46 ` Daolong Wang
2009-01-20 2:01 ` Shane Hathaway
2009-01-20 2:01 ` Shane Hathaway
2009-01-27 9:23 ` Al Viro
2009-01-27 9:23 ` Al Viro
2009-02-04 17:26 ` Geert Uytterhoeven
2009-02-04 17:26 ` Geert Uytterhoeven
2009-02-04 20:32 ` Geert Uytterhoeven
2009-02-04 20:32 ` Geert Uytterhoeven
2009-02-04 20:40 ` Greg KH
2009-02-04 20:40 ` Greg KH
2009-02-04 20:54 ` Geert Uytterhoeven
2009-02-04 20:54 ` Geert Uytterhoeven
2009-02-07 11:59 ` Heiko Carstens
2009-02-07 11:59 ` Heiko Carstens
2009-02-08 9:07 ` Américo Wang
2009-02-08 9:07 ` Américo Wang
2009-02-08 9:12 ` Américo Wang [this message]
2009-02-08 9:12 ` Américo Wang
2009-02-12 14:40 ` Geert Uytterhoeven
2009-02-12 14:40 ` Geert Uytterhoeven
2009-01-18 8:32 ` Américo Wang
2009-01-18 8:32 ` Américo Wang
2009-01-18 23:29 ` Rob Landley
2009-01-18 23:29 ` Rob Landley
2009-01-22 16:12 ` Américo Wang
2009-01-22 16:12 ` Américo Wang
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=20090208091244.GB383@hack.private \
--to=xiyou.wangcong@gmail.com \
--cc=Geert.Uytterhoeven@sonycom.com \
--cc=ahlongxp@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=geert@linux-m68k.org \
--cc=gregkh@suse.de \
--cc=heiko.carstens@de.ibm.com \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rob@landley.net \
--cc=shane@hathawaymix.org \
--cc=stable@kernel.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=viro@ZenIV.linux.org.uk \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.