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=-6.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 7280DC433DF for ; Thu, 25 Jun 2020 19:32:02 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 2A66120767 for ; Thu, 25 Jun 2020 19:32:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="qNqNNQPB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2A66120767 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 839396B0033; Thu, 25 Jun 2020 15:32:01 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 7C36B6B0036; Thu, 25 Jun 2020 15:32:01 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 68AFE6B005C; Thu, 25 Jun 2020 15:32:01 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0057.hostedemail.com [216.40.44.57]) by kanga.kvack.org (Postfix) with ESMTP id 4CF276B0033 for ; Thu, 25 Jun 2020 15:32:01 -0400 (EDT) Received: from smtpin03.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id ACFF2824556B for ; Thu, 25 Jun 2020 19:32:00 +0000 (UTC) X-FDA: 76968729600.03.patch27_071446726e4f Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin03.hostedemail.com (Postfix) with ESMTP id 6898628A25D for ; Thu, 25 Jun 2020 19:31:58 +0000 (UTC) X-HE-Tag: patch27_071446726e4f X-Filterd-Recvd-Size: 3306 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf48.hostedemail.com (Postfix) with ESMTP for ; Thu, 25 Jun 2020 19:31:57 +0000 (UTC) Received: from X1 (nat-ab2241.sltdut.senawave.net [162.218.216.4]) (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 E803920767; Thu, 25 Jun 2020 19:31:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593113517; bh=WuGvxANFeBECCp0ywf0xeaFDGCCxkd9lGrLaYgL/upQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qNqNNQPBYb0p2pwIuMsQYNssKPprYVNglNZCx5jzBdYo4Nt7F8FCethHTVBSpkLa9 +RHswDHvJlQGaEI9qufzpNK98RyTv3vU8Ovu0qYE1wPmN9/su7UvkBDsUANCmAGyo1 a59OAtNgvQQJSb5LXE4hd/KVp28i7EiwZP4RAVyU= Date: Thu, 25 Jun 2020 12:31:56 -0700 From: Andrew Morton To: kernel test robot Cc: Minchan Kim , kbuild-all@lists.01.org, Johannes Weiner , Suren Baghdasaryan , Vlastimil Babka , Linux Memory Management List Subject: Re: [hnaz-linux-mm:master 196/224] arch/arm64/include/asm/unistd32.h:897:11: error: '__NR_process_madvise' undeclared here (not in a function) Message-Id: <20200625123156.3b376d0e55df9918365b7fd9@linux-foundation.org> In-Reply-To: <202006252105.MjJjDcon%lkp@intel.com> References: <202006252105.MjJjDcon%lkp@intel.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 6898628A25D X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam05 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 Thu, 25 Jun 2020 21:53:09 +0800 kernel test robot wrote: > tree: https://github.com/hnaz/linux-mm master > head: 40d47c26669bdbaa1062e636371a4bf4f9b6f0e5 > commit: 25003a4287763edd30991a6b03e15d1c8d434565 [196/224] mm/madvise: introduce process_madvise() syscall: an external memory hinting API > config: arm64-allyesconfig (attached as .config) > compiler: aarch64-linux-gcc (GCC) 9.3.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 > git checkout 25003a4287763edd30991a6b03e15d1c8d434565 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All error/warnings (new ones prefixed by >>): > > In file included from arch/arm64/kernel/sys32.c:127: > >> arch/arm64/include/asm/unistd32.h:896: warning: "__NR_fsinfo" redefined oops, thanks. --- a/arch/arm64/include/asm/unistd32.h~mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix +++ a/arch/arm64/include/asm/unistd32.h @@ -893,7 +893,7 @@ __SYSCALL(__NR_watch_mount, sys_watch_mo __SYSCALL(__NR_watch_sb, sys_watch_sb) #define __NR_fsinfo 442 __SYSCALL(__NR_fsinfo, sys_fsinfo) -#define __NR_fsinfo 443 +#define __NR_process_madvise 443 __SYSCALL(__NR_process_madvise, compat_sys_process_madvise) /* _