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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 020D8C433DF for ; Fri, 26 Jun 2020 17:15:04 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C263A207D8 for ; Fri, 26 Jun 2020 17:15:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FyrATNdE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C263A207D8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fPiGM788Q3mp81klIX0qiq9099FBodlWEy9hRUFcgIs=; b=FyrATNdE38zxY/rYAZEH8IyGS g8xLSnHek6wFmAhX8S0OYU7PKZ2TIrOQl92VQgJ1JWo3oCe6B0zv4S7sj204Tjk1z22zynrp/8vM2 cm/6kFJC0n4gVLhydN/RHOazRu9f7wLTBA+l+zCfxSzAaEHuQnQqVaTCtHlLI3cPdZEfw6VuGnQ+i fmkTzdz/U9gxZQk2yA1JkMBk24W9K9nwPuXKBk658tTems6PfW1nKxheqaZml3WINbJQrIDq1FC8y H4bYNTu1m9hLY3LPqD9Cm8YEzOTl8kFDX7adgI0fWODzcOfcmqbwFFUDFHXO90JaN4RUyFw2dUB89 jTJ9stG2g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1joruU-0007sg-Se; Fri, 26 Jun 2020 17:13:06 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1joruS-0007s8-J3 for linux-arm-kernel@lists.infradead.org; Fri, 26 Jun 2020 17:13:05 +0000 Received: from gaia (unknown [2.26.170.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F16BD207D8; Fri, 26 Jun 2020 17:13:02 +0000 (UTC) Date: Fri, 26 Jun 2020 18:13:00 +0100 From: Catalin Marinas To: kernel test robot Subject: Re: [arm64:devel/mte-v5 24/26] arch/arm64/mm/mteswap.c:14:9: error: implicit declaration of function 'kmalloc'; did you mean Message-ID: <20200626171241.GC25805@gaia> References: <202006260308.W9AWqkET%lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202006260308.W9AWqkET%lkp@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Vincenzo Frascino , kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jun 26, 2020 at 03:23:10AM +0800, kernel test robot wrote: > arch/arm64/mm/mteswap.c: In function 'mte_allocate_tag_storage': > >> arch/arm64/mm/mteswap.c:14:9: error: implicit declaration of function 'kmalloc'; did you mean 'kvmalloc'? [-Werror=implicit-function-declaration] Fixed, including linux/slab.h in this file (strange that defconfig doesn't complain). -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel