From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58972C433E1 for ; Thu, 27 Aug 2020 09:32:23 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1183020738 for ; Thu, 27 Aug 2020 09:32:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="2xKNSB99" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1183020738 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:In-reply-to:Subject:To: From:References:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=phUL+Pdwc3jKBjb8v74TzJ+9hffKLf3ukYrg8SYyWq0=; b=2xKNSB99Lbf2JWjo+TdRZimGb M6x1EK/oFlYyshlgtVweH4bkqsacZo07mCDd1/x6s/iIkpUh+J1GsmJONpi1H82xm6aw5RASE68c0 PeVseyslxbcVi60aZgdyWbEFwJKAcwceB9MAEcXKYjhYm+M4pOZN+reRZ8jne2VtfgV9kkXE/Ja95 jKU+LQ1JBtBR62prwUAva8umxUwEgyPrdw0Xc5fNRcX3o0Uau1KUX/TGSE/RtB53t5sUO/0pE/s3K BZG2ej/nKai5eEcGD1EUbwsa0X3AuisHrSb02f+mHcxMq1qchyZSvQAzHPwJhgDcOGEdAT3azSVtR deQVshyjA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kBEFC-0006Hp-6w; Thu, 27 Aug 2020 09:30:54 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kBEF9-0006HC-2n for linux-arm-kernel@lists.infradead.org; Thu, 27 Aug 2020 09:30:52 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 80F50101E; Thu, 27 Aug 2020 02:30:48 -0700 (PDT) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.194.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 150DF3F66B; Thu, 27 Aug 2020 02:30:46 -0700 (PDT) References: <20200826130309.28027-3-ionela.voinescu@arm.com> <202008271109.eaOccfhv%lkp@intel.com> User-agent: mu4e 0.9.17; emacs 26.3 From: Valentin Schneider To: kernel test robot Subject: Re: [PATCH 2/4] arm64: wrap and generalise counter read functions In-reply-to: <202008271109.eaOccfhv%lkp@intel.com> Date: Thu, 27 Aug 2020 10:30:44 +0100 Message-ID: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200827_053051_192188_BC37DD78 X-CRM114-Status: UNSURE ( 9.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbuild-all@lists.01.org, ionela.voinescu@arm.com, catalin.marinas@arm.com, dietmar.eggemann@arm.com, viresh.kumar@linaro.org, sudeep.holla@arm.com, souvik.chakravarty@arm.com, will@kernel.org, morten.rasmussen@arm.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 27/08/20 04:36, kernel test robot wrote: > In file included from include/linux/energy_model.h:10, > from include/linux/device.h:16, > from include/linux/acpi.h:15, > from arch/arm64/kernel/topology.c:14: > include/linux/sched/topology.h:40:3: warning: 'sd_flag_debug' defined but not used [-Wunused-const-variable=] > 40 | } sd_flag_debug[] = { > | ^~~~~~~~~~~~~ > In file included from include/linux/energy_model.h:10, > from include/linux/device.h:16, > from include/linux/acpi.h:15, > from arch/arm64/kernel/topology.c:14: > include/linux/sched/topology.h:30:27: warning: 'SD_DEGENERATE_GROUPS_MASK' defined but not used [-Wunused-const-variable=] > 30 | static const unsigned int SD_DEGENERATE_GROUPS_MASK = > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > Sorry about those, should be gone in latest tip/sched/core. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel