[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230607063834.671562-1-falcon@tinylab.org>
Date: Wed, 7 Jun 2023 14:38:34 +0800
From: Zhangjin Wu <falcon@...ylab.org>
To: thomas@...ch.de
Cc: arnd@...db.de, falcon@...ylab.org, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org, linux-riscv@...ts.infradead.org,
w@....eu
Subject: Re: [PATCH v2 4/4] tools/nolibc: sys.h: apply __syscall() helper
> Hi Zhangjin,
>
> On 2023-06-07 13:39:20+0800, Zhangjin Wu wrote:
> >
> > As a summary, will use 'sysret()' and something like:
> >
> > static __attribute__((unused))
> > int chdir(const char *path)
> > {
> > return sysret(chdir(path));
> > }
> >
> > to renew the syscall helper patchset, Thanks you very much.
>
> But please to use the "__" prefix.
> Otherwise it could conflict with user code.
>
Ok, not yet to modify the code, will reserve the '__sysret()' and convert the
left parts to this style: '__sysret(chdir(path))', a simple sed script may help
to do so.
Thanks a lot.
Zhangjin
> Thomas
Powered by blists - more mailing lists