From: kernel test robot <lkp@intel.com>
To: Atish Patra <atishp@rivosinc.com>
Cc: kbuild-all@lists.01.org, Atish Patra <Atish.Patra@wdc.com>,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: [atishp04:sparse_hartid_support 3/9] arch/riscv/kernel/cpu_ops_sbi.c:24: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
Date: Fri, 26 Nov 2021 17:55:25 +0800 [thread overview]
Message-ID: <202111261703.e95Tql2Z-lkp@intel.com> (raw)
tree: https://github.com/atishp04/linux sparse_hartid_support
head: b85b7fd1f4028c3e1a895cfe163555241ae742fa
commit: b9432952c1b228a156c1a5959bce4c23c834f1f5 [3/9] RISC-V: Avoid using per cpu array for ordered booting
config: riscv-allyesconfig (https://download.01.org/0day-ci/archive/20211126/202111261703.e95Tql2Z-lkp@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/atishp04/linux/commit/b9432952c1b228a156c1a5959bce4c23c834f1f5
git remote add atishp04 https://github.com/atishp04/linux
git fetch --no-tags atishp04 sparse_hartid_support
git checkout b9432952c1b228a156c1a5959bce4c23c834f1f5
# save the config file to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross 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/kernel/cpu_ops_sbi.c:24: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Ordered booting via HSM brings one cpu at a time. Per cpu data strucutre is
vim +24 arch/riscv/kernel/cpu_ops_sbi.c
22
23 /**
> 24 * Ordered booting via HSM brings one cpu at a time. Per cpu data strucutre is
25 * not required.
26 */
27 static struct sbi_sec_boot_data bdata __section(".data");
28
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [atishp04:sparse_hartid_support 3/9] arch/riscv/kernel/cpu_ops_sbi.c:24: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
Date: Fri, 26 Nov 2021 17:55:25 +0800 [thread overview]
Message-ID: <202111261703.e95Tql2Z-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1771 bytes --]
tree: https://github.com/atishp04/linux sparse_hartid_support
head: b85b7fd1f4028c3e1a895cfe163555241ae742fa
commit: b9432952c1b228a156c1a5959bce4c23c834f1f5 [3/9] RISC-V: Avoid using per cpu array for ordered booting
config: riscv-allyesconfig (https://download.01.org/0day-ci/archive/20211126/202111261703.e95Tql2Z-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/atishp04/linux/commit/b9432952c1b228a156c1a5959bce4c23c834f1f5
git remote add atishp04 https://github.com/atishp04/linux
git fetch --no-tags atishp04 sparse_hartid_support
git checkout b9432952c1b228a156c1a5959bce4c23c834f1f5
# save the config file to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross 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/kernel/cpu_ops_sbi.c:24: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Ordered booting via HSM brings one cpu at a time. Per cpu data strucutre is
vim +24 arch/riscv/kernel/cpu_ops_sbi.c
22
23 /**
> 24 * Ordered booting via HSM brings one cpu at a time. Per cpu data strucutre is
25 * not required.
26 */
27 static struct sbi_sec_boot_data bdata __section(".data");
28
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
next reply other threads:[~2021-11-26 10:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-26 9:55 kernel test robot [this message]
2021-11-26 9:55 ` [atishp04:sparse_hartid_support 3/9] arch/riscv/kernel/cpu_ops_sbi.c:24: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst kernel test robot
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=202111261703.e95Tql2Z-lkp@intel.com \
--to=lkp@intel.com \
--cc=Atish.Patra@wdc.com \
--cc=atishp@rivosinc.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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.