From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 5/5] remove non-uapi Date: Mon, 5 Jun 2017 09:18:21 +0200 Message-ID: <20170605071821.GA21343@lst.de> References: <20170603190102.28866-1-hch@lst.de> <20170603190102.28866-6-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-ia64-owner@vger.kernel.org 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 List-Id: linux-arch.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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:38445 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbdFEHSY (ORCPT ); Mon, 5 Jun 2017 03:18:24 -0400 Date: Mon, 5 Jun 2017 09:18:21 +0200 From: Christoph Hellwig Subject: Re: [PATCH 5/5] remove non-uapi Message-ID: <20170605071821.GA21343@lst.de> References: <20170603190102.28866-1-hch@lst.de> <20170603190102.28866-6-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: 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 Message-ID: <20170605071821.CStZBt9hmd1bC7C9obWWkWfqZ2Bo2kgYq3QAKXYyiXM@z> 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.