Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1277910

Re: [PATCH] sparc64/gup: check address scope legitimacy

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH] sparc64/gup: check address scope legitimacy
Date 2015-11-26 01:30 +0100
Message-ID <qySBH-54s-7@gated-at.bofh.it> (permalink)
References <qyRcC-43u-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Yang,

[auto build test ERROR on v4.4-rc2]
[also build test ERROR on next-20151124]

url:    https://github.com/0day-ci/linux/commits/Yang-Shi/sparc64-gup-check-address-scope-legitimacy/20151126-065342
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/mm/gup.c: In function 'get_user_pages_fast':
>> arch/sparc/mm/gup.c:210:3: error: label 'slow_irqon' used but not defined
      goto slow_irqon;
      ^

vim +/slow_irqon +210 arch/sparc/mm/gup.c

   204	
   205		start &= PAGE_MASK;
   206		addr = start;
   207		len = (unsigned long) nr_pages << PAGE_SHIFT;
   208		end = start + len;
   209		if (end < start)
 > 210			goto slow_irqon;
   211	
   212		/*
   213		 * XXX: batch / limit 'nr', to avoid large irq off latency

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] sparc64/gup: check address scope legitimacy Yang Shi <yang.shi@linaro.org> - 2015-11-26 00:00 +0100
  [V2 PATCH] sparc64/gup: check address scope legitimacy Yang Shi <yang.shi@linaro.org> - 2015-11-26 00:10 +0100
  Re: [PATCH] sparc64/gup: check address scope legitimacy kbuild test robot <lkp@intel.com> - 2015-11-26 01:30 +0100
    Re: [PATCH] sparc64/gup: check address scope legitimacy "Shi, Yang" <yang.shi@linaro.org> - 2015-11-26 01:40 +0100

csiph-web