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 82158C433EF for ; Wed, 27 Apr 2022 03:25:30 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id A804B6B0073; Tue, 26 Apr 2022 23:25:29 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id A2D456B0075; Tue, 26 Apr 2022 23:25:29 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 8CDF76B0078; Tue, 26 Apr 2022 23:25:29 -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 7BB296B0073 for ; Tue, 26 Apr 2022 23:25:29 -0400 (EDT) Received: from smtpin13.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay11.hostedemail.com (Postfix) with ESMTP id 4F2CE81665 for ; Wed, 27 Apr 2022 03:25:29 +0000 (UTC) X-FDA: 79401218778.13.3EA9ED6 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by imf01.hostedemail.com (Postfix) with ESMTP id AA17440048 for ; Wed, 27 Apr 2022 03:25:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651029928; x=1682565928; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=I/D36ogdcL9qPxkkh7uSsit5MMJEkaxqwKjEaM3XMoA=; b=WRg+c9Kqr3skCk2G7Jq/oqqhG7aU4e22RqBFvY2hwnXaoqC8FJ3Edlh8 imS2P15/Z1HeY9zeWWP9to3rLPsSXmeC/nMUB4aVyZDyI+6Mbkuxpd297 xJEQJYwbU3gJ75oAO5cqLj6149EzMGHq4YseWCS+t47bQBH5YyjZ9+JBK 4JWOQhJf4PVDbODAJWiM6gSh/x1Mv2LDboE3tAtH805GMo8MKBa7OJVuZ +rqoLmrhKBWZ46MbJ9VUPB3WN+QiCpBr7q3f6iBw+j0MN2hcANT14kXMe RfyO7n27mO7VPD0WwLxZHCLFWThwxO9L2LFACHH+yUqFDFURb0DuhoCnm Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10329"; a="265322814" X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="265322814" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2022 20:25:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="661015977" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 26 Apr 2022 20:25:21 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1njYIr-0004Gi-5Y; Wed, 27 Apr 2022 03:25:21 +0000 Date: Wed, 27 Apr 2022 11:25:15 +0800 From: kernel test robot To: Peter Collingbourne , Andrey Konovalov , Hyeonggon Yoo <42.hyeyoo@gmail.com>, Andrew Morton , Catalin Marinas Cc: llvm@lists.linux.dev, 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: <202204271135.P05x34Pe-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-Rspamd-Queue-Id: AA17440048 X-Stat-Signature: krr976qwzso9c1dnh16gjm3z3jk73j59 X-Rspam-User: Authentication-Results: imf01.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b=WRg+c9Kq; spf=none (imf01.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 134.134.136.24) smtp.mailfrom=lkp@intel.com; dmarc=pass (policy=none) header.from=intel.com X-Rspamd-Server: rspam09 X-HE-Tag: 1651029923-277750 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-20220426] [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: arm-randconfig-r025-20220425 (https://download.01.org/0day-ci/archive/20220427/202204271135.P05x34Pe-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 1cddcfdc3c683b393df1a5c9063252eb60e52818) 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 # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # 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=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash 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 kernel/bpf/bpf_lru_list.c:8: >> kernel/bpf/bpf_lru_list.h:36:21: error: expected ';' at end of declaration list raw_spinlock_t lock ____cacheline_aligned_in_smp; ^ ; 1 error generated. vim +36 kernel/bpf/bpf_lru_list.h 3a08c2fd763450a Martin KaFai Lau 2016-11-11 29 3a08c2fd763450a Martin KaFai Lau 2016-11-11 30 struct bpf_lru_list { 3a08c2fd763450a Martin KaFai Lau 2016-11-11 31 struct list_head lists[NR_BPF_LRU_LIST_T]; 3a08c2fd763450a Martin KaFai Lau 2016-11-11 32 unsigned int counts[NR_BPF_LRU_LIST_COUNT]; 0ac16296ffc638f Qiujun Huang 2020-04-03 33 /* The next inactive list rotation starts from here */ 3a08c2fd763450a Martin KaFai Lau 2016-11-11 34 struct list_head *next_inactive_rotation; 3a08c2fd763450a Martin KaFai Lau 2016-11-11 35 3a08c2fd763450a Martin KaFai Lau 2016-11-11 @36 raw_spinlock_t lock ____cacheline_aligned_in_smp; 3a08c2fd763450a Martin KaFai Lau 2016-11-11 37 }; 3a08c2fd763450a Martin KaFai Lau 2016-11-11 38 -- 0-DAY CI Kernel Test Service https://01.org/lkp