All of lore.kernel.org
 help / color / mirror / Atom feed
* [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__pmd'
@ 2017-08-01 11:57 kbuild test robot
  2017-08-01 21:38   ` [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__pmd' Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: kbuild test robot @ 2017-08-01 11:57 UTC (permalink / raw)
  To: Zi Yan
  Cc: kbuild-all, Johannes Weiner, Andrew Morton,
	Linux Memory Management List

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

tree:   git://git.cmpxchg.org/linux-mmotm.git master
head:   7961d18ba492e06ad240d37a5502c418b5f0a928
commit: 25faf0ef110322719330fcadf4fe541528bacd4d [50/189] mm-thp-enable-thp-migration-in-generic-path-fix
config: sparc-defconfig (attached as .config)
compiler: sparc-linux-gcc (GCC) 6.2.0
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 25faf0ef110322719330fcadf4fe541528bacd4d
        # save the attached .config to linux build tree
        make.cross ARCH=sparc 

All errors (new ones prefixed by >>):

   In file included from fs/proc/task_mmu.c:15:0:
   include/linux/swapops.h: In function 'swp_entry_to_pmd':
>> include/linux/swapops.h:220:9: error: implicit declaration of function '__pmd' [-Werror=implicit-function-declaration]
     return __pmd(0);
            ^~~~~
>> include/linux/swapops.h:220:9: error: incompatible types when returning type 'int' but 'pmd_t {aka struct <anonymous>}' was expected
     return __pmd(0);
            ^~~~~~~~
   cc1: some warnings being treated as errors

vim +/__pmd +220 include/linux/swapops.h

   217	
   218	static inline pmd_t swp_entry_to_pmd(swp_entry_t entry)
   219	{
 > 220		return __pmd(0);
   221	}
   222	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 12092 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-02  5:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01 11:57 [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__pmd' kbuild test robot
2017-08-01 21:38 ` [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__ Andrew Morton
2017-08-01 21:38   ` [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__pmd' Andrew Morton
2017-08-02  2:28   ` [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__ Zi Yan
2017-08-02  2:28     ` [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__pmd' Zi Yan
2017-08-02  5:01     ` [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__ Sam Ravnborg
2017-08-02  5:01       ` [mmotm:master 50/189] include/linux/swapops.h:220:9: error: implicit declaration of function '__pmd' Sam Ravnborg

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.