From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [git pull] signal.git Date: Sun, 24 Feb 2013 03:25:27 +0000 Message-ID: <20130224032527.GT4503@ZenIV.linux.org.uk> References: <20130220225214.GJ4503@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: Helge Deller , Benjamin Herrenschmidt , Linux Kernel Mailing List , "linux-arch@vger.kernel.org" List-Id: linux-arch.vger.kernel.org On Sat, Feb 23, 2013 at 06:56:02PM -0800, Linus Torvalds wrote: > On Wed, Feb 20, 2013 at 2:52 PM, Al Viro wrote: > > * a bunch of signal-related syscalls (both native and compat) unified. > > Ok, in the meantime I had merged the parisc and powerpc trees, which > had their own fixes in this area: powerpc added the transactional > memory support for power8 (which impacted signal save/restore), and > parisc had some fixes to the routines you then removed in favor of > generic ones. > > I fixed up the conflicts, and they didn't look that bad, but I could > easily have messed something up, so people - please double-check the > end result. Ouch... Lesson for me - before hitting send, check if anything relevant has arrived while the mail was being written... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:39098 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759379Ab3BXDZg (ORCPT ); Sat, 23 Feb 2013 22:25:36 -0500 Date: Sun, 24 Feb 2013 03:25:27 +0000 From: Al Viro Subject: Re: [git pull] signal.git Message-ID: <20130224032527.GT4503@ZenIV.linux.org.uk> References: <20130220225214.GJ4503@ZenIV.linux.org.uk> 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: Linus Torvalds Cc: Helge Deller , Benjamin Herrenschmidt , Linux Kernel Mailing List , "linux-arch@vger.kernel.org" Message-ID: <20130224032527.IEsE8Ov2gk0eUY9PQhFaBo989SSoMauoByTUmiiRElE@z> On Sat, Feb 23, 2013 at 06:56:02PM -0800, Linus Torvalds wrote: > On Wed, Feb 20, 2013 at 2:52 PM, Al Viro wrote: > > * a bunch of signal-related syscalls (both native and compat) unified. > > Ok, in the meantime I had merged the parisc and powerpc trees, which > had their own fixes in this area: powerpc added the transactional > memory support for power8 (which impacted signal save/restore), and > parisc had some fixes to the routines you then removed in favor of > generic ones. > > I fixed up the conflicts, and they didn't look that bad, but I could > easily have messed something up, so people - please double-check the > end result. Ouch... Lesson for me - before hitting send, check if anything relevant has arrived while the mail was being written...