LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Xiaoming Ni <nixiaoming@huawei.com>
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
Subject: Re: [PATCH v2] All arch: remove system call sys_sysctl
Date: Thu, 11 Jun 2020 14:12:54 +1000	[thread overview]
Message-ID: <20200611141254.15870ca2@canb.auug.org.au> (raw)
In-Reply-To: <1591847640-124894-1-git-send-email-nixiaoming@huawei.com>

[-- Attachment #1: Type: text/plain, Size: 1962 bytes --]

Hi Xiaoming,

On Thu, 11 Jun 2020 11:54:00 +0800 Xiaoming Ni <nixiaoming@huawei.com> wrote:
>
>  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.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2020-06-11  4:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11  3:54 [PATCH v2] All arch: remove system call sys_sysctl Xiaoming Ni
2020-06-11  4:12 ` Stephen Rothwell [this message]
2020-06-11  7:07 ` Will Deacon
2020-06-11 11:43 ` Eric W. Biederman
2020-06-11 16:39   ` Rich Felker
2020-06-11 17:01     ` Eric W. Biederman
2020-06-11 17:20       ` Rich Felker
2020-06-11 18:23         ` Eric W. Biederman
2020-06-12  9:48           ` Xiaoming Ni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200611141254.15870ca2@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=acme@kernel.org \
    --cc=ak@linux.intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=alex.huangjianhui@huawei.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=axboe@kernel.dk \
    --cc=bauerman@linux.ibm.com \
    --cc=borntraeger@de.ibm.com \
    --cc=bp@alien8.de \
    --cc=brgerst@gmail.com \
    --cc=catalin.marinas@arm.com \
    --cc=chris@zankel.net \
    --cc=christian@brauner.io \
    --cc=cyphar@cyphar.com \
    --cc=dalias@libc.org \
    --cc=davem@davemloft.net \
    --cc=deller@gmx.de \
    --cc=dhowells@redhat.com \
    --cc=dvyukov@google.com \
    --cc=ebiederm@xmission.com \
    --cc=elver@google.com \
    --cc=fenghua.yu@intel.com \
    --cc=flameeyes@flameeyes.com \
    --cc=geert@linux-m68k.org \
    --cc=gor@linux.ibm.com \
    --cc=haolee.swjtu@gmail.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=hpa@zytor.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=jcmvbkbc@gmail.com \
    --cc=jiri@mellanox.com \
    --cc=jolsa@redhat.com \
    --cc=jongk@linux-m68k.org \
    --cc=keescook@chromium.org \
    --cc=krzk@kernel.org \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux-xtensa@linux-xtensa.org \
    --cc=linux@armlinux.org.uk \
    --cc=linux@dominikbrodowski.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=luto@kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=martin.petersen@oracle.com \
    --cc=mattst88@gmail.com \
    --cc=mcgrof@kernel.org \
    --cc=minchan@kernel.org \
    --cc=mingo@redhat.com \
    --cc=monstr@monstr.eu \
    --cc=mszeredi@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=naveen.n.rao@linux.vnet.ibm.com \
    --cc=nixiaoming@huawei.com \
    --cc=npiggin@gmail.com \
    --cc=oleg@redhat.com \
    --cc=olof@lixom.net \
    --cc=paulburton@kernel.org \
    --cc=paulmck@kernel.org \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    --cc=ravi.bangoria@linux.ibm.com \
    --cc=rdunlap@infradead.org \
    --cc=rth@twiddle.net \
    --cc=samitolvanen@google.com \
    --cc=sargun@sargun.me \
    --cc=shawnguo@kernel.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=sudeep.holla@arm.com \
    --cc=surenb@google.com \
    --cc=svens@stackframe.org \
    --cc=tglx@linutronix.de \
    --cc=tony.luck@intel.com \
    --cc=tsbogend@alpha.franken.de \
    --cc=vbabka@suse.cz \
    --cc=viro@zeniv.linux.org.uk \
    --cc=will@kernel.org \
    --cc=x86@kernel.org \
    --cc=yamada.masahiro@socionext.com \
    --cc=young.liuyang@huawei.com \
    --cc=ysato@users.sourceforge.jp \
    --cc=yzaikin@google.com \
    --cc=zhouyanjie@wanyeetech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox