linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: kbuild-all@01.org,
	Linux Memory Management List <linux-mm@kvack.org>,
	Zi Yan <zi.yan@cs.rutgers.edu>,
	Johannes Weiner <hannes@cmpxchg.org>
Subject: [mmotm:master 143/319] include/linux/swapops.h:224:16: error: empty scalar initializer
Date: Thu, 7 Sep 2017 11:37:19 +0800	[thread overview]
Message-ID: <201709071117.XZRVgPlb%fengguang.wu@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1292 bytes --]

tree:   git://git.cmpxchg.org/linux-mmotm.git master
head:   5e52cc028671694cd84e649e0a43c99a53b1fea1
commit: ebacb62aac74e6683be1031fed6bfd029732d155 [143/319] mm-thp-enable-thp-migration-in-generic-path-fix-fix-fix
config: arm-at91_dt_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout ebacb62aac74e6683be1031fed6bfd029732d155
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   In file included from fs/proc/task_mmu.c:15:0:
   include/linux/swapops.h: In function 'swp_entry_to_pmd':
>> include/linux/swapops.h:224:16: error: empty scalar initializer
     return (pmd_t){};
                   ^
   include/linux/swapops.h:224:16: note: (near initialization for '(anonymous)')

vim +224 include/linux/swapops.h

   221	
   222	static inline pmd_t swp_entry_to_pmd(swp_entry_t entry)
   223	{
 > 224		return (pmd_t){};
   225	}
   226	

---
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: 23097 bytes --]

             reply	other threads:[~2017-09-07  3:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-07  3:37 kbuild test robot [this message]
2017-09-07  4:50 ` Andrew Morton
2017-09-07 10:54   ` Zi Yan
2017-09-07 15:09     ` Andrew Morton

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=201709071117.XZRVgPlb%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=hannes@cmpxchg.org \
    --cc=kbuild-all@01.org \
    --cc=linux-mm@kvack.org \
    --cc=zi.yan@cs.rutgers.edu \
    /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