From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753644AbbJSJlN (ORCPT ); Mon, 19 Oct 2015 05:41:13 -0400 Received: from eu-smtp-delivery-143.mimecast.com ([146.101.78.143]:53226 "EHLO eu-smtp-delivery-143.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753391AbbJSJlM convert rfc822-to-8bit (ORCPT ); Mon, 19 Oct 2015 05:41:12 -0400 Subject: Re: [PATCH v3 14/24] arm64: Delay cpu feature capability checks To: kbuild test robot References: <201510180642.xwPchoyX%fengguang.wu@intel.com> Cc: kbuild-all@01.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, will.deacon@arm.com, mark.rutland@arm.com, dave.martin@arm.com, Vladimir.Murzin@arm.com, steve.capper@linaro.org, linux-kernel@vger.kernel.org, ard.biesheuvel@linaro.org, james.morse@arm.com, marc.zyngier@arm.com, christoffer.dall@linaro.org, andre.przywara@arm.com, edward.nevill@linaro.org, aph@redhat.com, ryan.arnold@linaro.org From: "Suzuki K. Poulose" Message-ID: <5624BAB3.8050809@arm.com> Date: Mon, 19 Oct 2015 10:41:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201510180642.xwPchoyX%fengguang.wu@intel.com> X-OriginalArrivalTime: 19 Oct 2015 09:41:08.0538 (UTC) FILETIME=[483369A0:01D10A52] X-MC-Unique: E33000cOSuqPOpfTyAvMoA-1 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/10/15 23:56, kbuild test robot wrote: > Hi Suzuki, > > [auto build test ERROR on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] > > url: https://github.com/0day-ci/linux/commits/Suzuki-K-Poulose/arm64-Consolidate-CPU-feature-handling/20151014-013504 > config: arm64-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=arm64 > > All errors (new ones prefixed by >>): Thanks for the report, I have already fixed it for the next version. Suzuki