lkml.org 
[lkml]   [2020]   [Jan]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 2/4] mm: introduce external memory hinting API
    On Mon, Jan 13, 2020, 12:47 AM Kirill Tkhai <ktkhai@virtuozzo.com> wrote:
    > > +SYSCALL_DEFINE5(process_madvise, int, pidfd, unsigned long, start,
    > > + size_t, len_in, int, behavior, unsigned long, flags)
    >
    > I don't like the interface. The fact we have pidfd does not mean,
    > we have to use it for new syscalls always. A user may want to set
    > madvise for specific pid from console and pass pid as argument.
    > pidfd would be an overkill in this case.
    > We usually call "kill -9 pid" from console. Why shouldn't process_madvise()
    > allow this?

    All new APIs should use pidfds: they're better than numeric PIDs in
    every way. If a program wants to allow users to specify processes by
    numeric PID, it can parse that numeric PID, open the corresponding
    pidfd, and then use that pidfd with whatever system call it wants.
    It's not necessary to support numeric PIDs at the system call level to
    allow a console program to identify a process by numeric PID.

    \
     
     \ /
      Last update: 2020-01-13 20:19    [W:2.431 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site