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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF173C433EF for ; Mon, 25 Oct 2021 06:47:31 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 46C356058D for ; Mon, 25 Oct 2021 06:47:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 46C356058D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id D689E940007; Mon, 25 Oct 2021 02:47:30 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id D181A6B0072; Mon, 25 Oct 2021 02:47:30 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id C2DD0940007; Mon, 25 Oct 2021 02:47:30 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0169.hostedemail.com [216.40.44.169]) by kanga.kvack.org (Postfix) with ESMTP id B3D866B006C for ; Mon, 25 Oct 2021 02:47:30 -0400 (EDT) Received: from smtpin35.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 67EE4181CC1BC for ; Mon, 25 Oct 2021 06:47:30 +0000 (UTC) X-FDA: 78734028660.35.23979B0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf17.hostedemail.com (Postfix) with ESMTP id 13182F00038C for ; Mon, 25 Oct 2021 06:47:29 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 9C69D6058D; Mon, 25 Oct 2021 06:47:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635144449; bh=LsXtv9HyPGe2c5XGf0mh7df2bubKWF3ZGkYZMLJK768=; h=From:To:Cc:Subject:Date:In-Reply-To:From; b=b5vNJWItaViQ6fW2BBXXwZ78uR8NDgIG4PMN3vEMnLeqUbtSRKhR3gbzUQVYURtVs fZdJcQ0Yngu4lsO0w4LxgdAFrZgf0xSHZqfiU38g7PEuWjTOqAjGge+FgJsKD7/wDF 61A+a5D3mY9edrz8gwRJBTtgwnuB8kQ1N/Qv39WfpGp/vaTibAubv4WhGZW1/pgrwZ v5GhwQkB70t5RzMRIX28BJG6kEAG/QQl/ck1hP+ow47fLltKO0snIqRTtnQFf3eyGK 0crcdAcbLyxqAGWs9Yf5R5pudZjMHTLee3b2uncJuMMy0RSY+VrXrLvSaeW9AAYPzr yKjmMr0LWFxug== From: SeongJae Park To: kernel test robot Cc: SeongJae Park , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Johannes Weiner , Andrew Morton , Linux Memory Management List Subject: Re: [hnaz-mm:master 251/366] mm/damon/paddr.c:216:5: error: no previous prototype for 'damon_pa_apply_scheme' Date: Mon, 25 Oct 2021 06:47:25 +0000 Message-Id: <20211025064725.14071-1-sj@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <202110250029.5rftt73s-lkp@intel.com> X-Rspamd-Server: rspam02 X-Rspamd-Queue-Id: 13182F00038C X-Stat-Signature: tkqsxcqxsqt3frjcbn3bg5nwcmbrqegz Authentication-Results: imf17.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=b5vNJWIt; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf17.hostedemail.com: domain of sj@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=sj@kernel.org X-HE-Tag: 1635144449-328442 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Mon, 25 Oct 2021 00:07:32 +0800 kernel test robot wrote: > [-- Attachment #1: Type: text/plain, Size: 2384 bytes --] > > tree: https://github.com/hnaz/linux-mm master > head: 468edaa91589af9aebd54b32f019bf309cf67e78 > commit: ccd554f15bb1cd977d740c1ea8241ecf95108c94 [251/366] mm/damon/paddr: support the pageout scheme > config: arc-allyesconfig (attached as .config) > compiler: arceb-elf-gcc (GCC) 11.2.0 > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://github.com/hnaz/linux-mm/commit/ccd554f15bb1cd977d740c1ea8241ecf95108c94 > git remote add hnaz-mm https://github.com/hnaz/linux-mm > git fetch --no-tags hnaz-mm master > git checkout ccd554f15bb1cd977d740c1ea8241ecf95108c94 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=arc > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > > >> mm/damon/paddr.c:216:5: error: no previous prototype for 'damon_pa_apply_scheme' [-Werror=missing-prototypes] > 216 | int damon_pa_apply_scheme(struct damon_ctx *ctx, struct damon_target *t, > | ^~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors Thank you for this report! I sent a fix: https://lore.kernel.org/linux-mm/20211025064220.13904-1-sj@kernel.org/ Thanks, SJ [...]