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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A9567C4829B for ; Mon, 12 Feb 2024 13:10:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F1EE310E72E; Mon, 12 Feb 2024 13:10:00 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="SD7O2Yv0"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id 093CE10E72E; Mon, 12 Feb 2024 13:09:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1707743398; x=1739279398; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=Wz8lmJrhPbGk6Ex3bZLvYi7zbdejWd4g60mupDQBJGI=; b=SD7O2Yv06QEcTHYBEOXK1qCkpt3vOCSBdTzZOOKQUIEMQfqN7hxA+8wH NsrjytafXSIbaZQM6hcrw25xZIE0RU22BJu2qvwFAnYbNJCu6ttIwVMny UZgYbugXtmh4b2TGmBag3aFzKAdcFAWbnd5y5YTPysXcyYkdIEl2nJdCJ Bso7pxIy6WsgxffqFS0UzHEgSYD0Z+vyvpqNp2Uh2w11n9xyJdTrgdYTe 3nJEfZP0R3goao5wD1qWl4Rq0LQKSIzuiYH2YZLCgj+NwbXIyUC1RsQS/ NP41LaEdisEN3D1OIfheJE3Gk3XReJ8uCPF7RY5/1u/Y00/OVxUmFWxXG g==; X-IronPort-AV: E=McAfee;i="6600,9927,10981"; a="1840460" X-IronPort-AV: E=Sophos;i="6.06,263,1705392000"; d="scan'208";a="1840460" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Feb 2024 05:09:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,263,1705392000"; d="scan'208";a="2977475" Received: from belyakov-mobl.ccr.corp.intel.com (HELO localhost) ([10.252.63.91]) by orviesa008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Feb 2024 05:09:55 -0800 From: Jani Nikula To: Stephen Rothwell , Daniel Vetter Cc: Dave Airlie , Intel Graphics , DRI , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the drm-misc tree In-Reply-To: <87le7q9hb9.fsf@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20240212122652.0961dc7c@canb.auug.org.au> <87le7q9hb9.fsf@intel.com> Date: Mon, 12 Feb 2024 15:09:51 +0200 Message-ID: <871q9hakww.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, 12 Feb 2024, Jani Nikula wrote: > On Mon, 12 Feb 2024, Stephen Rothwell wrote: >> Hi all, >> >> After merging the drm-misc tree, today's linux-next build (x86_64 >> allmodconfig) failed like this: >> >> drivers/gpu/drm/tests/drm_mm_test.c: In function 'drm_test_mm_debug': >> drivers/gpu/drm/tests/drm_mm_test.c:191:32: error: implicit declaration of function 'drm_debug_printer'; did you mean 'drm_dbg_printer'? [-Werror=implicit-function-declaration] >> 191 | struct drm_printer p = drm_debug_printer(test->name); >> | ^~~~~~~~~~~~~~~~~ >> | drm_dbg_printer >> drivers/gpu/drm/tests/drm_mm_test.c:191:32: error: invalid initializer >> cc1: all warnings being treated as errors >> >> Caused by commit >> >> e154c4fc7bf2 ("drm: remove drm_debug_printer in favor of drm_dbg_printer") >> >> I have used the drm-misc tree from next-20240209 for today. > > Fix at [1]. Commit 826eafebf68b ("drm/tests: mm: Convert to drm_dbg_printer") in drm-misc-next. > > BR, > Jani. > > > [1] https://lore.kernel.org/r/20240209140818.106685-1-michal.winiarski@intel.com -- Jani Nikula, Intel