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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 72EB4C433DF for ; Thu, 11 Jun 2020 04:17:32 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1D2BD2075F for ; Thu, 11 Jun 2020 04:17:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="doMxT1Ef" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1D2BD2075F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49j9Yk3FCBzDqpq for ; Thu, 11 Jun 2020 14:17:30 +1000 (AEST) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49j9Sx4vb9zDqj1 for ; Thu, 11 Jun 2020 14:13:21 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.a=rsa-sha256 header.s=201702 header.b=doMxT1Ef; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49j9SR07J7z9sSF; Thu, 11 Jun 2020 14:12:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1591848800; bh=HCJ9wEAF4AGCfy1r8Su/DDpCJDSPFslJI0OUAzgOmTo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=doMxT1EfvCLMs1SCfzFv4HKFnLq4nEqu1VWjZApVjrLT3hEroj2Gx4CXE76A/aBy2 Ar2cMXraxVjafWzcD1U/vKrxsb3/42ls16OormILkvdq3/vRVzV287C6p2bnI5uwj0 KVC+49wnlSSPPXfY6kLLNsLkBuIDFdRptSyGMZbeuDImovvyitB4gYQbHoFKV7EHGo 9pta6k4RIq0kgiQa7YFh0MhqhUgUKoAI1b+ZLZEyhQ8AMAUgzpPrsLEBKjjNnsuDfF 0TqXyvx9787dOZdL2ltDc5+OVnezJ3eUdZHvuuniZFQL/fwTB2wglM/nhMM1fxkS7L aQg8BvqNwkn6w== Date: Thu, 11 Jun 2020 14:12:54 +1000 From: Stephen Rothwell To: Xiaoming Ni Subject: Re: [PATCH v2] All arch: remove system call sys_sysctl Message-ID: <20200611141254.15870ca2@canb.auug.org.au> In-Reply-To: <1591847640-124894-1-git-send-email-nixiaoming@huawei.com> References: <1591847640-124894-1-git-send-email-nixiaoming@huawei.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/aQCikJqRJB8W8qz/_oi9sOP"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Mailman-Approved-At: Thu, 11 Jun 2020 14:14:01 +1000 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-sh@vger.kernel.org, catalin.marinas@arm.com, paulus@samba.org, ak@linux.intel.com, paulburton@kernel.org, geert@linux-m68k.org, mattst88@gmail.com, brgerst@gmail.com, acme@kernel.org, cyphar@cyphar.com, viro@zeniv.linux.org.uk, luto@kernel.org, tglx@linutronix.de, surenb@google.com, rth@twiddle.net, young.liuyang@huawei.com, linux-parisc@vger.kernel.org, rdunlap@infradead.org, linux-kernel@vger.kernel.org, mcgrof@kernel.org, linux-fsdevel@vger.kernel.org, akpm@linux-foundation.org, mark.rutland@arm.com, linux-ia64@vger.kernel.org, linux-xtensa@linux-xtensa.org, jongk@linux-m68k.org, linux@dominikbrodowski.net, James.Bottomley@HansenPartnership.com, jcmvbkbc@gmail.com, linux-s390@vger.kernel.org, ysato@users.sourceforge.jp, deller@gmx.de, yzaikin@google.com, mszeredi@redhat.com, gor@linux.ibm.com, linux-alpha@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-arm-kernel@lists.infradead.org, chris@zankel.net, tony.luck@intel.com, linux-api@vger.kernel.org, zhouyanjie@wanyeetech.com, minchan@kernel.org, ebiederm@xmission.com, sargun@sargun.me, alexander.shishkin@linux.intel.com, heiko.carstens@de.ibm.com, alex.huangjianhui@huawei.com, will@kernel.org, krzk@kernel.org, borntraeger@de.ibm.com, vbabka@suse.cz, samitolvanen@google.com, flameeyes@flameeyes.com, ravi.bangoria@linux.ibm.com, elver@google.com, keescook@chromium.org, arnd@arndb.de, bp@alien8.de, christian@brauner.io, tsbogend@alpha.franken.de, jiri@mellanox.com, martin.petersen@oracle.com, yamada.masahiro@socionext.com, oleg@redhat.com, sudeep.holla@arm.com, olof@lixom.net, shawnguo@kernel.org, davem@davemloft.net, bauerman@linux.ibm.com, dalias@libc.org, fenghua.yu@intel.com, peterz@infradead.org, dhowells@redhat.com, hpa@zytor.com, sparclinux@vger.kernel.org, jolsa@redhat.com, svens@stackframe.org, x86@kernel.org, linux@armlinux.org.uk, mingo@redhat.com, naveen.n.rao@linux.vnet.ibm.com, paulmck@kernel.org, npiggin@gmail.com, namhyung@kernel.org, dvyukov@google.com, axboe@kernel.dk, monstr@monstr.eu, haolee.swjtu@gmail.com, linux-mips@vger.kernel.org, ink@jurassic.park.msu.ru, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" --Sig_/aQCikJqRJB8W8qz/_oi9sOP Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Xiaoming, On Thu, 11 Jun 2020 11:54:00 +0800 Xiaoming Ni wrot= e: > > arch/sh/configs/dreamcast_defconfig | 1 - > arch/sh/configs/espt_defconfig | 1 - > arch/sh/configs/hp6xx_defconfig | 1 - > arch/sh/configs/landisk_defconfig | 1 - > arch/sh/configs/lboxre2_defconfig | 1 - > arch/sh/configs/microdev_defconfig | 1 - > arch/sh/configs/migor_defconfig | 1 - > arch/sh/configs/r7780mp_defconfig | 1 - > arch/sh/configs/r7785rp_defconfig | 1 - > arch/sh/configs/rts7751r2d1_defconfig | 1 - > arch/sh/configs/rts7751r2dplus_defconfig | 1 - > arch/sh/configs/se7206_defconfig | 1 - > arch/sh/configs/se7343_defconfig | 1 - > arch/sh/configs/se7619_defconfig | 1 - > arch/sh/configs/se7705_defconfig | 1 - > arch/sh/configs/se7750_defconfig | 1 - > arch/sh/configs/se7751_defconfig | 1 - > arch/sh/configs/secureedge5410_defconfig | 1 - > arch/sh/configs/sh03_defconfig | 1 - > arch/sh/configs/sh7710voipgw_defconfig | 1 - > arch/sh/configs/sh7757lcr_defconfig | 1 - > arch/sh/configs/sh7763rdp_defconfig | 1 - > arch/sh/configs/shmin_defconfig | 1 - > arch/sh/configs/titan_defconfig | 1 - > arch/sh/include/uapi/asm/unistd_64.h | 2 +- > arch/sh/kernel/syscalls/syscall.tbl | 2 +- > arch/sh/kernel/syscalls_64.S | 2 +- You might want to rebase this onto v5.8-rc1 when it is released this weekend as the 64bit sh code (sh5) has been removed. --=20 Cheers, Stephen Rothwell --Sig_/aQCikJqRJB8W8qz/_oi9sOP Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl7hr0YACgkQAVBC80lX 0Gw/zwf/ePrQSi6jQG3FFC3lL3wjuRJnZ6E8VAvHZ0rFQ80eqF2ReUHrXoTiE7HT WQE9HYgDCVQAz5m0IqYRX7xgX1s83s/GsOUpuB2wXvbUM7mcJYBvWbSwUf5Gin1m nl4lYo7G6SCKD6HtOWNd8gviTAoOWOb2iwVTr4yH6CRe4O4HoPRFuhcSInEEL3qr EwMdHVL3TxzRrGHU3YQMiGXY9A4Qsa7UyfyYBcgUQLbBdB1v11ooNzmP0KhRWK7U f8EOkbZzI20TE+I5V5Gcud9Xq1BAYV35k52KeJnpPs42xOQItpTpnSErsCPFmatw K3F1RMJqEwOYIKI4VCVLgIUPrYSD2A== =Xz+D -----END PGP SIGNATURE----- --Sig_/aQCikJqRJB8W8qz/_oi9sOP--