From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, ralf@linux-mips.org, tglx@linutronix.de,
mingo@redhat.com, hpa@zytor.com, x86@kernel.org, arnd@arndb.de,
akpm@linux-foundation.org, paul.burton@imgtec.com,
chenhc@lemote.com, david.daney@cavium.com, kumba@gentoo.org,
yamada.masahiro@socionext.com, kirill.shutemov@linux.intel.com,
dave.hansen@linux.intel.com, toshi.kani@hpe.com,
JBeulich@suse.com, dan.j.williams@intel.com,
linux-mips@linux-mips.org, linux-kernel@vger.kernel.org,
linux-arch@vger.kernel.org, baoyou.xie@linaro.org,
xie.baoyou@zte.com.cn
Subject: Re: [PATCH] mm: move phys_mem_access_prot_allowed() declaration to pgtable.h
Date: Mon, 12 Sep 2016 23:13:45 +0800 [thread overview]
Message-ID: <201609122309.XmaxEnpl%fengguang.wu@intel.com> (raw)
In-Reply-To: <1473683703-15727-1-git-send-email-baoyou.xie@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1776 bytes --]
Hi Baoyou,
[auto build test ERROR on linus/master]
[also build test ERROR on v4.8-rc6 next-20160912]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]
url: https://github.com/0day-ci/linux/commits/Baoyou-Xie/mm-move-phys_mem_access_prot_allowed-declaration-to-pgtable-h/20160912-211348
config: parisc-c3000_defconfig (attached as .config)
compiler: hppa-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
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
# save the attached .config to linux build tree
make.cross ARCH=parisc
All errors (new ones prefixed by >>):
include/asm-generic/pgtable.h: Assembler messages:
>> include/asm-generic/pgtable.h:817: Error: Unknown opcode: `struct'
>> include/asm-generic/pgtable.h:818: Error: Unknown opcode: `int'
>> include/asm-generic/pgtable.h:819: Error: Unknown opcode: `unsigned'
vim +817 include/asm-generic/pgtable.h
811 #define has_transparent_hugepage() 1
812 #else
813 #define has_transparent_hugepage() 0
814 #endif
815 #endif
816
> 817 struct file;
> 818 int phys_mem_access_prot_allowed(struct file *file, unsigned long pfn,
> 819 unsigned long size, pgprot_t *vma_prot);
820 #endif /* _ASM_GENERIC_PGTABLE_H */
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 14260 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Baoyou Xie <baoyou.xie@linaro.org>
Cc: kbuild-all@01.org, ralf@linux-mips.org, tglx@linutronix.de,
mingo@redhat.com, hpa@zytor.com, x86@kernel.org, arnd@arndb.de,
akpm@linux-foundation.org, paul.burton@imgtec.com,
chenhc@lemote.com, david.daney@cavium.com, kumba@gentoo.org,
yamada.masahiro@socionext.com, kirill.shutemov@linux.intel.com,
dave.hansen@linux.intel.com, toshi.kani@hpe.com,
JBeulich@suse.com, dan.j.williams@intel.com,
linux-mips@linux-mips.org, linux-kernel@vger.kernel.org,
linux-arch@vger.kernel.org, xie.baoyou@zte.com.cn
Subject: Re: [PATCH] mm: move phys_mem_access_prot_allowed() declaration to pgtable.h
Date: Mon, 12 Sep 2016 23:13:45 +0800 [thread overview]
Message-ID: <201609122309.XmaxEnpl%fengguang.wu@intel.com> (raw)
Message-ID: <20160912151345.0uNbA-mQFmS5wEVj2pSnXowK2TRdwDVd-cRAH8vROYg@z> (raw)
In-Reply-To: <1473683703-15727-1-git-send-email-baoyou.xie@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1776 bytes --]
Hi Baoyou,
[auto build test ERROR on linus/master]
[also build test ERROR on v4.8-rc6 next-20160912]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]
url: https://github.com/0day-ci/linux/commits/Baoyou-Xie/mm-move-phys_mem_access_prot_allowed-declaration-to-pgtable-h/20160912-211348
config: parisc-c3000_defconfig (attached as .config)
compiler: hppa-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
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
# save the attached .config to linux build tree
make.cross ARCH=parisc
All errors (new ones prefixed by >>):
include/asm-generic/pgtable.h: Assembler messages:
>> include/asm-generic/pgtable.h:817: Error: Unknown opcode: `struct'
>> include/asm-generic/pgtable.h:818: Error: Unknown opcode: `int'
>> include/asm-generic/pgtable.h:819: Error: Unknown opcode: `unsigned'
vim +817 include/asm-generic/pgtable.h
811 #define has_transparent_hugepage() 1
812 #else
813 #define has_transparent_hugepage() 0
814 #endif
815 #endif
816
> 817 struct file;
> 818 int phys_mem_access_prot_allowed(struct file *file, unsigned long pfn,
> 819 unsigned long size, pgprot_t *vma_prot);
820 #endif /* _ASM_GENERIC_PGTABLE_H */
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 14260 bytes --]
next prev parent reply other threads:[~2016-09-12 15:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 12:35 [PATCH] mm: move phys_mem_access_prot_allowed() declaration to pgtable.h Baoyou Xie
2016-09-12 15:13 ` kbuild test robot [this message]
2016-09-12 15:13 ` kbuild test robot
2016-09-12 15:20 ` Arnd Bergmann
2016-09-12 15:20 ` Arnd Bergmann
2016-09-12 15:40 ` kbuild test robot
2016-09-12 15:40 ` kbuild test robot
2016-09-12 16:24 ` kbuild test robot
2016-09-12 16:24 ` kbuild test robot
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=201609122309.XmaxEnpl%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=JBeulich@suse.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=baoyou.xie@linaro.org \
--cc=chenhc@lemote.com \
--cc=dan.j.williams@intel.com \
--cc=dave.hansen@linux.intel.com \
--cc=david.daney@cavium.com \
--cc=hpa@zytor.com \
--cc=kbuild-all@01.org \
--cc=kirill.shutemov@linux.intel.com \
--cc=kumba@gentoo.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=mingo@redhat.com \
--cc=paul.burton@imgtec.com \
--cc=ralf@linux-mips.org \
--cc=tglx@linutronix.de \
--cc=toshi.kani@hpe.com \
--cc=x86@kernel.org \
--cc=xie.baoyou@zte.com.cn \
--cc=yamada.masahiro@socionext.com \
/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).