From: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
Andrew Morton <akpm@linux-foundation.org>,
kbuild-all@01.org
Subject: Re: [next:master 7535/8699] arch/powerpc/mm/hugetlbpage.c:710:1: error: conflicting types for 'follow_huge_pud'
Date: Thu, 25 Sep 2014 14:35:21 -0400 [thread overview]
Message-ID: <20140925183521.GA9147@nhori.redhat.com> (raw)
In-Reply-To: <54245e26.FU1t+9O+nq3emxCs%fengguang.wu@intel.com>
On Fri, Sep 26, 2014 at 02:25:42AM +0800, kbuild test robot wrote:
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 8dd2c81f5a94f4b44b7a2f0337caae75ed6a5386
> commit: cc85b60a4616768c88e8e8cb889c55d5284a887b [7535/8699] mm/hugetlb: reduce arch dependent code around follow_huge_*
> config: powerpc-mpc85xx_defconfig (attached as .config)
> 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 cc85b60a4616768c88e8e8cb889c55d5284a887b
> # save the attached .config to linux build tree
> make.cross ARCH=powerpc
>
> All error/warnings:
>
> >> arch/powerpc/mm/hugetlbpage.c:710:1: error: conflicting types for 'follow_huge_pud'
> follow_huge_pud(struct mm_struct *mm, unsigned long address,
> ^
> In file included from arch/powerpc/mm/hugetlbpage.c:14:0:
> include/linux/hugetlb.h:103:14: note: previous declaration of 'follow_huge_pud' was here
> struct page *follow_huge_pud(struct mm_struct *mm, unsigned long address,
> ^
This build error is already fixed in the following commit.
http://marc.info/?l=linux-mm-commits&m=141150173809685&w=2
Thanks,
Naoya Horiguchi
>
> vim +/follow_huge_pud +710 arch/powerpc/mm/hugetlbpage.c
>
> 704 {
> 705 BUG();
> 706 return NULL;
> 707 }
> 708
> 709 struct page *
> > 710 follow_huge_pud(struct mm_struct *mm, unsigned long address,
> 711 pmd_t *pmd, int write)
> 712 {
> 713 BUG();
>
> ---
> 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>
prev parent reply other threads:[~2014-09-25 18:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-25 18:25 [next:master 7535/8699] arch/powerpc/mm/hugetlbpage.c:710:1: error: conflicting types for 'follow_huge_pud' kbuild test robot
2014-09-25 18:35 ` Naoya Horiguchi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140925183521.GA9147@nhori.redhat.com \
--to=n-horiguchi@ah.jp.nec.com \
--cc=akpm@linux-foundation.org \
--cc=fengguang.wu@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).