From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26D71C43381 for ; Mon, 1 Apr 2019 08:19:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E800720830 for ; Mon, 1 Apr 2019 08:19:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732223AbfDAITY (ORCPT ); Mon, 1 Apr 2019 04:19:24 -0400 Received: from mail-ua1-f65.google.com ([209.85.222.65]:44841 "EHLO mail-ua1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732053AbfDAITX (ORCPT ); Mon, 1 Apr 2019 04:19:23 -0400 Received: by mail-ua1-f65.google.com with SMTP id p13so2748673uaa.11; Mon, 01 Apr 2019 01:19:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=mi4VVhCnwzE7TGhfTNJ/QcHC5Ku4Q1slp8yXTNUFiDo=; b=nHGKtOWVc/86wyxHKEKpvP6otb2jfpVxreXbhIloC9QN2m4QUIK5pRI77P9Gsa1XM7 /1MEKJ6emSmFzb0NxHX7BO0EpJyWdkOmQFNpLGmyjZgn15tozn5mSguDZaq/pH7mxxAk z0VOd3MW7qP8tiU8ABWyldUGvoy+46ZIpnXeRSU4N9jBtqWFB20oQ3B714sLP7hgeorC Fh4R/QbiYvL360GNNjvHYCCRUVDkjQ+snT7n3u/obqMQxcRf4q4HgZQ5/YEmSXibwMeS keptmSiVmT0niMpdOeutVHuqAEvBuBrbBR2K7VtBG5Kcw27VKYB2+UMUusJbjhUT5z2y FwVQ== X-Gm-Message-State: APjAAAUMep3ASKZesTnN8A5imBYn2qOmwQVwHzN+QNrUH90EUiqtYZIO Ks/Tw5CqPgd38BUaKW5Bb6tD5aR17z/k72HKN+4= X-Google-Smtp-Source: APXvYqxJi/GXwr/J+Fh+LQC9u7TI2IurOQqD4suI2QB4uLRYdsz5ftciuB1c4tsA3iXfp/QYnZKnzwlks1pz6daiLf4= X-Received: by 2002:ab0:6419:: with SMTP id x25mr31137677uao.86.1554106761510; Mon, 01 Apr 2019 01:19:21 -0700 (PDT) MIME-Version: 1.0 References: <20190325143521.34928-1-arnd@arndb.de> <20190325144737.703921-1-arnd@arndb.de> In-Reply-To: <20190325144737.703921-1-arnd@arndb.de> From: Geert Uytterhoeven Date: Mon, 1 Apr 2019 10:19:09 +0200 Message-ID: Subject: Re: [PATCH 2/2] arch: add pidfd and io_uring syscalls everywhere To: Arnd Bergmann Cc: Andrew Morton , Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Catalin Marinas , Will Deacon , Tony Luck , Fenghua Yu , Michal Simek , Ralf Baechle , Paul Burton , James Hogan , "James E . J . Bottomley" , Helge Deller , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Martin Schwidefsky , Heiko Carstens , Rich Felker , "David S . Miller" , Max Filippov , Firoz Khan , alpha , Linux Kernel Mailing List , Linux ARM , "linux-ia64@vger.kernel.org" , linux-m68k , linux-mips@vger.kernel.org, Parisc List , linuxppc-dev , linux-s390 , Linux-sh list , sparclinux Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 25, 2019 at 3:48 PM Arnd Bergmann wrote: > Add the io_uring and pidfd_send_signal system calls to all architectures. > > These system calls are designed to handle both native and compat tasks, > so all entries are the same across architectures, only arm-compat and > the generic tale still use an old format. > > Signed-off-by: Arnd Bergmann > arch/m68k/kernel/syscalls/syscall.tbl | 4 ++++ Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds