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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30737C433EF for ; Wed, 15 Jun 2022 18:17:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345717AbiFOSRu (ORCPT ); Wed, 15 Jun 2022 14:17:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241258AbiFOSRt (ORCPT ); Wed, 15 Jun 2022 14:17:49 -0400 Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 850AC13F40; Wed, 15 Jun 2022 11:17:48 -0700 (PDT) Received: by mail-oi1-x235.google.com with SMTP id i25so3527900oii.7; Wed, 15 Jun 2022 11:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VfW4+MFPGYeBUUr9P3m8Mr/ICDd1RbPLolMwpeyHPXw=; b=LLXs0L+hC2JKEo/iJb6wyEmAI4PvVxBlb4jdgsUbSFsLQyIxiT5rdaa7Or4WLWzzy6 oa/AQSOsQvMayo/+fttKFCsn0oIII9lUTBvF3K30555B1FJKxN2x0+G/IE3z0A55ET8J UaVLLh86CUGGDO0leJax6pH3QcjdR7xX+3hJBLHav2XAeKAVSwq1x59hmuuEYSZwcbbQ aebNjE0CfRLWa9VX7dqAiqTfPe5XXZGZ0pNRzjf0Gou7c6Rq730MSqmnT9+sl9aD5f6y yC9yAuZrxwm4V1BkSJxw+fq8GIgdoC3EfYRD5tZPkouZYpFI2wwiwiMkgGxRgygO26im pOWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VfW4+MFPGYeBUUr9P3m8Mr/ICDd1RbPLolMwpeyHPXw=; b=DH2HgkCeAbzmjsXCKBxmL/0iMaYO08wNUCNsSs51c3VDCD6tNQx7/UPUgnKGjWlKXg IEb3jKPzO0coXLSl7jR+yaSMj3UCswm0FOzHO9+QEstyXzd633SraiR41uRs/SpsdpTW E9UibThX56YZabjoJZcmkABW9eEB7w42sakU4SWxIKZao04jyjovkD9h+xxdChfc+d40 UZ+M+cIeAo/Cc0xltDG5fXDZuVqXfI3XjAScwoWhv4tpIrLingwsP26jiGEXyWX+mP+A MoHJ4A/hjfpxHLoHvS/ofXY7DYHf4U7amQF6vGgYw2oXwWKZh9dN0AZMnTkhO8eTEtcX +uVA== X-Gm-Message-State: AJIora90HSnv76B4pnpzPx/cJi8fJEOvbYVg7vo6vQ+v8dtAUlhxzcn2 pTBVWuR/a6ITdurONG8TBwGFv7kNhdIvzpiu5vg= X-Google-Smtp-Source: AGRyM1traN0gacOxob9SpEeyGEaRItKOhsSsdeU9jcXCJziZD7bVNJHk7waH6kB659qzEWw3GHyGSXrCQGdpzLdsPmU= X-Received: by 2002:a05:6808:23c6:b0:331:3ab2:6fb9 with SMTP id bq6-20020a05680823c600b003313ab26fb9mr436913oib.200.1655317067646; Wed, 15 Jun 2022 11:17:47 -0700 (PDT) MIME-Version: 1.0 References: <20220615143758.6139959f@canb.auug.org.au> In-Reply-To: <20220615143758.6139959f@canb.auug.org.au> From: Alex Deucher Date: Wed, 15 Jun 2022 14:17:36 -0400 Message-ID: Subject: Re: linux-next: build failure after merge of the amdgpu tree To: Stephen Rothwell Cc: Harry Wentland , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Jun 15, 2022 at 12:38 AM Stephen Rothwell wrote: > > Hi all, > > After merging the amdgpu tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:1835:13: error: 'remove_hpo_dp_link_enc_from_ctx' defined but not used [-Werror=unused-function] > 1835 | static void remove_hpo_dp_link_enc_from_ctx(struct resource_context *res_ctx, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > > Caused by commit > > 4e1db0119c64 ("Revert "drm/amdgpu/display: Protect some functions with CONFIG_DRM_AMD_DC_DCN"") > > That function is only used when CONFIG_DRM_AMD_DC_DCN is set. Sorry, I had the fix in my tree, but forgot to push it. It's there now. Alex > > I have reverted that commit for today. > > Could you please add an x86_64 allmodconfig build to your CI? > > -- > Cheers, > Stephen Rothwell