tree: git://git.cmpxchg.org/linux-mmotm.git master head: eb076320e4dbdf99513732811ed8730812b34b2f commit: bac27df2312993aedf1cdfa2dad43e5aeb29504d [169/385] mm: introduce VM_BUG_ON_MM config: i386-randconfig-ha3-0923 (attached as .config) reproduce: git checkout bac27df2312993aedf1cdfa2dad43e5aeb29504d # save the attached .config to linux build tree make ARCH=i386 All error/warnings: mm/debug.c: In function 'dump_mm': >> mm/debug.c:197:3: error: expected ')' before 'mm' mm, mm->mmap, mm->vmacache_seqnum, mm->task_size, ^ >> mm/debug.c:225:3: warning: format '%p' expects a matching 'void *' argument [-Wformat=] ); ^ >> mm/debug.c:225:3: warning: format '%p' expects a matching 'void *' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lu' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%p' expects a matching 'void *' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lu' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lu' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lu' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%p' expects a matching 'void *' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lu' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lx' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lx' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lx' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lx' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lx' expects a matching 'long unsigned int' argument [-Wformat=] >> mm/debug.c:225:3: warning: format '%lx' expects a matching 'long unsigned int' argument [-Wformat=] vim +197 mm/debug.c 191 #ifdef CONFIG_NUMA_BALANCING 192 "numa_next_scan %lu numa_scan_offset %lu numa_scan_seq %d\n" 193 #endif 194 #if defined(CONFIG_NUMA_BALANCING) || defined(CONFIG_COMPACTION) 195 "tlb_flush_pending %d\n", 196 #endif 197 mm, mm->mmap, mm->vmacache_seqnum, mm->task_size, 198 #ifdef CONFIG_MMU 199 mm->get_unmapped_area, 200 #endif 201 mm->mmap_base, mm->mmap_legacy_base, mm->highest_vm_end, 202 mm->pgd, atomic_read(&mm->mm_users), 203 atomic_read(&mm->mm_count), 204 atomic_long_read((atomic_long_t *)&mm->nr_ptes), 205 mm->map_count, 206 mm->hiwater_rss, mm->hiwater_vm, mm->total_vm, mm->locked_vm, 207 mm->pinned_vm, mm->shared_vm, mm->exec_vm, mm->stack_vm, 208 mm->start_code, mm->end_code, mm->start_data, mm->end_data, 209 mm->start_brk, mm->brk, mm->start_stack, 210 mm->arg_start, mm->arg_end, mm->env_start, mm->env_end, 211 mm->binfmt, mm->flags, mm->core_state, 212 #ifdef CONFIG_AIO 213 mm->ioctx_table, 214 #endif 215 mm->owner, mm->exe_file, 216 #ifdef CONFIG_MMU_NOTIFIER 217 mm->mmu_notifier_mm, 218 #endif 219 #ifdef CONFIG_NUMA_BALANCING 220 mm->numa_next_scan, mm->numa_scan_offset, mm->numa_scan_seq, 221 #endif 222 #if defined(CONFIG_NUMA_BALANCING) || defined(CONFIG_COMPACTION) 223 mm->tlb_flush_pending 224 #endif 225 ); 226 227 dump_flags(mm->def_flags, vmaflags_names, 228 ARRAY_SIZE(vmaflags_names)); --- 0-DAY kernel build testing backend Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation