From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 05 Jun 2017 07:18:21 +0000 Subject: Re: [PATCH 5/5] remove non-uapi Message-Id: <20170605071821.GA21343@lst.de> List-Id: References: <20170603190102.28866-1-hch@lst.de> <20170603190102.28866-6-hch@lst.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Thomas Gleixner Cc: Christoph Hellwig , Arnd Bergmann , "David S. Miller" , Tony Luck , Fenghua Yu , linux-arch@vger.kernel.org, sparclinux@vger.kernel.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org On Sun, Jun 04, 2017 at 03:13:11PM +0200, Thomas Gleixner wrote: > On Sat, 3 Jun 2017, Christoph Hellwig wrote: > > > By moving the kernel side __SI_* defintions right next to the userspace > > ones we can kill the non-uapi versions of include > > include/asm-generic/siginfo.h and untangle the unholy mess of includes. > > That needs a couple of fixups and we can remove > > arch/X/include/uapi/asm/siginfo.h from m32r, microblaze, mn10300 and score. > > Delta patch below. Thanks. I'm going to include this if I have to resend for some reason.