From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753311AbdDMMDY (ORCPT ); Thu, 13 Apr 2017 08:03:24 -0400 Received: from mail.windriver.com ([147.11.1.11]:53853 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752534AbdDMMDV (ORCPT ); Thu, 13 Apr 2017 08:03:21 -0400 Date: Thu, 13 Apr 2017 08:03:06 -0400 From: Paul Gortmaker To: Michael Ellerman CC: Stephen Rothwell , , , =?iso-8859-1?B?Suly9G1l?= Glisse , Evgeny Baskakov , John Hubbard , Mark Hairgrove , Sherry Cheung , Subhash Gutti , Andrew Morton Subject: Re: [PATCH 4/4] mm/hmm: exclude 64 bit arch that explicitly fail to work. Message-ID: <20170413120305.GT16239@windriver.com> References: <20170413003014.4052-1-paul.gortmaker@windriver.com> <20170413003014.4052-5-paul.gortmaker@windriver.com> <20170413132701.633a22a9@canb.auug.org.au> <87poggao2b.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <87poggao2b.fsf@concordia.ellerman.id.au> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Re: [PATCH 4/4] mm/hmm: exclude 64 bit arch that explicitly fail to work.] On 13/04/2017 (Thu 15:12) Michael Ellerman wrote: > Stephen Rothwell writes: > > > Hi Paul, > > > > On Wed, 12 Apr 2017 20:30:14 -0400 Paul Gortmaker wrote: > >> > >> Since ia64 and ppc64 don't set CONFIG_64BIT, they were already > >> excluded by the original dependency. > > > > My powerpc ppc64_defconfig builds have CONFIG_64BIT set ... > > > > $ grep CONFIG_64BIT ~/next/powerpc_ppc64_defconfig/.config > > CONFIG_64BIT=y > > Yeah, arch/powerpc/Kconfig: > > config 64BIT > bool > default y if PPC64 Yep, as I said to Stephen earlier in this thread, I think I mistakenly searched for 64_BIT; unfortunately I can't tell since all history has is: 16 make O=../ppc-build/ pasemi_defconfig 17 vi ../ppc-build/.config Anyway, that mis-documentation in the commit log aside, it seems like the driver has been pulled from the linux-next content for today; presumably to be reworked and resubmitted with better arch coverage to address all the issues raised here. That is probably the right approach - we don't need to pollute git history with all that.. Thanks, Paul. -- > > cheers