From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for 'create_section_mapping'
Date: Wed, 10 Nov 2021 02:59:16 +0800 [thread overview]
Message-ID: <202111100206.UXnxRHxh-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3434 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: d2f38a3c6507b2520101f9a3807ed98f1bdc545a
commit: a927bd6ba952d13c52b8b385030943032f659a3e mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
date: 12 months ago
config: powerpc64-randconfig-r013-20211027 (attached as .config)
compiler: powerpc64le-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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a927bd6ba952d13c52b8b385030943032f659a3e
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout a927bd6ba952d13c52b8b385030943032f659a3e
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=powerpc
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for 'create_section_mapping' [-Werror=missing-prototypes]
174 | int __meminit create_section_mapping(unsigned long start, unsigned long end,
| ^~~~~~~~~~~~~~~~~~~~~~
arch/powerpc/mm/book3s64/pgtable.c:405:6: error: no previous prototype for 'arch_report_meminfo' [-Werror=missing-prototypes]
405 | void arch_report_meminfo(struct seq_file *m)
| ^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/create_section_mapping +174 arch/powerpc/mm/book3s64/pgtable.c
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 172
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 173 #ifdef CONFIG_MEMORY_HOTPLUG
4e00c5affdd4b0 arch/powerpc/mm/book3s64/pgtable.c Logan Gunthorpe 2020-04-10 @174 int __meminit create_section_mapping(unsigned long start, unsigned long end,
4e00c5affdd4b0 arch/powerpc/mm/book3s64/pgtable.c Logan Gunthorpe 2020-04-10 175 int nid, pgprot_t prot)
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 176 {
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 177 if (radix_enabled())
4e00c5affdd4b0 arch/powerpc/mm/book3s64/pgtable.c Logan Gunthorpe 2020-04-10 178 return radix__create_section_mapping(start, end, nid, prot);
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 179
4e00c5affdd4b0 arch/powerpc/mm/book3s64/pgtable.c Logan Gunthorpe 2020-04-10 180 return hash__create_section_mapping(start, end, nid, prot);
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 181 }
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 182
:::::: The code at line 174 was first introduced by commit
:::::: 4e00c5affdd4b04e6392001716333971932f3d0c powerpc/mm: thread pgprot_t through create_section_mapping()
:::::: TO: Logan Gunthorpe <logang@deltatee.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>
---
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: 44697 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Dan Williams <dan.j.williams@intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>,
Thomas Gleixner <tglx@linutronix.de>,
Christoph Hellwig <hch@lst.de>
Subject: arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for 'create_section_mapping'
Date: Wed, 10 Nov 2021 02:59:16 +0800 [thread overview]
Message-ID: <202111100206.UXnxRHxh-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3379 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: d2f38a3c6507b2520101f9a3807ed98f1bdc545a
commit: a927bd6ba952d13c52b8b385030943032f659a3e mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
date: 12 months ago
config: powerpc64-randconfig-r013-20211027 (attached as .config)
compiler: powerpc64le-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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a927bd6ba952d13c52b8b385030943032f659a3e
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout a927bd6ba952d13c52b8b385030943032f659a3e
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=powerpc
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for 'create_section_mapping' [-Werror=missing-prototypes]
174 | int __meminit create_section_mapping(unsigned long start, unsigned long end,
| ^~~~~~~~~~~~~~~~~~~~~~
arch/powerpc/mm/book3s64/pgtable.c:405:6: error: no previous prototype for 'arch_report_meminfo' [-Werror=missing-prototypes]
405 | void arch_report_meminfo(struct seq_file *m)
| ^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/create_section_mapping +174 arch/powerpc/mm/book3s64/pgtable.c
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 172
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 173 #ifdef CONFIG_MEMORY_HOTPLUG
4e00c5affdd4b0 arch/powerpc/mm/book3s64/pgtable.c Logan Gunthorpe 2020-04-10 @174 int __meminit create_section_mapping(unsigned long start, unsigned long end,
4e00c5affdd4b0 arch/powerpc/mm/book3s64/pgtable.c Logan Gunthorpe 2020-04-10 175 int nid, pgprot_t prot)
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 176 {
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 177 if (radix_enabled())
4e00c5affdd4b0 arch/powerpc/mm/book3s64/pgtable.c Logan Gunthorpe 2020-04-10 178 return radix__create_section_mapping(start, end, nid, prot);
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 179
4e00c5affdd4b0 arch/powerpc/mm/book3s64/pgtable.c Logan Gunthorpe 2020-04-10 180 return hash__create_section_mapping(start, end, nid, prot);
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 181 }
32b53c012e0bfe arch/powerpc/mm/pgtable-book3s64.c Reza Arbab 2017-01-03 182
:::::: The code at line 174 was first introduced by commit
:::::: 4e00c5affdd4b04e6392001716333971932f3d0c powerpc/mm: thread pgprot_t through create_section_mapping()
:::::: TO: Logan Gunthorpe <logang@deltatee.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>
---
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: 44697 bytes --]
next reply other threads:[~2021-11-09 18:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-09 18:59 kernel test robot [this message]
2021-11-09 18:59 ` arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for 'create_section_mapping' kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2020-11-24 2:12 kernel test robot
2020-11-24 2:12 ` kernel test robot
2020-11-24 3:20 ` Dan Williams
2020-11-24 3:20 ` Dan Williams
2020-11-24 5:45 ` Philip Li
2020-11-24 5:45 ` Philip Li
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=202111100206.UXnxRHxh-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.