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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 046A6C32753 for ; Wed, 31 Jul 2019 11:35:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C69F7208E4 for ; Wed, 31 Jul 2019 11:35:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564572928; bh=lux5DZPmxvBAoBQ0d6YhXntq6x2LZoKUchiyEmnGTQU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=vT6jPp0VtflP30eKs9wGprk4f4H4bNSmBWEtQXi59cZtVciDJk4t3S2TosHX9eQ0N qQn9/GhPv/hgRVy56y6ILoeBNM+9kXiRPMXrZkDbM0rczH/uoZDCFopbfuL+82RPSP kFp6TtGNkIKmuBDlJ6iGZbqppjaB7N10OZTelSzI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726966AbfGaLf0 (ORCPT ); Wed, 31 Jul 2019 07:35:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:41834 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726909AbfGaLfZ (ORCPT ); Wed, 31 Jul 2019 07:35:25 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 94AC6206A2; Wed, 31 Jul 2019 11:35:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564572925; bh=lux5DZPmxvBAoBQ0d6YhXntq6x2LZoKUchiyEmnGTQU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uSDRohHUPNOb+f9HhmfWB7Bwg39eYk3Ch35FM+/DZX7rsQrZdVBAbpyT/V0mHW13o g5/k/OZykPTdPtj7gpE3FSjHOF+HBureoFs2AfJX5Ve0Z670jDfLMx/3UXeJb53WkY 3tIzRdwkZF1PkkJOb5wldYBGN5oosfezOYi0A6HY= Date: Wed, 31 Jul 2019 13:35:22 +0200 From: Greg Kroah-Hartman To: Mark Brown Cc: Andrew Lunn , Florian Fainelli , Heiner Kallweit , "Matthew Wilcox (Oracle)" , devel@driverdev.osuosl.org, netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel-build-reports@lists.linaro.org Subject: Re: next/master build: 221 builds: 11 failed, 210 passed, 13 errors, 1174 warnings (next-20190731) Message-ID: <20190731113522.GA3426@kroah.com> References: <5d41767d.1c69fb81.d6304.4c8c@mx.google.com> <20190731112441.GB4369@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190731112441.GB4369@sirena.org.uk> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Jul 31, 2019 at 12:24:41PM +0100, Mark Brown wrote: > On Wed, Jul 31, 2019 at 04:07:41AM -0700, kernelci.org bot wrote: > > Today's -next fails to build an ARM allmodconfig due to: > > > allmodconfig (arm, gcc-8) — FAIL, 1 error, 40 warnings, 0 section mismatches > > > > Errors: > > drivers/net/phy/mdio-cavium.h:111:36: error: implicit declaration of function 'writeq'; did you mean 'writel'? [-Werror=implicit-function-declaration] > > as a result of the changes that introduced: > > WARNING: unmet direct dependencies detected for MDIO_OCTEON > Depends on [n]: NETDEVICES [=y] && MDIO_DEVICE [=m] && MDIO_BUS [=m] && 64BIT && HAS_IOMEM [=y] && OF_MDIO [=m] > Selected by [m]: > - OCTEON_ETHERNET [=m] && STAGING [=y] && (CAVIUM_OCTEON_SOC && NETDEVICES [=y] || COMPILE_TEST [=y]) > > which is triggered by the staging OCTEON_ETHERNET driver which misses a > 64BIT dependency but added COMPILE_TEST in 171a9bae68c72f2 > (staging/octeon: Allow test build on !MIPS). A patch was posted for this, but it needs to go through the netdev tree as that's where the offending patches are coming from. thanks, greg k-h