From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 59E3F78F4F for ; Sun, 21 Dec 2025 22:05:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.20 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766354721; cv=none; b=i6HmgvgRhGYjYKo0HpmA1d3GgcB59A1Zou+UfFEQowTSAiDhQfwf2fh9lK6UoesI7HPRXUOWwKb4TQ8A5IaPmov72cHItyxulQEwIY5KaiEG0sX1iQPmwWltKqCVR8kslV4BpS8iPYBCdhtVEQxm1LEFpB+oOEkNafhdCj69IsI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766354721; c=relaxed/simple; bh=PfQczwwXfMwazzAsoi+yBU2MNeNR6M8DPtWttCCbZak=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WtPXwLkMJab6YlR4a0WMN7Y3s5QC8EHmLE2LUUH6lapcOVpGo18UkMXYB9XDnhhPHJXC+z5NZDzz/tcr3YDuCfS80mFpPJTMx1pBjyKml3KhCt8ryiOVzu8GMjgE7QgJ2sU5NuksTKkPdyPt5Rxb2ZUf2JI/JGYEj3v9Vtkm3UI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=NQ6FvRtY; arc=none smtp.client-ip=198.175.65.20 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="NQ6FvRtY" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1766354721; x=1797890721; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=PfQczwwXfMwazzAsoi+yBU2MNeNR6M8DPtWttCCbZak=; b=NQ6FvRtY/RipDa7+rYEYsTZiB3KnbTM56UbCdFu9ZCtdTI/tbEl71/nf mdD7CFfk5wSyYkfZnw+yGoPIg/KU0klUJPoP+36L94BudPSXpV/hBITOH nrvkRGtnGKveSXHRP3iJmdb5L3lErFb2ujnEbSjXcdIIA4x5e4vrC+Gop 3nxEWVcCtN/TFrcBRuuYQvw3/FZJTxstXgCsZrzghmSukQR+CRTO89ofw wjK0jCeLiPeJID+FsM8S38wkoH919mWJXZgZ9b1DtBLmr09+7DOjVIzoo lT17YWR2tSylFaQUcYG9wJ1Y0RdQVllfN3ih69GzpLOCzPy+Kb2DAy745 w==; X-CSE-ConnectionGUID: 8FaS9WIMSrWXigkRMoLPWQ== X-CSE-MsgGUID: Gx3171fXQnCSDJ01xhdVMg== X-IronPort-AV: E=McAfee;i="6800,10657,11649"; a="67973890" X-IronPort-AV: E=Sophos;i="6.21,166,1763452800"; d="scan'208";a="67973890" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2025 14:05:20 -0800 X-CSE-ConnectionGUID: hVP3UqD3SyioJEOFWAonqQ== X-CSE-MsgGUID: Ri6RMMUjS0Ow55Z9BHMCfA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,166,1763452800"; d="scan'208";a="236790262" Received: from lkp-server01.sh.intel.com (HELO 0713df988ca2) ([10.239.97.150]) by orviesa001.jf.intel.com with ESMTP; 21 Dec 2025 14:05:17 -0800 Received: from kbuild by 0713df988ca2 with local (Exim 4.98.2) (envelope-from ) id 1vXRYA-000000000E9-3plt; Sun, 21 Dec 2025 22:05:14 +0000 Date: Mon, 22 Dec 2025 06:04:51 +0800 From: kernel test robot To: Abhishek Rajput , Chun-Kuang Hu , Philipp Zabel , David Airlie , Simona Vetter , Matthias Brugger , AngeloGioacchino Del Regno Cc: oe-kbuild-all@lists.linux.dev, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, abhiraj21put@gmail.com Subject: Re: [PATCH] drm/mediatek: Convert legacy DRM logging to drm_* helpers in mtk_crtc.c Message-ID: <202512220515.z3QybJ8I-lkp@intel.com> References: <20251217070303.689913-1-abhiraj21put@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251217070303.689913-1-abhiraj21put@gmail.com> Hi Abhishek, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on pza/reset/next linus/master v6.19-rc1 next-20251219] [cannot apply to pza/imx-drm/next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Abhishek-Rajput/drm-mediatek-Convert-legacy-DRM-logging-to-drm_-helpers-in-mtk_crtc-c/20251217-150453 base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next patch link: https://lore.kernel.org/r/20251217070303.689913-1-abhiraj21put%40gmail.com patch subject: [PATCH] drm/mediatek: Convert legacy DRM logging to drm_* helpers in mtk_crtc.c config: loongarch-randconfig-r062-20251218 (https://download.01.org/0day-ci/archive/20251222/202512220515.z3QybJ8I-lkp@intel.com/config) compiler: loongarch64-linux-gcc (GCC) 12.5.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251222/202512220515.z3QybJ8I-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202512220515.z3QybJ8I-lkp@intel.com/ All warnings (new ones prefixed by >>): In file included from include/linux/lockdep.h:15, from include/linux/mutex.h:17, from include/linux/notifier.h:14, from include/linux/clk.h:14, from drivers/gpu/drm/mediatek/mtk_crtc.c:6: arch/loongarch/include/asm/percpu.h:20:4: error: #error compiler support for the model attribute is necessary when a recent assembler is used 20 | # error compiler support for the model attribute is necessary when a recent assembler is used | ^~~~~ drivers/gpu/drm/mediatek/mtk_crtc.c: In function 'mtk_crtc_ddp_irq': >> drivers/gpu/drm/mediatek/mtk_crtc.c:651:28: warning: unused variable 'dev' [-Wunused-variable] 651 | struct drm_device *dev = mtk_crtc->base.dev; | ^~~ vim +/dev +651 drivers/gpu/drm/mediatek/mtk_crtc.c 645 646 static void mtk_crtc_ddp_irq(void *data) 647 { 648 struct drm_crtc *crtc = data; 649 struct mtk_crtc *mtk_crtc = to_mtk_crtc(crtc); 650 struct mtk_drm_private *priv = crtc->dev->dev_private; > 651 struct drm_device *dev = mtk_crtc->base.dev; 652 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki