linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Khalid Aziz <khalid.aziz@oracle.com>
Cc: kbuild-all@01.org, davem@davemloft.net, corbet@lwn.net,
	akpm@linux-foundation.org, dingel@linux.vnet.ibm.com,
	zhenzhang.zhang@huawei.com, bob.picco@oracle.com,
	kirill.shutemov@linux.intel.com, aneesh.kumar@linux.vnet.ibm.com,
	aarcange@redhat.com, arnd@arndb.de, sparclinux@vger.kernel.org,
	rob.gardner@oracle.com, mhocko@suse.cz, chris.hyser@oracle.com,
	richard@nod.at, vbabka@suse.cz, koct9i@gmail.com,
	oleg@redhat.com, gthelen@google.com, jack@suse.cz,
	xiexiuqi@huawei.com, Vineet.Gupta1@synopsys.com, luto@kernel.org,
	ebiederm@xmission.com, bsegall@google.com, geert@linux-m68k.org,
	dave@stgolabs.net, adobriyan@gmail.com,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, linux-arch@vger.kernel.org,
	linux-api@vger.kernel.org
Subject: Re: [PATCH] sparc64: Add support for Application Data Integrity (ADI)
Date: Thu, 3 Mar 2016 04:26:20 +0800	[thread overview]
Message-ID: <201603030434.DgIxwogV%fengguang.wu@intel.com> (raw)
In-Reply-To: <1456944849-21869-1-git-send-email-khalid.aziz@oracle.com>

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

Hi Khalid,

[auto build test ERROR on sparc/master]
[also build test ERROR on v4.5-rc6]
[cannot apply to next-20160302]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Khalid-Aziz/sparc64-Add-support-for-Application-Data-Integrity-ADI/20160303-025709
base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master
config: sparc64-allnoconfig (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
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All errors (new ones prefixed by >>):

   arch/sparc/kernel/process_64.c: In function 'disable_sparc_adi':
>> arch/sparc/kernel/process_64.c:961:6: error: implicit declaration of function 'vma_policy' [-Werror=implicit-function-declaration]
         vma_policy(vma), vma->vm_userfaultfd_ctx);
         ^
   arch/sparc/kernel/process_64.c:959:10: error: passing argument 9 of 'vma_merge' makes pointer from integer without a cast [-Werror]
      prev = vma_merge(mm, prev, addr, end, vma->vm_flags,
             ^
   In file included from arch/sparc/kernel/process_64.c:18:0:
   include/linux/mm.h:1922:31: note: expected 'struct mempolicy *' but argument is of type 'int'
    extern struct vm_area_struct *vma_merge(struct mm_struct *,
                                  ^
   cc1: all warnings being treated as errors

vim +/vma_policy +961 arch/sparc/kernel/process_64.c

   955			/* Update the ADI info in vma and check if this vma can
   956			 * be merged with adjacent ones
   957			 */
   958			pgoff = vma->vm_pgoff + ((addr - vma->vm_start) >> PAGE_SHIFT);
   959			prev = vma_merge(mm, prev, addr, end, vma->vm_flags,
   960					 vma->anon_vma, vma->vm_file, pgoff,
 > 961					 vma_policy(vma), vma->vm_userfaultfd_ctx);
   962			if (prev)
   963				vma = prev;
   964	

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

  reply	other threads:[~2016-03-02 20:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-02 18:54 Khalid Aziz
2016-03-02 20:26 ` kbuild test robot [this message]
2016-03-02 20:36   ` Khalid Aziz
2016-03-03  1:33 ` Julian Calaby
2016-03-03 17:42   ` Khalid Aziz
2016-03-03 22:26     ` Julian Calaby
2016-03-03 23:51       ` Khalid Aziz

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=201603030434.DgIxwogV%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=Vineet.Gupta1@synopsys.com \
    --cc=aarcange@redhat.com \
    --cc=adobriyan@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=arnd@arndb.de \
    --cc=bob.picco@oracle.com \
    --cc=bsegall@google.com \
    --cc=chris.hyser@oracle.com \
    --cc=corbet@lwn.net \
    --cc=dave@stgolabs.net \
    --cc=davem@davemloft.net \
    --cc=dingel@linux.vnet.ibm.com \
    --cc=ebiederm@xmission.com \
    --cc=geert@linux-m68k.org \
    --cc=gthelen@google.com \
    --cc=jack@suse.cz \
    --cc=kbuild-all@01.org \
    --cc=khalid.aziz@oracle.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=koct9i@gmail.com \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=luto@kernel.org \
    --cc=mhocko@suse.cz \
    --cc=oleg@redhat.com \
    --cc=richard@nod.at \
    --cc=rob.gardner@oracle.com \
    --cc=sparclinux@vger.kernel.org \
    --cc=vbabka@suse.cz \
    --cc=xiexiuqi@huawei.com \
    --cc=zhenzhang.zhang@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