From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751655AbdF1Uki (ORCPT ); Wed, 28 Jun 2017 16:40:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60666 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751528AbdF1Ukc (ORCPT ); Wed, 28 Jun 2017 16:40:32 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2D7C77F40F Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=riel@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2D7C77F40F Message-ID: <1498682430.20270.124.camel@redhat.com> Subject: Re: [PATCH] sched/numa: fix build without CONFIG_NUMA_BALANCING From: Rik van Riel To: Arnd Bergmann , Ingo Molnar , Peter Zijlstra Cc: Vincent Guittot , Morten Rasmussen , Dietmar Eggemann , linux-kernel@vger.kernel.org Date: Wed, 28 Jun 2017 16:40:30 -0400 In-Reply-To: <20170628200530.3070052-1-arnd@arndb.de> References: <20170628200530.3070052-1-arnd@arndb.de> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-f18nQP2PxLzZ5LoLUiIn" Mime-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 28 Jun 2017 20:40:32 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-f18nQP2PxLzZ5LoLUiIn Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 2017-06-28 at 22:05 +0200, Arnd Bergmann wrote: > I ran into a build error: >=20 > kernel/sched/fair.c:2655:44: error: 'struct sched_domain' declared > inside parameter list will not be visible outside of this definition > or declaration [-Werror] >=20 > Adding a forward declaration for the struct name is sufficient > to avoid it. >=20 > Fixes: 3fed382b46ba ("sched/numa: Implement NUMA node level > wake_affine()") > Signed-off-by: Arnd Bergmann Peter pointed out another problem with that patch. I am running a few tests now on a kernel with that other bug fixed, which should also magically get rid of this compiler warning. --=20 All rights reversed --=-f18nQP2PxLzZ5LoLUiIn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJZVBQ+AAoJEM553pKExN6DUZYH/ArRFi1hmNWMlUY2YPlczQLM /lU+uckEtbGFqAqWT35bx/Hxg13UHvoqqy1Wzr679tP9Yh414x/No8gM1AkTE70z jNn6CcKC93FrxaNF1Qo4qalaFJQ04cdUsqhes7hPhavWX1Y40/kbZusYOOLP3Kea JT3ZecrKuuXVXDr+BA1j0TiTAqYBEAo2KZUzIqratNR96xo8F6e+EwWB2OKBTdBA 6xiiMUR6VazFDh0ZGvrNEDoXsyNizAhr4SQwtDk/le6KmLkiMoX2DGP/drExbCB+ PF+QnmXMwfkdoZ5xtpRKTyfduPuCFfg7JGaeaBU6v11UNEG+xKxjx8lUE3AGC3Q= =ILCa -----END PGP SIGNATURE----- --=-f18nQP2PxLzZ5LoLUiIn--