linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [josef-btrfs:master 4/17] arch/tile/mm/pgtable.c:47:2: error: implicit declaration of function 'glboal_node_page_state'
@ 2016-09-28 23:30 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2016-09-28 23:30 UTC (permalink / raw)
  To: Josef Bacik; +Cc: kbuild-all, linux-btrfs

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git master
head:   7a27194d3aaad0547b4f3fccdaab7dc01e03f6de
commit: 1277e49c31f1694ba0d9f9b3871144832c66ac0a [4/17] writeback: allow for dirty metadata accounting
config: tile-tilegx_defconfig (attached as .config)
compiler: tilegx-linux-gcc (GCC) 4.6.2
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 1277e49c31f1694ba0d9f9b3871144832c66ac0a
        # save the attached .config to linux build tree
        make.cross ARCH=tile 

All error/warnings (new ones prefixed by >>):

   arch/tile/mm/pgtable.c: In function 'show_mem':
>> arch/tile/mm/pgtable.c:47:2: error: implicit declaration of function 'glboal_node_page_state'
>> arch/tile/mm/pgtable.c:47:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'int'
   cc1: some warnings being treated as errors

vim +/glboal_node_page_state +47 arch/tile/mm/pgtable.c

    41	 * of processors and often four NUMA zones each with high and lowmem.
    42	 */
    43	void show_mem(unsigned int filter)
    44	{
    45		struct zone *zone;
    46	
  > 47		pr_err("Active:%lu inactive:%lu dirty:%lu metadata_dirty:%lu writeback:%lu metadata_writeback:%lu unstable:%lu free:%lu\n slab:%lu mapped:%lu pagetables:%lu bounce:%lu pagecache:%lu swap:%lu\n",
    48		       (global_node_page_state(NR_ACTIVE_ANON) +
    49			global_node_page_state(NR_ACTIVE_FILE)),
    50		       (global_node_page_state(NR_INACTIVE_ANON) +

---
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: 15853 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-28 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28 23:30 [josef-btrfs:master 4/17] arch/tile/mm/pgtable.c:47:2: error: implicit declaration of function 'glboal_node_page_state' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).