From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH 5/5] remove non-uapi Date: Mon, 5 Jun 2017 10:00:39 +0200 (CEST) Message-ID: References: <20170603190102.28866-1-hch@lst.de> <20170603190102.28866-6-hch@lst.de> <20170605071821.GA21343@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <20170605071821.GA21343@lst.de> Sender: linux-kernel-owner@vger.kernel.org To: Christoph Hellwig Cc: 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 Mon, 5 Jun 2017, Christoph Hellwig wrote: > 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. No need. I already folded it in and it survived the built bot testing w/o complaints. About to push it out into tip timers/core as I have the posix timer stuff pending on top of it. Thanks, tglx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Galois.linutronix.de ([146.0.238.70]:49932 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751352AbdFEIA5 (ORCPT ); Mon, 5 Jun 2017 04:00:57 -0400 Date: Mon, 5 Jun 2017 10:00:39 +0200 (CEST) From: Thomas Gleixner Subject: Re: [PATCH 5/5] remove non-uapi In-Reply-To: <20170605071821.GA21343@lst.de> Message-ID: References: <20170603190102.28866-1-hch@lst.de> <20170603190102.28866-6-hch@lst.de> <20170605071821.GA21343@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-arch-owner@vger.kernel.org List-ID: To: Christoph Hellwig Cc: 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: <20170605080039.SXr6intQLBztS61WPm4RhYyVHh8mNHGzr6Q1bJmVzGI@z> On Mon, 5 Jun 2017, Christoph Hellwig wrote: > 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. No need. I already folded it in and it survived the built bot testing w/o complaints. About to push it out into tip timers/core as I have the posix timer stuff pending on top of it. Thanks, tglx