From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) (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 7E69E50EBE7; Thu, 17 Sep 2026 13:57:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789653477; cv=none; b=RqmrBDdsMLNJCEipUovKoHIwmPsnr7PWG0JOx7H8jNzxNotmwS6pohc25anZbrSCSB7L91rKzC+AsyIa7V0s3sAr+pYRMl2TZxOgKZEJfiOrpmUtqAN/gKdtARPhJVMCHceFh6Wz77fnim79gHod4nuoCSawnXDbocST46Pkq2w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789653477; c=relaxed/simple; bh=mx3gficTDYddR9ZowafVEAXBGtTvRLt8DqNH3hi4f/M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eZIcs/wqG6O3YSoHdAlQNq/yOKdOkryRjCMk1Mivl0xQ+uVUj0HxWeZVyBlC2OnTbljFx2pkrD2Ex6wNoFJNt36y1U6hKgwePTu+Tamue+YPxsD6vxeP5Z5RNAwIS74yPPsDqYgQ3NWczdN1LKUD0gXjdm8CBl1tRlcmlLjxl/A= 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=AefP0ZTX; arc=none smtp.client-ip=192.198.163.18 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="AefP0ZTX" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1789653475; x=1821189475; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=mx3gficTDYddR9ZowafVEAXBGtTvRLt8DqNH3hi4f/M=; b=AefP0ZTXmECvDRWCbNeImTZ5cBpqDhe/QUy0xGyE+FwtlDbMpGTfJVK4 tOYJFQtoWuaH6E/ovBTuwnX/E8+Kt6uftaa23CiwpHmKzF7v1/N3U1/ww ectzYspwQO/SQQjO3i/bl5BkQtd8XuEEWYiTMGV1ADI8+slFi/7ppdDoS oOLVX75U2xYS9fUTwq1eFd+RHJRk/PfMzsKIl6vgz5g6iPCH8YCmPbQRK b/GWOuz64/BPdcljRN+Hp+RfzaA5Dc6ro7ghWGVENrZUz6hXhqeE9oLyJ F/EbfOgOg4fEuDNC4mom0VR7j9d4w8qMu/q6v37zU2A1cHS//L72PMEAB w==; X-CSE-ConnectionGUID: rBh2uWPXQX+I7iRfnSvI/w== X-CSE-MsgGUID: Daz85EjCQmmNqY/pumUq9Q== X-IronPort-AV: E=McAfee;i="6800,10657,11905"; a="89210053" X-IronPort-AV: E=Sophos;i="6.27,103,1787036400"; d="scan'208";a="89210053" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2026 06:57:54 -0700 X-CSE-ConnectionGUID: wEmSy5MOTBOitG1Ulztj4A== X-CSE-MsgGUID: cpUIdU5pSoivgcC8Aqz+hw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.27,103,1787036400"; d="scan'208";a="297299998" Received: from lkp-server01.sh.intel.com (HELO 462990a40a85) ([10.239.97.150]) by fmviesa002.fm.intel.com with ESMTP; 17 Sep 2026 06:57:51 -0700 Received: from kbuild by 462990a40a85 with local (Exim 4.98.2) (envelope-from ) id 1x7CcW-000000007vt-2BMc; Thu, 17 Sep 2026 13:57:48 +0000 Date: Thu, 17 Sep 2026 21:57:42 +0800 From: kernel test robot To: Wentao Liang , airlied@gmail.com Cc: oe-kbuild-all@lists.linux.dev, dri-devel@lists.freedesktop.org, jernej.skrabec@gmail.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, maarten.lankhorst@linux.intel.com, mripard@kernel.org, samuel@sholland.org, simona@ffwll.ch, tzimmermann@suse.de, wens@kernel.org, Wentao Liang , stable@vger.kernel.org Subject: Re: [PATCH] drm/sun4i: Fix pdev reference leak in sun8i_r40_tcon_tv_set_mux() Message-ID: <202609172103.AfhCF3XZ-lkp@intel.com> References: <20260916182412.2091681-1-vulab@iscas.ac.cn> 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: <20260916182412.2091681-1-vulab@iscas.ac.cn> Hi Wentao, kernel test robot noticed the following build errors: [auto build test ERROR on sunxi/sunxi/for-next] [also build test ERROR on daeinki-drm-exynos/exynos-drm-next drm/drm-next drm-i915/for-linux-next drm-i915/for-linux-next-fixes drm-misc/drm-misc-next drm-tip/drm-tip linus/master v7.3-rc3 next-20260916] [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/Wentao-Liang/drm-sun4i-Fix-pdev-reference-leak-in-sun8i_r40_tcon_tv_set_mux/20260916-182412 base: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi/for-next patch link: https://lore.kernel.org/r/20260916182412.2091681-1-vulab%40iscas.ac.cn patch subject: [PATCH] drm/sun4i: Fix pdev reference leak in sun8i_r40_tcon_tv_set_mux() config: alpha-randconfig-r1306-20260917 (https://download.01.org/0day-ci/archive/20260917/202609172103.AfhCF3XZ-lkp@intel.com/config) compiler: alpha-linux-gcc (GCC) 15.2.0 sparse: v0.6.5-rc1 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260917/202609172103.AfhCF3XZ-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/202609172103.AfhCF3XZ-lkp@intel.com/ All errors (new ones prefixed by >>): drivers/gpu/drm/sun4i/sun4i_tcon.c: In function 'sun4i_tcon_init_clocks': >> drivers/gpu/drm/sun4i/sun4i_tcon.c:811:21: error: 'pdev' undeclared (first use in this function); did you mean 'dev'? 811 | put_device(&pdev->dev); | ^~~~ | dev drivers/gpu/drm/sun4i/sun4i_tcon.c:811:21: note: each undeclared identifier is reported only once for each function it appears in vim +811 drivers/gpu/drm/sun4i/sun4i_tcon.c 785 786 static int sun4i_tcon_init_clocks(struct device *dev, 787 struct sun4i_tcon *tcon) 788 { 789 tcon->clk = devm_clk_get_enabled(dev, "ahb"); 790 if (IS_ERR(tcon->clk)) { 791 dev_err(dev, "Couldn't get the TCON bus clock\n"); 792 return PTR_ERR(tcon->clk); 793 } 794 795 if (tcon->quirks->has_channel_0) { 796 tcon->sclk0 = devm_clk_get_enabled(dev, "tcon-ch0"); 797 if (IS_ERR(tcon->sclk0)) { 798 dev_err(dev, "Couldn't get the TCON channel 0 clock\n"); 799 return PTR_ERR(tcon->sclk0); 800 } 801 } 802 803 if (tcon->quirks->has_channel_1) { 804 tcon->sclk1 = devm_clk_get(dev, "tcon-ch1"); 805 if (IS_ERR(tcon->sclk1)) { 806 dev_err(dev, "Couldn't get the TCON channel 1 clock\n"); 807 return PTR_ERR(tcon->sclk1); 808 } 809 } 810 > 811 put_device(&pdev->dev); 812 813 return 0; 814 } 815 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki