Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2486037yba; Mon, 6 May 2019 06:55:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqyv7ZtS8AqDxPh4dM+yIDFWDxhIEAdGhy6zdxZH7azmSMOjJRym8+s4cGG8VpDC3WkCl1mF X-Received: by 2002:a63:5110:: with SMTP id f16mr32321607pgb.107.1557150942949; Mon, 06 May 2019 06:55:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557150942; cv=none; d=google.com; s=arc-20160816; b=XjIbmi8MBgEkPdGOI+leX68HDIQkrY/fKnoq6ktFOWWA1GmsPOEw+7scs24Hr5W78R p3fJn3cCucnkLIREouh2t47yOElgE7qjl7U6iYTXHqE2FHf57EAGI79f9BjfuEMUqQmJ 15iwHNWNuaAJrcLackVLO9htq5ClV/cYy2qOIvZqFnrrhFixBQ4i5/6zB1YhjR4ayO4s RP/yHgn6aIbQY9DQDxcDMsQ8PJTRgl3ZAkXHlVKTGGML1sxPHGoZsHC4rQfJuoew3ke1 n4g8GTFQTNZAJXWYF/e5TNZ+1W0qCzUmB7YSO46kPPYUp7c2xBAoC8qLTZrNqqzIzELZ 3h6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=Cs71qghmplYPKh7n0IIRcABRt/3yZ3FlEzVDtaiJs6w=; b=X004Zt0/plUnjfG62lD5mriBxNYRIl6Ro2vJ6l7DMvmGmc+lyU1aTbgRp5DaBUTrr3 EyYQwxSQR86u//uQdsMP2xsBvGEp1+DMBTCOpS+Bv+on3LG8tDD2i3YpGiOco1cbT/29 j0pw2anNlhK2VXvDpZ+YASdoqgARXruX6w+aM2T3mTtFoLhQq3wh54yfIFoRpaxnwPs9 2QgeBKEi6W2kNk8Jl00xA0NAMukswpWfMZcZBd6Cpj32S6tlkiQNpMOV+xNQvcOm6Fur b+RMpH2nkCcdr+vrwLfh9sBIFcXi946yKh9i35L54KYLgnVCri3qRBerbrjqCGWeVS/B SU4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o23si13570861pgm.595.2019.05.06.06.55.27; Mon, 06 May 2019 06:55:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726475AbfEFNyV (ORCPT + 99 others); Mon, 6 May 2019 09:54:21 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:36419 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726414AbfEFNyK (ORCPT ); Mon, 6 May 2019 09:54:10 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 44yPNc6Bxmz9sBb; Mon, 6 May 2019 23:54:08 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: c4e31847a5490d52ddd44440a524e8355be11ec1 X-Patchwork-Hint: ignore In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/mm: fix redundant inclusion of pgtable-frag.o in Makefile Message-Id: <44yPNc6Bxmz9sBb@ozlabs.org> Date: Mon, 6 May 2019 23:54:08 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-05-06 at 06:47:55 UTC, Christophe Leroy wrote: > The patch identified below added pgtable-frag.o to obj-y > but some merge witchery kept it also for obj-CONFIG_PPC_BOOK3S_64 > > This patch clears the duplication. > > Fixes: 737b434d3d55 ("powerpc/mm: convert Book3E 64 to pte_fragment") > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c4e31847a5490d52ddd44440a524e835 cheers