Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2485751yba; Mon, 6 May 2019 06:55:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqwvOB129E7BByziFfgP9SXgLX7VqNKrxB2IBP/5XturBvxoxdGpNzkgItLTsImsxgS67ngI X-Received: by 2002:a62:ea09:: with SMTP id t9mr32869022pfh.163.1557150925166; Mon, 06 May 2019 06:55:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557150925; cv=none; d=google.com; s=arc-20160816; b=FrJzDwX1gIOUDF9dFLZADaCpV0ZYRfgqa8rZFOm+cUZ/c3eBgFLhEsC/I0RgidN73j RyhEdHPNb7lpAiM1D4yurdsVunX0ExlHIaOf/F1BSBTOYjq6MVh6LH/uzXOrkQlQVY7I i3A4bNF2rVbvoaZrBKA4RalkhxzREB1r2cUwIbPEDQlaGYvWRF19J9hdH5Yx1laLNKAr CL5cNRbYaV5SDPeKRE0DSGydNNrWdNpnk+F7tWdt7ItPs9Y7ASd1lCDe0JVvl7x6KJcQ alUPzrNFXdk6hN17maeisKU2QEjnDVJ3bpzOnVHJGbu7keB/Qc6Rrb/mAOWahho4ORdx f2yg== 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=A3EOT5omZYZRTUwTw98fBVhoeRajxzIemmgiLScSO0g=; b=xHfrsErPV2nFaS6ZrQpidDw4DeboEwjUpOR9UfEYB1KdZLjIWvpMqDi/NV8PjCLjUx 2V8UQ33RbwCqbacNbf8G8rqj2BSx6Gbh99eYwh8AWRx9hDgXUR5+6qZkfwy2kI6h3Hdo zrHGguWRwVz1wPXO5Oyqgc3w0YXnrkXsjr9HAmk7vWhA/g62R21P/NgZjBDQh00D5qnA /OaL6IDhqi1uoncx9AKPGC+wmeMi9R67JddYz523oPM/GDVnGTU3CXBXBgc/xvf9Cxh/ 3dmAlZ8YUGZJPcKz5WtxX06RpR1x58p6lR9wWH6614lXaJdLUvYvuCXl1zIGX8+uZj0r Gjkg== 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 ch1si16614821plb.406.2019.05.06.06.55.09; Mon, 06 May 2019 06:55:25 -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 S1726412AbfEFNyJ (ORCPT + 99 others); Mon, 6 May 2019 09:54:09 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:49731 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726190AbfEFNyH (ORCPT ); Mon, 6 May 2019 09:54:07 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 44yPNZ30mBz9s9N; Mon, 6 May 2019 23:54:05 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 471e475c69a1689e059b5e57e893a7da75d2831a X-Patchwork-Hint: ignore In-Reply-To: <502da34ded576b9869b0f49146d465207fbd98ac.1557123466.git.christophe.leroy@c-s.fr> 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 makefile for KASAN Message-Id: <44yPNZ30mBz9s9N@ozlabs.org> Date: Mon, 6 May 2019 23:54:05 +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:21:01 UTC, Christophe Leroy wrote: > In commit 17312f258cf6 ("powerpc/mm: Move book3s32 specifics in > subdirectory mm/book3s64"), ppc_mmu_32.c was moved and renamed. > > This patch fixes Makefiles to disable KASAN instrumentation on > the new name and location. > > Fixes: f072015c7b74 ("powerpc: disable KASAN instrumentation on early/critical files.") > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/471e475c69a1689e059b5e57e893a7da cheers