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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 304BBC433EF for ; Sat, 8 Jan 2022 11:24:57 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 7B19D6B0072; Sat, 8 Jan 2022 06:24:57 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 761946B0073; Sat, 8 Jan 2022 06:24:57 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 6511F6B0074; Sat, 8 Jan 2022 06:24:57 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0211.hostedemail.com [216.40.44.211]) by kanga.kvack.org (Postfix) with ESMTP id 54B7F6B0072 for ; Sat, 8 Jan 2022 06:24:57 -0500 (EST) Received: from smtpin24.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id 17834181D3026 for ; Sat, 8 Jan 2022 11:24:57 +0000 (UTC) X-FDA: 79006887834.24.2950EE4 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by imf02.hostedemail.com (Postfix) with ESMTP id 4721280005 for ; Sat, 8 Jan 2022 11:24:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641641096; x=1673177096; h=date:from:to:cc:subject:message-id:mime-version; bh=KGHtlv0F6HbVTNiHzHQH2xlz0DPmQk0dFgjdN+uiArA=; b=YPLeCRSKU82v9qEQ45PLGcjTbic3K8Ta+IoGks9k53zWCjn1qMz7eP9t OtqqUXexBYslPpiphbrPJWERDxxwIyDN4xzLmkMR8EH3Shd4BRRceTVLk Bvgzw8lNyO8A4bpsAIogjltz6ZMZxvhJOHwNHO3zVK7XHxGJjgRKIgRXg VQjqEOdf938hF0E4APTT1WKa/aVCFrGRjxyfjgGuMOhFG6j+FqcmMw4+h 4dGPUWO8f1mk/sl6Ej3BPT1FLCes0rjRsaIFaRPH4cxo9/nId1Bbqoh4W fFWumnSrLB7cyLOhdXr2uSqxWeemYLfjxdTufdKdJq/+FIJnpewyWCWGX A==; X-IronPort-AV: E=McAfee;i="6200,9189,10220"; a="243205760" X-IronPort-AV: E=Sophos;i="5.88,272,1635231600"; d="scan'208";a="243205760" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2022 03:24:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,272,1635231600"; d="scan'208";a="473625565" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by orsmga006.jf.intel.com with ESMTP; 08 Jan 2022 03:24:52 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1n69q8-0000a0-4m; Sat, 08 Jan 2022 11:24:52 +0000 Date: Sat, 8 Jan 2022 19:24:15 +0800 From: kernel test robot To: Huang Pei Cc: kbuild-all@lists.01.org, Linux Memory Management List , Thomas Bogendoerfer , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [linux-next:master 10529/11475] arch/mips/include/asm/local.h: asm/asm.h is included more than once. Message-ID: <202201081910.SaeiHm0S-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 4721280005 X-Stat-Signature: 3c1giffo7k3br1mrej8trt8ijke5joio Authentication-Results: imf02.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b=YPLeCRSK; dmarc=pass (policy=none) header.from=intel.com; spf=none (imf02.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 192.55.52.115) smtp.mailfrom=lkp@intel.com X-Rspamd-Server: rspam02 X-HE-Tag: 1641641096-911921 X-Bogosity: Ham, tests=bogofilter, spamicity=0.004289, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: b8170452cd5121b11a5726e3ea8dbdfc2d74e771 commit: 10657660c16e689bfad204190e7031b9b1622a35 [10529/11475] MIPS: rework local_t operation on MIPS64 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot includecheck warnings: (new ones prefixed by >>) >> arch/mips/include/asm/local.h: asm/asm.h is included more than once. Please review and possibly fold the followup patch. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org