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 C5E96C433EF for ; Wed, 27 Apr 2022 09:26:43 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 3B7936B0071; Wed, 27 Apr 2022 05:26:43 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 340616B0072; Wed, 27 Apr 2022 05:26:43 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 1E1146B0073; Wed, 27 Apr 2022 05:26:43 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (relay.hostedemail.com [64.99.140.26]) by kanga.kvack.org (Postfix) with ESMTP id 0B8096B0071 for ; Wed, 27 Apr 2022 05:26:43 -0400 (EDT) Received: from smtpin06.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay07.hostedemail.com (Postfix) with ESMTP id E1F2A2221D for ; Wed, 27 Apr 2022 09:26:42 +0000 (UTC) X-FDA: 79402129044.06.2C9576E Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by imf04.hostedemail.com (Postfix) with ESMTP id C15664005B for ; Wed, 27 Apr 2022 09:26:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651051602; x=1682587602; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=UbxzDhSBMwjU6x3l9iraRrYmZ24AOc0ElO25NvVEnPM=; b=ZGi9JkSd//mj4r/ufo+w6dMgtPJoTWRvZl9fLDxIeIJSVG2ZAk1rg8mQ ZejId0mHBNCS8sC64trBnwH17rRB24Y88U4ngaUHpfBHg4lZ5JtbIfJ/O B1CwJCDC7Oov9ObMsjN4srcTe+LxzeCCG7P+A2MWc5WMKiedXEBzw/Pl1 eD2LK5scVAm2dhvre7fBJF/k3PwPy4lQpLvQtPUbiJdOxfVrQ7ygEVp9l aIAYIVH1lkSzBFpseNRzEq4DC78o5cfIrlLHBHx5BLJHWRHXRZBCRA7QA pSriYBwKT/rqWMtXtea+3yH1sNHUkomFrxx/6uAHTYl53w5N4GcZSVcIs A==; X-IronPort-AV: E=McAfee;i="6400,9594,10329"; a="266034004" X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="266034004" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2022 02:26:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="539773405" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 27 Apr 2022 02:26:35 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1njdwR-0004YO-1A; Wed, 27 Apr 2022 09:26:35 +0000 Date: Wed, 27 Apr 2022 17:25:47 +0800 From: kernel test robot To: Peter Collingbourne , Andrey Konovalov , Hyeonggon Yoo <42.hyeyoo@gmail.com>, Andrew Morton , Catalin Marinas Cc: kbuild-all@lists.01.org, Linux Memory Management List , Peter Collingbourne , Linux ARM , Linux Kernel Mailing List , vbabka@suse.cz, penberg@kernel.org, roman.gushchin@linux.dev, iamjoonsoo.kim@lge.com, rientjes@google.com, Herbert Xu , Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , kasan-dev , Eric Biederman , Kees Cook Subject: Re: [PATCH v4 1/2] printk: stop including cache.h from printk.h Message-ID: <202204271721.kgeFN450-lkp@intel.com> References: <20220426203231.2107365-1-pcc@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220426203231.2107365-1-pcc@google.com> X-Stat-Signature: akoppumgtqdg8paxoh8xkdnm3kw4zij1 X-Rspamd-Server: rspam07 X-Rspamd-Queue-Id: C15664005B X-Rspam-User: Authentication-Results: imf04.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b=ZGi9JkSd; dmarc=pass (policy=none) header.from=intel.com; spf=none (imf04.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 192.55.52.115) smtp.mailfrom=lkp@intel.com X-HE-Tag: 1651051597-398529 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: Hi Peter, Thank you for the patch! Yet something to improve: [auto build test ERROR on vbabka-slab/for-next] [also build test ERROR on arm64/for-next/core linus/master v5.18-rc4 next-20220427] [cannot apply to dennis-percpu/for-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/intel-lab-lkp/linux/commits/Peter-Collingbourne/printk-stop-including-cache-h-from-printk-h/20220427-043357 base: git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git for-next config: csky-randconfig-r031-20220425 (https://download.01.org/0day-ci/archive/20220427/202204271721.kgeFN450-lkp@intel.com/config) compiler: csky-linux-gcc (GCC) 11.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 # https://github.com/intel-lab-lkp/linux/commit/edcb0f592304f7849a39586f9e3fe0d8f6e6c6b9 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Peter-Collingbourne/printk-stop-including-cache-h-from-printk-h/20220427-043357 git checkout edcb0f592304f7849a39586f9e3fe0d8f6e6c6b9 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=csky prepare If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from include/linux/compiler_types.h:73, from : >> arch/csky/include/asm/processor.h:19:13: error: 'SMP_CACHE_BYTES' undeclared here (not in a function); did you mean 'L1_CACHE_BYTES'? 19 | } __aligned(SMP_CACHE_BYTES); | ^~~~~~~~~~~~~~~ include/linux/compiler_attributes.h:33:68: note: in definition of macro '__aligned' 33 | #define __aligned(x) __attribute__((__aligned__(x))) | ^ make[2]: *** [scripts/Makefile.build:120: arch/csky/kernel/asm-offsets.s] Error 1 make[2]: Target '__build' not remade because of errors. make[1]: *** [Makefile:1194: prepare0] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:219: __sub-make] Error 2 make: Target 'prepare' not remade because of errors. vim +19 arch/csky/include/asm/processor.h e9564df753fd547 Guo Ren 2018-09-05 16 e9564df753fd547 Guo Ren 2018-09-05 17 struct cpuinfo_csky { e9564df753fd547 Guo Ren 2018-09-05 18 unsigned long asid_cache; e9564df753fd547 Guo Ren 2018-09-05 @19 } __aligned(SMP_CACHE_BYTES); e9564df753fd547 Guo Ren 2018-09-05 20 -- 0-DAY CI Kernel Test Service https://01.org/lkp