From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6925699995457431001==" MIME-Version: 1.0 From: Steve Wahl To: kbuild-all@lists.01.org Subject: Re: [patch 02/13] Remove support for UV1 platform from uv_tlb.c Date: Fri, 03 Jul 2020 13:59:35 -0500 Message-ID: <20200703185935.GE9832@raspberrypi> In-Reply-To: <202007021716.fin6Bhxk%lkp@intel.com> List-Id: --===============6925699995457431001== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Thank you to the test robot. I will remedy this in a second version of this patchset. --> Steve Wahl On Thu, Jul 02, 2020 at 05:36:34PM +0800, kernel test robot wrote: > Hi, > = > Thank you for the patch! Perhaps something to improve: > = > [auto build test WARNING on soc/for-next] > [also build test WARNING on v5.8-rc3 next-20200702] > [cannot apply to tip/x86/core efi/next] > [If your patch is applied to the wrong git tree, kindly drop us a note. > And when submitting patch, we suggest to use as documented in > https://git-scm.com/docs/git-format-patch ] > = > url: https://github.com/0day-ci/linux/commits/steve-wahl-hpe-com/Remov= e-UV1-platform-support-and-associated-efi-oldmap-option/20200701-222312 > base: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git for-n= ext > config: x86_64-allyesconfig (attached as .config) > compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 003a= 086ffc0d1affbb8300b36225fb8150a2d40a) > reproduce (this is a W=3D1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbi= n/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # install x86_64 cross compiling tool for clang build > # apt-get install binutils-x86-64-linux-gnu > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dclang make.cross AR= CH=3Dx86_64 = > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > = > All warnings (new ones prefixed by >>): > = > >> arch/x86/platform/uv/tlb_uv.c:27:18: warning: unused variable 'timeout= _base_ns' [-Wunused-const-variable] > static const int timeout_base_ns[] =3D { > ^ > 1 warning generated. > = > vim +/timeout_base_ns +27 arch/x86/platform/uv/tlb_uv.c > = > 4f059d514f7119 arch/x86/platform/uv/tlb_uv.c Andrew Banman 2016-09-21 2= 5 = > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 2= 6 /* timeouts in nanoseconds (indexed by UVH_AGING_PRESCALE_SEL urgency7 3= 0:28) */ > b45e4c45b13275 arch/x86/platform/uv/tlb_uv.c Colin Ian King 2017-08-10 @2= 7 static const int timeout_base_ns[] =3D { > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 2= 8 20, > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 2= 9 160, > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 3= 0 1280, > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 3= 1 10240, > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 3= 2 81920, > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 3= 3 655360, > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 3= 4 5242880, > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 3= 5 167772160 > 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 3= 6 }; > f073cc8f39b48f arch/x86/platform/uv/tlb_uv.c Cliff Wickman 2011-05-24 3= 7 = > = > --- > 0-DAY CI Kernel Test Service, Intel Corporation > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============6925699995457431001==--