Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752920AbbF3WST (ORCPT ); Tue, 30 Jun 2015 18:18:19 -0400 Received: from ozlabs.org ([103.22.144.67]:48588 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751945AbbF3WSP (ORCPT ); Tue, 30 Jun 2015 18:18:15 -0400 Message-ID: <1435702685.24693.3.camel@ellerman.id.au> Subject: Re: [PATCH RESEND] Update kernel math-emu code from current glibc soft-fp From: Michael Ellerman To: Joseph Myers Cc: linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, "David S.Miller" , schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com Date: Wed, 01 Jul 2015 08:18:05 +1000 In-Reply-To: References: <1435634913.24866.1.camel@ellerman.id.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1024 Lines: 31 On Tue, 2015-06-30 at 10:48 +0000, Joseph Myers wrote: > On Tue, 30 Jun 2015, Michael Ellerman wrote: > > > Is there some way you can imagine of splitting this up into smaller chunks, so > > that different arches can merge the pieces separately? > > Well, it could be split as: > > 1. Rename include/math-emu to math-emu-old and update architectures for > the renaming (mechanically). > > 2. Add new include/math-emu. > > 3,4,5,6,7. Move each architecture from math-emu-old to math-emu. > > 8. Remove math-emu-old. > > You still have patch 1 affecting all five architectures, but with the > per-architecture changes being much simpler. OK. That's obviously a bit more churn, but I think it's probably the best approach. Unless someone else has a better idea? cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/