From: Steve Wahl <steve.wahl@hpe.com>
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 [thread overview]
Message-ID: <20200703185935.GE9832@raspberrypi> (raw)
In-Reply-To: <202007021716.fin6Bhxk%lkp@intel.com>
[-- Attachment #1: Type: text/plain, Size: 3225 bytes --]
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/Remove-UV1-platform-support-and-associated-efi-oldmap-option/20200701-222312
> base: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git for-next
> config: x86_64-allyesconfig (attached as .config)
> compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 003a086ffc0d1affbb8300b36225fb8150a2d40a)
> 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 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=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> 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[] = {
> ^
> 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 25
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 26 /* timeouts in nanoseconds (indexed by UVH_AGING_PRESCALE_SEL urgency7 30:28) */
> b45e4c45b13275 arch/x86/platform/uv/tlb_uv.c Colin Ian King 2017-08-10 @27 static const int timeout_base_ns[] = {
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 28 20,
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 29 160,
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 30 1280,
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 31 10240,
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 32 81920,
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 33 655360,
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 34 5242880,
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 35 167772160
> 12a6611fa16e9c arch/x86/kernel/tlb_uv.c Cliff Wickman 2010-06-02 36 };
> f073cc8f39b48f arch/x86/platform/uv/tlb_uv.c Cliff Wickman 2011-05-24 37
>
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
next prev parent reply other threads:[~2020-07-03 18:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-01 14:17 [patch 00/13] Remove UV1 platform support and associated efi=oldmap option steve.wahl
2020-07-01 14:17 ` [patch 01/13] Remove support for UV1 platform from uv_time.c steve.wahl
2020-07-01 14:17 ` [patch 02/13] Remove support for UV1 platform from uv_tlb.c steve.wahl
2020-07-02 9:36 ` kernel test robot
2020-07-03 18:59 ` Steve Wahl [this message]
2020-07-01 14:17 ` [patch 03/13] Remove support for UV1 platform from x2apic_uv_x.c steve.wahl
2020-07-01 14:17 ` [patch 04/13] Remove support for UV1 platform from uv_mmrs.h steve.wahl
2020-07-01 14:17 ` [patch 05/13] Remove support for UV1 platform from uv_bau.h steve.wahl
2020-07-01 14:17 ` [patch 06/13] Remove support for uv1 platform from uv_hub.h steve.wahl
2020-07-01 14:17 ` [patch 07/13] Remove support for UV1 platform from uv.h steve.wahl
2020-07-01 14:17 ` [patch 08/13] Remove vestigial mention of UV1 platform from arch/x86/include/asm/uv/bios.h steve.wahl
2020-07-01 14:17 ` [patch 09/13] Remove efi=old_map command line option steve.wahl
2020-07-01 15:24 ` Ard Biesheuvel
2020-07-01 14:17 ` [patch 10/13] Delete SGI UV1 detection steve.wahl
2020-07-01 15:25 ` Ard Biesheuvel
2020-07-01 14:17 ` [patch 11/13] Remove references to no-longer-used efi_have_uv1_memmap() steve.wahl
2020-07-01 15:26 ` Ard Biesheuvel
2020-07-01 14:17 ` [patch 12/13] Remove uv bios and efi code related to (now unused) EFI_UV1_MEMMAP steve.wahl
2020-07-01 15:28 ` Ard Biesheuvel
2020-07-01 14:17 ` [patch 13/13] Remove (now unused) EFI_UV1_MEMMAP from efi.h steve.wahl
2020-07-01 15:28 ` Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200703185935.GE9832@raspberrypi \
--to=steve.wahl@hpe.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.