All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Drew Fustini <dfustini@baylibre.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH 2/2] RISC-V: Add support for sqoscfg CSR
Date: Mon, 10 Apr 2023 14:34:22 +0800	[thread overview]
Message-ID: <202304101427.XfrEDdov-lkp@intel.com> (raw)
In-Reply-To: <20230410043646.3138446-3-dfustini@baylibre.com>

Hi Drew,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:

[auto build test ERROR on d34a6b715a23ccd9c9d0bc7a475bea59dc3e28b2]

url:    https://github.com/intel-lab-lkp/linux/commits/Drew-Fustini/RISC-V-Detect-the-Ssqosid-extension/20230410-123605
base:   d34a6b715a23ccd9c9d0bc7a475bea59dc3e28b2
patch link:    https://lore.kernel.org/r/20230410043646.3138446-3-dfustini%40baylibre.com
patch subject: [RFC PATCH 2/2] RISC-V: Add support for sqoscfg CSR
config: riscv-randconfig-r015-20230409 (https://download.01.org/0day-ci/archive/20230410/202304101427.XfrEDdov-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 12.1.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/e4cdc958b7e755dd86202b069497aa36e01b325a
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Drew-Fustini/RISC-V-Detect-the-Ssqosid-extension/20230410-123605
        git checkout e4cdc958b7e755dd86202b069497aa36e01b325a
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=riscv olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304101427.XfrEDdov-lkp@intel.com/

All errors (new ones prefixed by >>):

>> riscv64-linux-ld: arch/riscv/kernel/ptrace.o:arch/riscv/include/asm/qos.h:15: multiple definition of `__pcpu_unique_cpu_sqoscfg'; arch/riscv/kernel/process.o:arch/riscv/include/asm/qos.h:15: first defined here
   riscv64-linux-ld: arch/riscv/kernel/signal.o:arch/riscv/include/asm/qos.h:15: multiple definition of `__pcpu_unique_cpu_sqoscfg'; arch/riscv/kernel/process.o:arch/riscv/include/asm/qos.h:15: first defined here
   riscv64-linux-ld: kernel/sched/core.o:arch/riscv/include/asm/qos.h:15: multiple definition of `__pcpu_unique_cpu_sqoscfg'; arch/riscv/kernel/process.o:arch/riscv/include/asm/qos.h:15: first defined here
   riscv64-linux-ld: kernel/sched/fair.o:arch/riscv/include/asm/qos.h:15: multiple definition of `__pcpu_unique_cpu_sqoscfg'; arch/riscv/kernel/process.o:arch/riscv/include/asm/qos.h:15: first defined here
   riscv64-linux-ld: kernel/sched/build_utility.o:arch/riscv/include/asm/qos.h:15: multiple definition of `__pcpu_unique_cpu_sqoscfg'; arch/riscv/kernel/process.o:arch/riscv/include/asm/qos.h:15: first defined here

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

  reply	other threads:[~2023-04-10  6:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-10  4:36 [RFC PATCH 0/2] RISC-V: Detect Ssqosid extension and handle sqoscfg CSR Drew Fustini
2023-04-10  4:36 ` Drew Fustini
2023-04-10  4:36 ` [RFC PATCH 1/2] RISC-V: Detect the Ssqosid extension Drew Fustini
2023-04-10  4:36   ` Drew Fustini
2023-04-10  4:36 ` [RFC PATCH 2/2] RISC-V: Add support for sqoscfg CSR Drew Fustini
2023-04-10  4:36   ` Drew Fustini
2023-04-10  6:34   ` kernel test robot [this message]
2023-04-10  8:56   ` kernel test robot
2023-04-17 19:10   ` Conor Dooley
2023-04-17 19:10     ` Conor Dooley
2023-04-17 20:04     ` Drew Fustini
2023-04-17 20:04       ` Drew Fustini
2023-04-21  9:34       ` Conor Dooley
2023-04-21  9:34         ` Conor Dooley

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=202304101427.XfrEDdov-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=dfustini@baylibre.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.