From: kbuild test robot <lkp@intel.com>
To: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: kbuild-all@01.org, Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
Michal Hocko <mhocko@suse.com>, Vlastimil Babka <vbabka@suse.cz>
Subject: Re: [PATCHv2] mm: Account pud page tables
Date: Sun, 1 Oct 2017 08:38:21 +0800 [thread overview]
Message-ID: <201710010821.WCKzxMq3%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170925073913.22628-1-kirill.shutemov@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 4610 bytes --]
Hi Kirill,
[auto build test ERROR on linus/master]
[also build test ERROR on v4.14-rc2]
[cannot apply to next-20170929]
[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/Kirill-A-Shutemov/mm-Account-pud-page-tables/20170926-031536
config: microblaze-nommu_defconfig (attached as .config)
compiler: microblaze-linux-gcc (GCC) 6.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/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=microblaze
All errors (new ones prefixed by >>):
In file included from arch/microblaze/include/uapi/asm/byteorder.h:7:0,
from include/asm-generic/bitops/le.h:5,
from include/asm-generic/bitops.h:34,
from ./arch/microblaze/include/generated/asm/bitops.h:1,
from include/linux/bitops.h:37,
from include/linux/kernel.h:10,
from include/asm-generic/bug.h:15,
from ./arch/microblaze/include/generated/asm/bug.h:1,
from include/linux/bug.h:4,
from include/linux/page-flags.h:9,
from kernel/bounds.c:9:
include/linux/byteorder/big_endian.h:7:2: warning: #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN [-Wcpp]
#warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
^~~~~~~
In file included from arch/microblaze/include/uapi/asm/byteorder.h:7:0,
from include/asm-generic/bitops/le.h:5,
from include/asm-generic/bitops.h:34,
from ./arch/microblaze/include/generated/asm/bitops.h:1,
from include/linux/bitops.h:37,
from include/linux/kernel.h:10,
from include/linux/list.h:8,
from include/linux/rculist.h:9,
from include/linux/pid.h:4,
from include/linux/sched.h:13,
from arch/microblaze/kernel/asm-offsets.c:13:
include/linux/byteorder/big_endian.h:7:2: warning: #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN [-Wcpp]
#warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
^~~~~~~
In file included from arch/microblaze/include/asm/io.h:17:0,
from include/linux/io.h:25,
from include/linux/irq.h:24,
from include/asm-generic/hardirq.h:12,
from ./arch/microblaze/include/generated/asm/hardirq.h:1,
from include/linux/hardirq.h:8,
from include/linux/interrupt.h:12,
from include/linux/kernel_stat.h:8,
from arch/microblaze/kernel/asm-offsets.c:14:
include/linux/mm.h: In function 'mm_nr_puds_init':
>> include/linux/mm.h:1622:21: error: 'struct mm_struct' has no member named 'nr_puds'; did you mean 'nr_ptes'?
atomic_long_set(&mm->nr_puds, 0);
^~
include/linux/mm.h: In function 'mm_nr_puds':
>> include/linux/mm.h:1627:29: error: 'const struct mm_struct' has no member named 'nr_puds'; did you mean 'nr_ptes'?
return atomic_long_read(&mm->nr_puds);
^~
include/linux/mm.h: In function 'mm_inc_nr_puds':
include/linux/mm.h:1632:21: error: 'struct mm_struct' has no member named 'nr_puds'; did you mean 'nr_ptes'?
atomic_long_inc(&mm->nr_puds);
^~
include/linux/mm.h: In function 'mm_dec_nr_puds':
include/linux/mm.h:1637:21: error: 'struct mm_struct' has no member named 'nr_puds'; did you mean 'nr_ptes'?
atomic_long_dec(&mm->nr_puds);
^~
make[2]: *** [arch/microblaze/kernel/asm-offsets.s] Error 1
make[2]: Target '__build' not remade because of errors.
make[1]: *** [prepare0] Error 2
make[1]: Target 'prepare' not remade because of errors.
make: *** [sub-make] Error 2
vim +1622 include/linux/mm.h
1619
1620 static inline void mm_nr_puds_init(struct mm_struct *mm)
1621 {
> 1622 atomic_long_set(&mm->nr_puds, 0);
1623 }
1624
1625 static inline unsigned long mm_nr_puds(const struct mm_struct *mm)
1626 {
> 1627 return atomic_long_read(&mm->nr_puds);
1628 }
1629
---
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: 12933 bytes --]
next prev parent reply other threads:[~2017-10-01 0:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-25 7:39 Kirill A. Shutemov
2017-09-25 11:54 ` Michal Hocko
2017-09-25 13:07 ` Kirill A. Shutemov
2017-09-25 13:53 ` Michal Hocko
2017-09-26 9:43 ` Kirill A. Shutemov
2017-09-26 10:14 ` Michal Hocko
2017-09-26 10:17 ` Michal Hocko
2017-10-01 0:38 ` kbuild test robot [this message]
2017-10-01 1:03 ` 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=201710010821.WCKzxMq3%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=kbuild-all@01.org \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@suse.com \
--cc=vbabka@suse.cz \
/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