From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:43564 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751637AbdEQJbq (ORCPT ); Wed, 17 May 2017 05:31:46 -0400 Date: Wed, 17 May 2017 11:31:36 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable Subject: Re: Build failure in v4.4.y-stable-queue Message-ID: <20170517093136.GA12018@kroah.com> References: <014885e5-6f47-4e30-ce34-78237119d448@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <014885e5-6f47-4e30-ce34-78237119d448@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Wed, May 17, 2017 at 02:21:10AM -0700, Guenter Roeck wrote: > Building arm64:allmodconfig ... failed > -------------- > Error log: > In file included from /opt/buildbot/slave/stable-queue-4.4/build/arch/arm64/kvm/../../../arch/arm/kvm/arm.c:44:0: > arch/arm64/include/asm/kvm_emulate.h: In function ‘kvm_vcpu_sys_get_rt’: > arch/arm64/include/asm/kvm_emulate.h:223:16: error: ‘ESR_ELx_SYS64_ISS_RT_MASK’ undeclared (first use in this function) > return (esr & ESR_ELx_SYS64_ISS_RT_MASK) >> ESR_ELx_SYS64_ISS_RT_SHIFT; > > arch/arm64/include/asm/kvm_emulate.h:223:16: note: each undeclared identifier is reported only once for each function it appears in > arch/arm64/include/asm/kvm_emulate.h:223:46: error: ‘ESR_ELx_SYS64_ISS_RT_SHIFT’ undeclared (first use in this function) > return (esr & ESR_ELx_SYS64_ISS_RT_MASK) >> ESR_ELx_SYS64_ISS_RT_SHIFT; > > [ several times ] Thanks, now fixed up, kbuild beat you to it :) greg k-h