From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD875C04A6B for ; Mon, 6 May 2019 13:54:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 89D9F206BF for ; Mon, 6 May 2019 13:54:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726444AbfEFNyM (ORCPT ); Mon, 6 May 2019 09:54:12 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:42909 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726409AbfEFNyJ (ORCPT ); Mon, 6 May 2019 09:54:09 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 44yPNc02JSz9s5c; Mon, 6 May 2019 23:54:07 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 305d60012304684bd59ea1f67703e51662e4906a X-Patchwork-Hint: ignore In-Reply-To: <421c0ebaf1287af30cc89389c9de57387b8a1a6f.1557123375.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/kasan: add missing/lost Makefile Message-Id: <44yPNc02JSz9s5c@ozlabs.org> Date: Mon, 6 May 2019 23:54:07 +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:00 UTC, Christophe Leroy wrote: > For unknown reason, the new Makefile added via the KASAN suppot patch > didn't land into arch/powerpc/mm/kasan/ > > This patch restores it. > > Fixes: 2edb16efc899 ("powerpc/32: Add KASAN support") > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/305d60012304684bd59ea1f67703e516 cheers