From: kernel test robot <lkp@intel.com>
To: Marc Zyngier <maz@kernel.org>
Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org
Subject: [arm-platforms:hack/arm64-early-cpufeature 12/18] arch/arm64/kernel/idreg-override.c:97:13: warning: no previous prototype for 'init_shadow_regs'
Date: Mon, 28 Dec 2020 22:36:19 +0800 [thread overview]
Message-ID: <202012282213.4ZFNroXq-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1944 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git hack/arm64-early-cpufeature
head: c78a06f2038a2d430effe8507a9da0477558954b
commit: 7947fab3bb9e4a186581a142fc1c1a550bc3f08e [12/18] arm64: cpufeature: Add an early command-line cpufeature override facility
config: arm64-randconfig-r015-20201228 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.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://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?id=7947fab3bb9e4a186581a142fc1c1a550bc3f08e
git remote add arm-platforms https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git
git fetch --no-tags arm-platforms hack/arm64-early-cpufeature
git checkout 7947fab3bb9e4a186581a142fc1c1a550bc3f08e
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
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/arm64/kernel/idreg-override.c:97:13: warning: no previous prototype for 'init_shadow_regs' [-Wmissing-prototypes]
97 | void __init init_shadow_regs(void)
| ^~~~~~~~~~~~~~~~
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for SND_SOC_MT6359
Depends on SOUND && !UML && SND && SND_SOC && MTK_PMIC_WRAP
Selected by
- SND_SOC_MT8192_MT6359_RT1015_RT5682 && SOUND && !UML && SND && SND_SOC && I2C && SND_SOC_MT8192
vim +/init_shadow_regs +97 arch/arm64/kernel/idreg-override.c
96
> 97 void __init init_shadow_regs(void)
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 39568 bytes --]
[-- Attachment #3: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [arm-platforms:hack/arm64-early-cpufeature 12/18] arch/arm64/kernel/idreg-override.c:97:13: warning: no previous prototype for 'init_shadow_regs'
Date: Mon, 28 Dec 2020 22:36:19 +0800 [thread overview]
Message-ID: <202012282213.4ZFNroXq-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1985 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git hack/arm64-early-cpufeature
head: c78a06f2038a2d430effe8507a9da0477558954b
commit: 7947fab3bb9e4a186581a142fc1c1a550bc3f08e [12/18] arm64: cpufeature: Add an early command-line cpufeature override facility
config: arm64-randconfig-r015-20201228 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.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://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?id=7947fab3bb9e4a186581a142fc1c1a550bc3f08e
git remote add arm-platforms https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git
git fetch --no-tags arm-platforms hack/arm64-early-cpufeature
git checkout 7947fab3bb9e4a186581a142fc1c1a550bc3f08e
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
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/arm64/kernel/idreg-override.c:97:13: warning: no previous prototype for 'init_shadow_regs' [-Wmissing-prototypes]
97 | void __init init_shadow_regs(void)
| ^~~~~~~~~~~~~~~~
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for SND_SOC_MT6359
Depends on SOUND && !UML && SND && SND_SOC && MTK_PMIC_WRAP
Selected by
- SND_SOC_MT8192_MT6359_RT1015_RT5682 && SOUND && !UML && SND && SND_SOC && I2C && SND_SOC_MT8192
vim +/init_shadow_regs +97 arch/arm64/kernel/idreg-override.c
96
> 97 void __init init_shadow_regs(void)
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 39568 bytes --]
next reply other threads:[~2020-12-28 14:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-28 14:36 kernel test robot [this message]
2020-12-28 14:36 ` [arm-platforms:hack/arm64-early-cpufeature 12/18] arch/arm64/kernel/idreg-override.c:97:13: warning: no previous prototype for 'init_shadow_regs' 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=202012282213.4ZFNroXq-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=maz@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.