Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752498AbbKZAb0 (ORCPT ); Wed, 25 Nov 2015 19:31:26 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:36636 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751728AbbKZAbY (ORCPT ); Wed, 25 Nov 2015 19:31:24 -0500 Message-ID: <565652D9.7040009@linaro.org> Date: Wed, 25 Nov 2015 16:31:21 -0800 From: "Shi, Yang" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: kbuild test robot CC: kbuild-all@01.org, davem@davemloft.net, linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, linaro-kernel@lists.linaro.org Subject: Re: [PATCH] sparc64/gup: check address scope legitimacy References: <201511260819.RuE4G4tG%fengguang.wu@intel.com> In-Reply-To: <201511260819.RuE4G4tG%fengguang.wu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1608 Lines: 50 On 11/25/2015 4:26 PM, kbuild test robot wrote: > 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; Already fixed in v2. Thanks, Yang > ^ > > 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/