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 3F24EC433DF for ; Thu, 25 Jun 2020 22:57:24 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id C595D207BB for ; Thu, 25 Jun 2020 22:57:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KnoR8YaV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C595D207BB 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 52C076B0003; Thu, 25 Jun 2020 18:57:23 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 4DDA06B0005; Thu, 25 Jun 2020 18:57:23 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 3CB786B0006; Thu, 25 Jun 2020 18:57:23 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0177.hostedemail.com [216.40.44.177]) by kanga.kvack.org (Postfix) with ESMTP id 22C206B0003 for ; Thu, 25 Jun 2020 18:57:23 -0400 (EDT) Received: from smtpin02.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 768D8181ABE81 for ; Thu, 25 Jun 2020 22:57:22 +0000 (UTC) X-FDA: 76969247124.02.lunch36_040d02326e50 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin02.hostedemail.com (Postfix) with ESMTP id F1B2850000C00619 for ; Thu, 25 Jun 2020 22:57:21 +0000 (UTC) X-HE-Tag: lunch36_040d02326e50 X-Filterd-Recvd-Size: 3038 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf11.hostedemail.com (Postfix) with ESMTP for ; Thu, 25 Jun 2020 22:57:21 +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 3A622207BB; Thu, 25 Jun 2020 22:57:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593125840; bh=qeIOkkpkf5s86d1xTUIsTv3nUuU1fPS4xF0XvvHTVfs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KnoR8YaVQm6BPBkQKcrlqTs55UUHSM14SvPpNXgzkKQq39yhg9U5lCa2jG2ZfshJX XTbYsfiFZHicPKsXpYv39KdyZM0pfd6Xz7Qi0iUlmOsr5lgcBm8a7zEb2dkwf3l9h7 Vi2590Lxjj+xS5UE26ei3k/WHVjzB+Nb75Dxaruk= Date: Thu, 25 Jun 2020 15:57:18 -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] include/uapi/asm-generic/unistd.h:868: warning: "__NR_fsinfo" redefined Message-Id: <20200625155718.8a7bba65d078849f8bd5f352@linux-foundation.org> In-Reply-To: <202006260605.b1JQxJ9n%lkp@intel.com> References: <202006260605.b1JQxJ9n%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: F1B2850000C00619 X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam02 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 Fri, 26 Jun 2020 06:37:08 +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: c6x-randconfig-c023-20200624 (attached as .config) > compiler: c6x-elf-gcc (GCC) 9.3.0 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All warnings (new ones prefixed by >>): > > In file included from arch/c6x/include/uapi/asm/unistd.h:25, > from include/uapi/linux/unistd.h:8, > from arch/c6x/kernel/asm-offsets.c:12: > >> include/uapi/asm-generic/unistd.h:868: warning: "__NR_fsinfo" redefined Thanks. --- a/include/uapi/asm-generic/unistd.h~mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-2 +++ a/include/uapi/asm-generic/unistd.h @@ -865,7 +865,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 __SC_COMP(__NR_process_madvise, sys_process_madvise, compat_sys_process_madvise) #undef __NR_syscalls _