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=-3.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 7F67DC433E0 for ; Wed, 20 Jan 2021 12:12:35 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 1675C22202 for ; Wed, 20 Jan 2021 12:12:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1675C22202 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 702126E17F; Wed, 20 Jan 2021 12:12:34 +0000 (UTC) Received: from mail-ot1-x333.google.com (mail-ot1-x333.google.com [IPv6:2607:f8b0:4864:20::333]) by gabe.freedesktop.org (Postfix) with ESMTPS id 562986E17F for ; Wed, 20 Jan 2021 12:12:33 +0000 (UTC) Received: by mail-ot1-x333.google.com with SMTP id i20so15343729otl.7 for ; Wed, 20 Jan 2021 04:12:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hD1HawmEClOJ27r0GX30v0QKKxXQVQE5i1tHxMOMmNc=; b=hKkZSQzL5sjvaAXJLUHwokzSagQnpFCjgMj5vVlXrvdtqgTy9PlGR/9lqEgREZXmAI 0VsETZV3ZG8TGD/aaAtcLyi8XSLYXIClLVbbDqMR4X23BKiHV/Ml9je7VHLhNUD7kNla Npw/zjpoBQOErQ0l0I7tZUPNpCssE85vRzn0U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hD1HawmEClOJ27r0GX30v0QKKxXQVQE5i1tHxMOMmNc=; b=Nc+VsoxI7nSdOLTpyM4ddmejnu5m+O6VWW0lPsW1Uxts/eGFjyAvsLwgsJ6XbQjarR FXmC2/7gzFhTaBagdwzE7LrIzhi0UIpGrssSKBxGzoiU6Xw/LwvJiFeqFcDyN1Br0TMU EecjzHjQ3CeAEQ+ZMBAOhJLjxAOFXHLAffm1SZFGNIF34YtyCdr7FanvMfTV81Yv3r0O 9vQQ1xrgokoclxsDtICHyTeW9zYnmovmKLkGklNq3WxASFGQIcTiM7vUWeN4sDhCxNfY CSvC3qLqAdBQluoljtt+RaXqj1P/G8pJT0WSnjPCBALREYqqUaxitmsV7+5f3skZFrQC +zfg== X-Gm-Message-State: AOAM5322n57QW/IBSzImI5YGabE4PS4uOByOfeVTQ1Ve6gse3n2TyLNQ uC9dw8wPA4O8TZ6gpaVmRfaXxgbUZvVemnLUdyvYhA== X-Google-Smtp-Source: ABdhPJxN4e7pxvgB00qQH6R3k3PZ5lVut4BMuNJQ+CqfUb/Pnb/8RPiMXbS8EeohqA1lQD/s2x0tfMsCwbDWW1uWq1I= X-Received: by 2002:a9d:ea6:: with SMTP id 35mr6742495otj.188.1611144752644; Wed, 20 Jan 2021 04:12:32 -0800 (PST) MIME-Version: 1.0 References: <20210108115518.2b3fdf58@canb.auug.org.au> <20210108122540.657501b2@canb.auug.org.au> <20210111105654.17e3aa76@canb.auug.org.au> <20210118115924.6ee14fd3@canb.auug.org.au> In-Reply-To: From: Daniel Vetter Date: Wed, 20 Jan 2021 13:12:21 +0100 Message-ID: To: Dave Airlie Subject: Re: [Intel-gfx] linux-next: build failure after merge of the drm tree X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stephen Rothwell , Dave Airlie , Intel Graphics , Sebastian Reichel , Linux Kernel Mailing List , Linux Next Mailing List , Tomi Valkeinen , DRI Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Jan 18, 2021 at 2:06 AM Dave Airlie wrote: > > On Mon, 18 Jan 2021 at 10:59, Stephen Rothwell wrote: > > > > Hi all, > > > > On Mon, 11 Jan 2021 10:56:54 +1100 Stephen Rothwell wrote: > > > > > > On Fri, 8 Jan 2021 12:25:40 +1100 Stephen Rothwell wrote: > > > > > > > > On Fri, 8 Jan 2021 11:55:18 +1100 Stephen Rothwell wrote: > > > > > > > > > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > > > > > failed like this: > > > > > > > > > > error: the following would cause module name conflict: > > > > > drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.ko > > > > > drivers/gpu/drm/panel/panel-dsi-cm.ko > > > > > > > > > > Maybe caused by commit > > > > > > > > > > cf64148abcfd ("drm/panel: Move OMAP's DSI command mode panel driver") > > > > > > > > > > I have used the drm tree from next-20210107 for today. > > > > > > > > This has affected the drm-misc tree as well (since it merged in the drm > > > > tree). > > > > > > > > I have used the drm-misc tree from next-20210107 for today. > > > > > > And now the drm-intel tree. > > > > > > I have used the drm-intel tree from next-20210108 for today. > > > > This is still affecting the drm and drm-intel trees. > > I think the fix for this is in drm-misc-next, Maarten can you send me > a -next PR to fix this? I've pulled drm-misc-next into drm-next now, so as long as all other drm trees are merged after drm, this should be solved now. drm-intel-next also has their msm build breakage fixed (I acked the patch already), so hopefully we should be all clean again. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx