All of lore.kernel.org
 help / color / mirror / Atom feed
* [next:master 77/159] fs/proc/task_mmu.c:505:193: error: call to '__compiletime_assert_505' declared with attribute error: BUILD_BUG failed
@ 2014-06-19  8:09 kbuild test robot
  2014-06-19  8:33 ` David Rientjes
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2014-06-19  8:09 UTC (permalink / raw)
  To: Naoya Horiguchi; +Cc: Linux Memory Management List, Andrew Morton, kbuild-all

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   07d0e2d232fee3ff692c50150b2aa6e3b7755f8f
commit: b0e08c526179642dccfd2c7caff31d2419492829 [77/159] mm/pagewalk: move pmd_trans_huge_lock() from callbacks to common code
config: make ARCH=i386 defconfig

Note: the next/master HEAD 07d0e2d232fee3ff692c50150b2aa6e3b7755f8f builds fine.
      It only hurts bisectibility.

All error/warnings:

   fs/proc/task_mmu.c: In function 'smaps_pmd':
>> fs/proc/task_mmu.c:505:193: error: call to '__compiletime_assert_505' declared with attribute error: BUILD_BUG failed
     smaps_pte((pte_t *)pmd, addr, addr + HPAGE_PMD_SIZE, walk);
                                                                                                                                                                                                    ^
>> fs/proc/task_mmu.c:506:178: error: call to '__compiletime_assert_506' declared with attribute error: BUILD_BUG failed
     mss->anonymous_thp += HPAGE_PMD_SIZE;
                                                                                                                                                                                     ^

vim +/__compiletime_assert_505 +505 fs/proc/task_mmu.c

   499	}
   500	
   501	static int smaps_pmd(pmd_t *pmd, unsigned long addr, unsigned long end,
   502				struct mm_walk *walk)
   503	{
   504		struct mem_size_stats *mss = walk->private;
 > 505		smaps_pte((pte_t *)pmd, addr, addr + HPAGE_PMD_SIZE, walk);
 > 506		mss->anonymous_thp += HPAGE_PMD_SIZE;
   507		return 0;
   508	}
   509	

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [next:master 77/159] fs/proc/task_mmu.c:505:193: error: call to '__compiletime_assert_505' declared with attribute error: BUILD_BUG failed
  2014-06-19  8:09 [next:master 77/159] fs/proc/task_mmu.c:505:193: error: call to '__compiletime_assert_505' declared with attribute error: BUILD_BUG failed kbuild test robot
@ 2014-06-19  8:33 ` David Rientjes
  0 siblings, 0 replies; 2+ messages in thread
From: David Rientjes @ 2014-06-19  8:33 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Naoya Horiguchi, Linux Memory Management List, Andrew Morton, kbuild-all

On Thu, 19 Jun 2014, kbuild test robot wrote:

> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   07d0e2d232fee3ff692c50150b2aa6e3b7755f8f
> commit: b0e08c526179642dccfd2c7caff31d2419492829 [77/159] mm/pagewalk: move pmd_trans_huge_lock() from callbacks to common code
> config: make ARCH=i386 defconfig
> 
> Note: the next/master HEAD 07d0e2d232fee3ff692c50150b2aa6e3b7755f8f builds fine.
>       It only hurts bisectibility.
> 
> All error/warnings:
> 
>    fs/proc/task_mmu.c: In function 'smaps_pmd':
> >> fs/proc/task_mmu.c:505:193: error: call to '__compiletime_assert_505' declared with attribute error: BUILD_BUG failed
>      smaps_pte((pte_t *)pmd, addr, addr + HPAGE_PMD_SIZE, walk);
>                                                                                                                                                                                                     ^
> >> fs/proc/task_mmu.c:506:178: error: call to '__compiletime_assert_506' declared with attribute error: BUILD_BUG failed
>      mss->anonymous_thp += HPAGE_PMD_SIZE;
>                                                                                                                                                                                      ^

mm-pagewalk-move-pmd_trans_huge_lock-from-callbacks-to-common-code.patch 
was removed from -mm on Monday.  We probably need to wait for another 
mmotm before this vanishes.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2014-06-19  8:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19  8:09 [next:master 77/159] fs/proc/task_mmu.c:505:193: error: call to '__compiletime_assert_505' declared with attribute error: BUILD_BUG failed kbuild test robot
2014-06-19  8:33 ` David Rientjes

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.