From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by gnuweeb.org (Postfix) with ESMTPS id 604B98181E for ; Sat, 10 Dec 2022 21:18:30 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (1024-bit key; unprotected) header.d=linux-foundation.org header.i=@linux-foundation.org header.a=rsa-sha256 header.s=korg header.b=ca/zq/jx; dkim-atps=neutral Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7D62DB800E2; Sat, 10 Dec 2022 21:18:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFC8DC433F0; Sat, 10 Dec 2022 21:18:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1670707107; bh=XeV4w624ne3OXFQDwJWZaFY3IF7G4GrwQy8ytYt1wLY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ca/zq/jxiKdb4XWiYyud/S1S8bU6C30q3Co0zFzJ6xJvntvo2JjV2kboq65OLg8w5 P7VKPRbT20Ex1nkZTdWxev0i4bg4yiRHD6rprKGBghRSNeAc/nlyBIFG6ouImswm90 YL3WvyRwl7kYweBWBP7QKpxk+q0MLJ37TJyrcPnw= Date: Sat, 10 Dec 2022 13:18:26 -0800 From: Andrew Morton To: kernel test robot Cc: Kefeng Wang , oe-kbuild-all@lists.linux.dev, Ammar Faizi , GNU/Weeb Mailing List , Linux Memory Management List Subject: Re: [ammarfaizi2-block:akpm/mm/mm-unstable 71/161] mm/ksm.c:2605:21: error: implicit declaration of function 'copy_mc_user_highpage'; did you mean 'copy_user_highpage'? Message-Id: <20221210131826.6512ef7e5f0cd4a9e06c414e@linux-foundation.org> In-Reply-To: <202212101503.RNrbiXsN-lkp@intel.com> References: <202212101503.RNrbiXsN-lkp@intel.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: On Sat, 10 Dec 2022 15:59:20 +0800 kernel test robot wrote: > Note: the ammarfaizi2-block/akpm/mm/mm-unstable HEAD 4661cf99c1e4946297434595994227e47f33c014 builds fine. > It only hurts bisectability. > > All errors (new ones prefixed by >>): > > mm/ksm.c: In function 'ksm_might_need_to_copy': > >> mm/ksm.c:2605:21: error: implicit declaration of function 'copy_mc_user_highpage'; did you mean 'copy_user_highpage'? [-Werror=implicit-function-declaration] > 2605 | if (copy_mc_user_highpage(new_page, page, address, vma)) { > | ^~~~~~~~~~~~~~~~~~~~~ Thanks. I have moved mm-hwposion-support-recovery-from-ksm_might_need_to_copy.patch to the end of the mm-stable queue so this should now be fixed.