From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753011AbdBUR3F (ORCPT ); Tue, 21 Feb 2017 12:29:05 -0500 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:33612 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751018AbdBUR24 (ORCPT ); Tue, 21 Feb 2017 12:28:56 -0500 Date: Tue, 21 Feb 2017 09:28:31 -0800 From: Mark Brown To: Ingo Molnar , Linus Torvalds Cc: kernel-build-reports@lists.linaro.org, linaro-kernel@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Thomas Gleixner , Peter Zijlstra , Mike Galbraith Message-ID: <20170221172831.lhei7zjzmcgpcjd5@sirena.org.uk> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ksd6wwaubegmocgs" Content-Disposition: inline In-Reply-To: X-Cookie: Please go away. User-Agent: NeoMutt/20170113 (1.7.2) X-SA-Exim-Connect-IP: 67.23.202.154 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: master build: 2 failures 0 warnings (v4.10-1215-g2bfe01e) X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: No (on mezzanine.sirena.org.uk); Unknown failure Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ksd6wwaubegmocgs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 21, 2017 at 07:01:59AM +0000, Build bot for Mark Brown wrote: The build failures in arm and arm64 allmodconfigs that I reported in -next last week are still present and now also appear in mainline: > arm64-allmodconfig > ../kernel/sched/core.c:198:25: error: 'paravirt_steal_rq_enabled' undecla= red (first use in this function) > ../kernel/sched/core.c:199:11: error: implicit declaration of function 'p= aravirt_steal_clock' [-Werror=3Dimplicit-function-declaration] >=20 > arm-allmodconfig > ../kernel/sched/core.c:198:25: error: 'paravirt_steal_rq_enabled' undecla= red (first use in this function) > ../kernel/sched/core.c:199:11: error: implicit declaration of function 'p= aravirt_steal_clock' [-Werror=3Dimplicit-function-declaration] This is due to 004172bdad64432 (sched/core: Remove unnecessary #include headers). asm/paravirt.h was one of the removed headers, it must be included implicitly on x86 but clearly isn't on at least the two ARM architectures and definitions from it are used directly. I've sent a patch, I'll resend. --ksd6wwaubegmocgs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAliseLcACgkQJNaLcl1U h9CU7gf9Eeira8X63rltGWtdIC8mUkA/dIWU1DLR/NCq6/qFy8ZgywmFlS0tV0Fi 8DAQywByOgW2AIoVrEKrzBmM2gAoilEVB0Vebo5znOV/NGKy/jI9S0eH7qSX1keW lPU0S9tzJoADlzcDafY1ScE92MaHihyEDYNs2MVScVW1gWPj0nwB+a0zCwbSuteF 93rocLzWO5qeq+r0v2DLY81WpJWAiZTEiFeeYIWuJ94KsAScvcPkMGQ/S/c4X8Ko Z9xvLw5sxHJPakt0V6cYw5n1zh/UK/Mjqiufq/acUx+tRphxAEKU7FDk/bK1j1Wv fUZAgiJ2j6nBRuE6vYicjf3dU9pduA== =iKp5 -----END PGP SIGNATURE----- --ksd6wwaubegmocgs-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@kernel.org (Mark Brown) Date: Tue, 21 Feb 2017 09:28:31 -0800 Subject: master build: 2 failures 0 warnings (v4.10-1215-g2bfe01e) In-Reply-To: References: Message-ID: <20170221172831.lhei7zjzmcgpcjd5@sirena.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Feb 21, 2017 at 07:01:59AM +0000, Build bot for Mark Brown wrote: The build failures in arm and arm64 allmodconfigs that I reported in -next last week are still present and now also appear in mainline: > arm64-allmodconfig > ../kernel/sched/core.c:198:25: error: 'paravirt_steal_rq_enabled' undeclared (first use in this function) > ../kernel/sched/core.c:199:11: error: implicit declaration of function 'paravirt_steal_clock' [-Werror=implicit-function-declaration] > > arm-allmodconfig > ../kernel/sched/core.c:198:25: error: 'paravirt_steal_rq_enabled' undeclared (first use in this function) > ../kernel/sched/core.c:199:11: error: implicit declaration of function 'paravirt_steal_clock' [-Werror=implicit-function-declaration] This is due to 004172bdad64432 (sched/core: Remove unnecessary #include headers). asm/paravirt.h was one of the removed headers, it must be included implicitly on x86 but clearly isn't on at least the two ARM architectures and definitions from it are used directly. I've sent a patch, I'll resend. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: