lkml.org 
[lkml]   [2018]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 0/3] syscalls: clean up stub naming convention

* Dominik Brodowski <linux@dominikbrodowski.net> wrote:

> > New suggested naming:
> >
> > 810f08d0 t kernel_waitid # common C function (see kernel/exit.c)
> >
> > <inline> __do_sys_waitid # inlined helper doing the actual work
> > # (takes original parameters as declared)
> >
> > 810f1aa0 T __se_sys_waitid # sign-extending C function calling inlined
> > # helper (takes parameters of type long;
> > # casts them to the declared type)
> >
> > 810f1aa0 T sys_waitid # alias to __se_sys_waitid() (but taking
> > # original parameters as declared), to be
> > # included in syscall table
> >
> > Agreed?
>
> Yes.

Ok, great. Since these re-renames look complex enough, mind re-sending the series
with these changes incorporated and the 4/3 patch incorporated as well (and the
image shrinking script left out)?

The base patches are looking good here so I plan sending these to Linus
tomorrow-ish. (The renames don't affect functionality so they don't need
as much testing.)

Thanks,

Ingo

\
 
 \ /
  Last update: 2018-04-09 09:35    [W:0.037 / U:3.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site