Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1192970ybh; Thu, 16 Jul 2020 05:56:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyE6hzyBsOAYxGhoIHkIgdk3muKrW+B/4Uh7mIm8UUxhQVpSz2NJ+wtU1XP7fKrUHM4Nmrv X-Received: by 2002:a17:906:1f94:: with SMTP id t20mr3520691ejr.233.1594904179569; Thu, 16 Jul 2020 05:56:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594904179; cv=none; d=google.com; s=arc-20160816; b=r68HC3b427ddEbxRtPCCmRnL+SblIkP2v9i0tT5TalaAXDfbE3sIjNEfsLTMfHy1da 256JfMCZCmLVJwqZmb4ekEgLfdWuUNreCwwYB/gP3WF5kcTmXQAWo9O3m7ZrtLnoSb0w 5aZ0SUiM3oA65J6bmZTCyKjGOKeIe6XfcjWwJpZ5HGZanB4Sgan9TZP09VPio2XTQRXH sm98QbJ8S8N+YExitsMo8Ra99iOPDTu7Oe1Jz+HvkI9VaYm1DqHZqGf0e8duOSRNCIsF 4UzsMNGA2OKmB91E9cQN9+rnbHLhtScee4wVf0MDRWKs1L6Oe7lsb7XG1AQos/Wr3Z5M LgcA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:references :in-reply-to:cc:to:from; bh=hD5MgjcQiQnOxQX1R9cdcouYx7FHeZr3szGR6ec36+c=; b=Jvxk98qQP3FdvVhIr5iz4ArlFWEo73casT3TND0z/Ad9h7bZRk2Kssl4IeBScBoo7l yAaiIUDqEqia1oTLfxh4pnMZ4nZAunV+ca8b5ElISLgev+kVdTnTcCeiTjHe04i42ANb G681AFwa0BxwRAhdfFgwU97JuEFMEWLdUXxdO9dQGDpcl9ca5jFfFM4emq3yx6ViysuN AFPzbGLWGWB5SRkAWo/yO6oFvSpzHhZpAgrUbP7POZ0sdwhcmQRP6t6PJBkRqVglXZrv OfUWFkw/FNv5ICcQzGfgfy/o0lEnN49CrLv6IrHVdtDGIhdPGAsPV1KUBQF2XgN4EqGx TYVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v5si2851926ejf.336.2020.07.16.05.55.55; Thu, 16 Jul 2020 05:56:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728477AbgGPMzr (ORCPT + 99 others); Thu, 16 Jul 2020 08:55:47 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:50895 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726537AbgGPMzq (ORCPT ); Thu, 16 Jul 2020 08:55:46 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4B6vPV6BmRz9sTX; Thu, 16 Jul 2020 22:55:42 +1000 (AEST) From: Michael Ellerman To: Arnd Bergmann , Michael Ellerman Cc: linux-kernel@vger.kernel.org, Christoph Hellwig , Jeremy Kerr , linuxppc-dev@lists.ozlabs.org, Paul Mackerras , kernel test robot In-Reply-To: <20200706132302.3885935-1-arnd@arndb.de> References: <20200706132302.3885935-1-arnd@arndb.de> Subject: Re: [PATCH] powerpc/spufs: add CONFIG_COREDUMP dependency Message-Id: <159490400659.3805857.11376912001537489857.b4-ty@ellerman.id.au> Date: Thu, 16 Jul 2020 22:55:42 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Jul 2020 15:22:46 +0200, Arnd Bergmann wrote: > The kernel test robot pointed out a slightly different error message > after recent commit 5456ffdee666 ("powerpc/spufs: simplify spufs core > dumping") to spufs for a configuration that never worked: > > powerpc64-linux-ld: arch/powerpc/platforms/cell/spufs/file.o: in function `.spufs_proxydma_info_dump': > >> file.c:(.text+0x4c68): undefined reference to `.dump_emit' > powerpc64-linux-ld: arch/powerpc/platforms/cell/spufs/file.o: in function `.spufs_dma_info_dump': > file.c:(.text+0x4d70): undefined reference to `.dump_emit' > powerpc64-linux-ld: arch/powerpc/platforms/cell/spufs/file.o: in function `.spufs_wbox_info_dump': > file.c:(.text+0x4df4): undefined reference to `.dump_emit' > > [...] Applied to powerpc/next. [1/1] powerpc/spufs: add CONFIG_COREDUMP dependency https://git.kernel.org/powerpc/c/b648a5132ca3237a0f1ce5d871fff342b0efcf8a cheers