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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 85EF4C43381 for ; Thu, 21 Mar 2019 16:47:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 57AAC2192C for ; Thu, 21 Mar 2019 16:47:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553186872; bh=JVVB87KOdFUdXuEtoh+iZNjGVSGmdAk0nErf+b8I8l8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=WhN4TMZCGyjFnMgkORn2EvMzKP6cDhX/biZ786b2nmGhtV5RkfTD1ZN5ZPPyF8YO4 vDsRUKEob7He/xbjYi9cp/hjJFTwMwvBztk8Atk095vvNSoamB17my91WB47CF6kVZ 2oooi4rhfc2caCkRQmD11DGDJJeBR1TvioY55IT0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728078AbfCUQrw (ORCPT ); Thu, 21 Mar 2019 12:47:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:35332 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727829AbfCUQrv (ORCPT ); Thu, 21 Mar 2019 12:47:51 -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 C613A21925; Thu, 21 Mar 2019 16:47:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553186871; bh=JVVB87KOdFUdXuEtoh+iZNjGVSGmdAk0nErf+b8I8l8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vwzK4kklphrh6Hk5zQVoTTokCYgJH8srDEgM45M3TRgIOypNUn8WY4qE3we/ZbeUy t8kRXuYIpzQRknpCywPWHbzAcVvpbHT3/U39KyKe0v6wxM2Z3ukeLkSJB4EJAt57y3 bsB4C86RPlml9gHenHdPkse4sf+YvxCMzUUra8HI= Date: Thu, 21 Mar 2019 17:47:48 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org Subject: Re: Build failures and crashes in stable queues (3.19, 4.19, 5.0) Message-ID: <20190321164748.GD11121@kroah.com> References: <20190321161609.GA15808@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190321161609.GA15808@roeck-us.net> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Mar 21, 2019 at 09:16:23AM -0700, Guenter Roeck wrote: > Boot tests are still in process, so there may be more. > > Guenter > > --- > v3.18.y.queue: > > arm:allmodconfig: > > drivers/net/ethernet/marvell/mvneta.c: In function 'mvneta_rx': > drivers/net/ethernet/marvell/mvneta.c:1485:37: error: 'struct mvneta_port' has no member named 'bm_priv' > > arm:axm55xx_defconfig, keystone_defconfig: > arm64, all builds: > > mm/gup.c: In function 'gup_pmd_range': > mm/gup.c:889:9: error: implicit declaration of function 'pmd_devmap' I've fixed these all up now, thanks for letting me know. I'll work on the other ones next... greg k-h