From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 0/4] pid: add pidctl() Date: Mon, 25 Mar 2019 16:56:14 +0000 Message-ID: <18683.1553532974@warthog.procyon.org.uk> References: <20190325162052.28987-1-christian@brauner.io> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: In-Reply-To: Content-ID: <18682.1553532974.1@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org To: Daniel Colascione Cc: dhowells@redhat.com, Christian Brauner , Jann Horn , khlebnikov@yandex-team.ru, Andy Lutomirski , "Serge E. Hallyn" , "Eric W. Biederman" , Linux API , linux-kernel , Arnd Bergmann , Kees Cook , Alexey Dobriyan , Thomas Gleixner , Michael Kerrisk-manpages , bl0pbl33p@gmail.com, "Dmitry V. Levin" , Andrew Morton , Oleg Nesterov , nagarathnam.muthusamy@oracle.com, Aleksa Sarai , Al Viro , Joel List-Id: linux-api@vger.kernel.org Daniel Colascione wrote: > System calls are cheap. Only to a point. x86_64 will have an issue when we hit syscall 512. We're currently at 427. David