From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754333Ab3BGIlO (ORCPT ); Thu, 7 Feb 2013 03:41:14 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:34627 "EHLO e06smtp16.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751962Ab3BGIlK (ORCPT ); Thu, 7 Feb 2013 03:41:10 -0500 Date: Thu, 7 Feb 2013 09:41:05 +0100 From: Heiko Carstens To: Stephen Rothwell Cc: Al Viro , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Schwidefsky Subject: Re: linux-next: manual merge of the signal tree with the s390 tree Message-ID: <20130207084105.GA3929@osiris> References: <20130207162205.cf749e433ad1ca45410d0aa7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130207162205.cf749e433ad1ca45410d0aa7@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) x-cbid: 13020708-3548-0000-0000-0000047C8E7B Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 07, 2013 at 04:22:05PM +1100, Stephen Rothwell wrote: > Hi Al, > > Today's linux-next merge of the signal tree got a conflict in > arch/s390/Kconfig between commit ad2c429560fc ("s390/Kconfig: sort list > of arch selected config options") from the s390 tree and commits > e181ee4cd7e5 ("s390: switch to generic old sigsuspend") and 7eddd99c289a > ("s390: switch to generic old sigaction()") from the signal tree. > > I fixed it up (see below) and can carry the fix as necessary (no action > is required). Thanks Stephen. I hope in the long term sorting the config options pays off, since seeing merge conflicts like this is exactly what I wanted to avoid.. :)