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: .config.gz
Description: application/gzip

Reply via email to