From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752541AbbJFLJ2 (ORCPT ); Tue, 6 Oct 2015 07:09:28 -0400 Received: from eu-smtp-delivery-143.mimecast.com ([207.82.80.143]:40514 "EHLO eu-smtp-delivery-143.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbbJFLJ0 convert rfc822-to-8bit (ORCPT ); Tue, 6 Oct 2015 07:09:26 -0400 Subject: Re: [PATCH v2 12/22] arm64: Delay cpu feature checks To: kbuild test robot References: <201510061230.QVbFYdKy%fengguang.wu@intel.com> Cc: kbuild-all@01.org, linux-arm-kernel@lists.infradead.org, marc.zyngier@arm.com, will.deacon@arm.com, mark.rutland@arm.com, catalin.marinas@arm.com, steve.capper@linaro.org, linux-kernel@vger.kernel.org, andre.przywara@arm.com, dave.martin@arm.com, Vladimir.Murzin@arm.com, james.morse@arm.com, ard.biesheuvel@linaro.org, edward.nevill@linaro.org, aph@redhat.com From: "Suzuki K. Poulose" Message-ID: <5613ABE3.6060002@arm.com> Date: Tue, 6 Oct 2015 12:09:23 +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: <201510061230.QVbFYdKy%fengguang.wu@intel.com> X-OriginalArrivalTime: 06 Oct 2015 11:09:23.0524 (UTC) FILETIME=[74E36840:01D10027] X-MC-Unique: yaOVXsVJQUGzc9HKdotoYQ-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 06/10/15 05:41, kbuild test robot wrote: > Hi Suzuki, > > [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] > > config: arm64-alldefconfig (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 > > Note: the linux-review/Suzuki-K-Poulose/arm64-Consolidate-CPU-feature-handling HEAD bfdef3a10032e84cc7ae186a058443219f110679 builds fine. > It only hurts bisectibility. > > All errors (new ones prefixed by >>): > > arch/arm64/kernel/cpufeature.c: In function 'cpu_enable_features': >>> arch/arm64/kernel/cpufeature.c:733:52: error: 'const struct arm64_cpu_capabilities' has no member named 'sys_reg' > if(!cpus_have_cap(caps[i].capability) || !caps[i].sys_reg) > ^ > arch/arm64/kernel/cpufeature.c:739:47: error: 'const struct arm64_cpu_capabilities' has no member named 'sys_reg' > if (!feature_matches(read_cpu_sysreg(caps[i].sys_reg), &caps[i])) > ^ That was a mistake in rebase/reordering of patches. Have fixed it internally, will include it in the next version Thanks @kbuild-test-robot for the report Suzuki