From: kbuild test robot <lkp@intel.com>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: kbuild-all@01.org, linux-mm@kvack.org,
linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org,
mhocko@suse.com, mingo@kernel.org, labbott@fedoraproject.org,
catalin.marinas@arm.com, will.deacon@arm.com,
mark.rutland@arm.com, zhongjiang@huawei.com,
guohanjun@huawei.com, tanxiaojun@huawei.com
Subject: Re: [PATCH] mm: vmalloc: make vmalloc_to_page() deal with PMD/PUD mappings
Date: Sat, 3 Jun 2017 00:34:05 +0800 [thread overview]
Message-ID: <201706030004.lHWpPody%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170602112720.28948-1-ard.biesheuvel@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1761 bytes --]
Hi Ard,
[auto build test ERROR on mmotm/master]
[also build test ERROR on v4.12-rc3 next-20170602]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Ard-Biesheuvel/mm-vmalloc-make-vmalloc_to_page-deal-with-PMD-PUD-mappings/20170602-210236
base: git://git.cmpxchg.org/linux-mmotm.git master
config: sh-sh7785lcr_32bit_defconfig (attached as .config)
compiler: sh4-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=sh
All error/warnings (new ones prefixed by >>):
mm/vmalloc.c: In function 'vmalloc_to_pud_page':
>> mm/vmalloc.c:277:10: error: implicit declaration of function 'pud_page' [-Werror=implicit-function-declaration]
page = pud_page(*pud) + ((addr & ~PUD_MASK) >> PAGE_SHIFT);
^~~~~~~~
>> mm/vmalloc.c:277:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
page = pud_page(*pud) + ((addr & ~PUD_MASK) >> PAGE_SHIFT);
^
cc1: some warnings being treated as errors
vim +/pud_page +277 mm/vmalloc.c
271 {
272 struct page *page = NULL;
273 #ifdef CONFIG_HUGETLB_PAGE
274 pte_t pte = huge_ptep_get((pte_t *)pud);
275
276 if (pte_present(pte))
> 277 page = pud_page(*pud) + ((addr & ~PUD_MASK) >> PAGE_SHIFT);
278 #else
279 VIRTUAL_BUG_ON(1);
280 #endif
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 16941 bytes --]
prev parent reply other threads:[~2017-06-02 16:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-02 11:27 Ard Biesheuvel
2017-06-02 14:29 ` Dave Hansen
2017-06-02 15:11 ` Ard Biesheuvel
2017-06-02 16:03 ` Dave Hansen
2017-06-02 16:21 ` Ard Biesheuvel
2017-06-02 18:18 ` Dave Hansen
2017-06-05 12:35 ` Ard Biesheuvel
2017-06-02 16:34 ` kbuild test robot [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=201706030004.lHWpPody%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=ard.biesheuvel@linaro.org \
--cc=catalin.marinas@arm.com \
--cc=guohanjun@huawei.com \
--cc=kbuild-all@01.org \
--cc=labbott@fedoraproject.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mm@kvack.org \
--cc=mark.rutland@arm.com \
--cc=mhocko@suse.com \
--cc=mingo@kernel.org \
--cc=tanxiaojun@huawei.com \
--cc=will.deacon@arm.com \
--cc=zhongjiang@huawei.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