All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports
Date: Mon, 29 Nov 2021 12:17:32 +0800	[thread overview]
Message-ID: <202111291239.amHhKURM-lkp@intel.com> (raw)
In-Reply-To: <20211129014007.286478-3-wefu@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 2554 bytes --]

Hi,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linus/master hch-configfs/for-next v5.16-rc3 next-20211126]
[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/0day-ci/linux/commits/wefu-redhat-com/riscv-add-RISC-V-Svpbmt-Standard-Extension-supports/20211129-094324
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: riscv-allmodconfig (https://download.01.org/0day-ci/archive/20211129/202111291239.amHhKURM-lkp(a)intel.com/config)
compiler: riscv64-linux-gcc (GCC) 11.2.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/0day-ci/linux/commit/b5b3142cd92db4be84159d03f650cf8e3ec00fda
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review wefu-redhat-com/riscv-add-RISC-V-Svpbmt-Standard-Extension-supports/20211129-094324
        git checkout b5b3142cd92db4be84159d03f650cf8e3ec00fda
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=riscv SHELL=/bin/bash arch/riscv/

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/riscv/mm/init.c:859:8: warning: ignoring attribute 'section (".data..ro_after_init")' because it conflicts with previous 'section (".data..cacheline_aligned")' [-Wattributes]
     859 | struct __svpbmt_struct __svpbmt __ro_after_init;
         |        ^~~~~~~~~~~~~~~
   In file included from arch/riscv/include/asm/pgtable.h:12,
                    from include/linux/pgtable.h:6,
                    from include/linux/mm.h:33,
                    from arch/riscv/mm/init.c:10:
   arch/riscv/include/asm/pgtable-bits.h:48:3: note: previous declaration here
      48 | } __svpbmt __cacheline_aligned;
         |   ^~~~~~~~


vim +859 arch/riscv/mm/init.c

   857	
   858	#if defined(CONFIG_64BIT)
 > 859	struct __svpbmt_struct __svpbmt __ro_after_init;

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

  parent reply	other threads:[~2021-11-29  4:17 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29  1:40 [PATCH V4 0/2] riscv: add RISC-V Svpbmt Standard Extension supports wefu
2021-11-29  1:40 ` wefu
2021-11-29  1:40 ` [PATCH V4 1/2] dt-bindings: riscv: add MMU Standard Extensions support for Svpbmt wefu
2021-11-29  1:40   ` wefu
2021-11-29  8:54   ` Heinrich Schuchardt
2021-11-29  8:54     ` Heinrich Schuchardt
2021-11-29 12:06     ` Heiko Stübner
2021-11-29 12:06       ` Heiko Stübner
2021-11-30 12:07       ` Heiko Stübner
2021-11-30 12:07         ` Heiko Stübner
2021-11-30 13:17         ` Jessica Clarke
2021-11-30 13:17           ` Jessica Clarke
2021-11-30 13:27           ` Heiko Stübner
2021-11-30 13:27             ` Heiko Stübner
2021-11-30 13:59             ` Jessica Clarke
2021-11-30 13:59               ` Jessica Clarke
2021-11-30 15:01               ` Philipp Tomsich
2021-11-30 15:01                 ` Philipp Tomsich
2021-11-30 16:12                 ` Jessica Clarke
2021-11-30 16:12                   ` Jessica Clarke
2021-12-01  1:21                   ` Atish Patra
2021-12-01  1:21                     ` Atish Patra
2021-12-01  3:06                     ` Tsukasa OI
2021-12-01  3:06                       ` Tsukasa OI
2021-12-01  8:15                       ` Atish Patra
2021-12-01  8:15                         ` Atish Patra
2021-12-01  8:30                         ` Heiko Stübner
2021-12-01  8:30                           ` Heiko Stübner
     [not found]                           ` <CAELrHRDb9oeu_FokyhUFQ+Yu27=4xqvPdz4=08MXQzh3Bj2Myw@mail.gmail.com>
2021-12-01 10:20                             ` Heiko Stübner
2021-12-01 10:20                               ` Heiko Stübner
2021-12-01 11:05                               ` Philipp Tomsich
2021-12-01 11:05                                 ` Philipp Tomsich
2021-12-01 13:39                                 ` Jessica Clarke
2021-12-01 13:39                                   ` Jessica Clarke
2021-12-02  1:31                         ` Tsukasa OI
2021-12-02  1:31                           ` Tsukasa OI
2021-12-02  1:55                           ` Atish Patra
2021-12-02  1:55                             ` Atish Patra
2021-12-01 13:28                     ` Heiko Stübner
2021-12-01 13:28                       ` Heiko Stübner
2021-12-02  1:59                       ` Atish Patra
2021-12-02  1:59                         ` Atish Patra
2021-11-30 18:45   ` Heiko Stübner
2021-11-30 18:45     ` Heiko Stübner
2021-12-01  2:58     ` Wei Fu
2021-12-01  2:58       ` Wei Fu
2021-11-29  1:40 ` [PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports wefu
2021-11-29  1:40   ` wefu
2021-11-29  3:57   ` kernel test robot
2021-11-29  4:17   ` kernel test robot [this message]
2021-11-29 10:48   ` Alexandre Ghiti
2021-11-29 10:48     ` Alexandre Ghiti
2021-11-29 13:36   ` Jisheng Zhang
2021-11-29 13:36     ` Jisheng Zhang
2021-12-01  5:05     ` Wei Fu
2021-12-01  5:05       ` Wei Fu
2021-12-01  6:18       ` Anup Patel
2021-12-01  6:18         ` Anup Patel
2021-12-01 13:29         ` Jisheng Zhang
2021-12-01 13:29           ` Jisheng Zhang
2021-12-03  9:12         ` Wei Fu
2021-12-03  9:12           ` Wei Fu
2021-11-30 10:18   ` Guo Ren
2021-11-30 10:18     ` Guo Ren
2021-12-01  3:03     ` Wei Fu
2021-12-01  3:03       ` Wei Fu
2021-11-30 18:46   ` Heiko Stübner
2021-11-30 18:46     ` Heiko Stübner
2021-12-01  3:00     ` Wei Fu
2021-12-01  3:00       ` Wei Fu
2021-11-29 13:33 ` [PATCH V4 0/2] riscv: add RISC-V Svpbmt Standard Extension supports Jisheng Zhang
2021-11-29 13:33   ` Jisheng Zhang

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=202111291239.amHhKURM-lkp@intel.com \
    --to=lkp@intel.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.