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 484FDC433EF for ; Tue, 22 Feb 2022 01:24:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1C70C10E4D7; Tue, 22 Feb 2022 01:24:54 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1011E10E49F; Tue, 22 Feb 2022 01:24:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645493092; x=1677029092; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=E1JK6Bg0MDA4WbVGoRXJp1ks0ExQHd7+FMQPc6IIx4g=; b=HsyrgB5ujj+w+zwZnzqgz1fUm528QL5I+B0bRyQ1fsd2mvyWp0O+p0cP dLp9tCpeC/8+mCm8F8LfGDxg9Z0FRf6/P8azamRN1JqYXihSC+YdIn2oG UNtBEKF6HXvwdpUrJ71oGECx2av9ykk/3giARPptTHRxfzoGQPlzuhh6i KYbIagnn5ce20leRJgjZUCJ36AkVJum3XRWNbl5sH53xULem2dt3QS3wl zdKnBlgArKkPAklIuezN+K9h9F+1z8+9rDVI03K9NeOwo7/XoEDYQf7hX WX+cfgTDmKqHXtXB7S5ou6QmUz6BsNrG9A3iqbARErOO4Zj5IiwmcDyS9 A==; X-IronPort-AV: E=McAfee;i="6200,9189,10265"; a="250410322" X-IronPort-AV: E=Sophos;i="5.88,386,1635231600"; d="scan'208";a="250410322" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Feb 2022 17:24:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,386,1635231600"; d="scan'208";a="683339218" Received: from lkp-server01.sh.intel.com (HELO da3212ac2f54) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 21 Feb 2022 17:24:48 -0800 Received: from kbuild by da3212ac2f54 with local (Exim 4.92) (envelope-from ) id 1nMJv5-0002Be-DY; Tue, 22 Feb 2022 01:24:47 +0000 Date: Tue, 22 Feb 2022 09:23:51 +0800 From: kernel test robot To: Yongzhi Liu , jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com, tvrtko.ursulin@linux.intel.com, airlied@linux.ie, daniel@ffwll.ch, thomas.hellstrom@linux.intel.com, maarten.lankhorst@linux.intel.com, matthew.auld@intel.com, matthew.d.roper@intel.com, tzimmermann@suse.de, michal.winiarski@intel.com Message-ID: <202202220935.3r4emO4y-lkp@intel.com> References: <1645455221-38580-1-git-send-email-lyz_cs@pku.edu.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1645455221-38580-1-git-send-email-lyz_cs@pku.edu.cn> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [Intel-gfx] [PATCH] drm/i915: Check input parameter for NULL 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: intel-gfx@lists.freedesktop.org, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Yongzhi, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on v5.17-rc5 next-20220217] [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] url: https://github.com/0day-ci/linux/commits/Yongzhi-Liu/drm-i915-Check-input-parameter-for-NULL/20220221-225508 base: git://anongit.freedesktop.org/drm-intel for-linux-next config: i386-randconfig-a004-20220221 (https://download.01.org/0day-ci/archive/20220222/202202220935.3r4emO4y-lkp@intel.com/config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): # https://github.com/0day-ci/linux/commit/c54be425a38b3f4cb82c5badecf6b343f9e24a90 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Yongzhi-Liu/drm-i915-Check-input-parameter-for-NULL/20220221-225508 git checkout c54be425a38b3f4cb82c5badecf6b343f9e24a90 # save the config file to linux build tree mkdir build_dir make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/i915/gem/i915_gem_phys.c: In function 'i915_gem_object_put_pages_phys': >> drivers/gpu/drm/i915/gem/i915_gem_phys.c:100:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] 100 | dma_addr_t dma = sg_dma_address(pages->sgl); | ^~~~~~~~~~ cc1: all warnings being treated as errors vim +100 drivers/gpu/drm/i915/gem/i915_gem_phys.c f033428db28bdf Chris Wilson 2019-05-28 93 a61170975718d5 Maarten Lankhorst 2021-03-23 94 void f033428db28bdf Chris Wilson 2019-05-28 95 i915_gem_object_put_pages_phys(struct drm_i915_gem_object *obj, f033428db28bdf Chris Wilson 2019-05-28 96 struct sg_table *pages) f033428db28bdf Chris Wilson 2019-05-28 97 { c54be425a38b3f Yongzhi Liu 2022-02-21 98 if (!pages) c54be425a38b3f Yongzhi Liu 2022-02-21 99 return; c6790dc22312f5 Chris Wilson 2020-02-02 @100 dma_addr_t dma = sg_dma_address(pages->sgl); c6790dc22312f5 Chris Wilson 2020-02-02 101 void *vaddr = sg_page(pages->sgl); c6790dc22312f5 Chris Wilson 2020-02-02 102 f033428db28bdf Chris Wilson 2019-05-28 103 __i915_gem_object_release_shmem(obj, pages, false); f033428db28bdf Chris Wilson 2019-05-28 104 f033428db28bdf Chris Wilson 2019-05-28 105 if (obj->mm.dirty) { f033428db28bdf Chris Wilson 2019-05-28 106 struct address_space *mapping = obj->base.filp->f_mapping; c6790dc22312f5 Chris Wilson 2020-02-02 107 void *src = vaddr; f033428db28bdf Chris Wilson 2019-05-28 108 int i; f033428db28bdf Chris Wilson 2019-05-28 109 f033428db28bdf Chris Wilson 2019-05-28 110 for (i = 0; i < obj->base.size / PAGE_SIZE; i++) { f033428db28bdf Chris Wilson 2019-05-28 111 struct page *page; f033428db28bdf Chris Wilson 2019-05-28 112 char *dst; f033428db28bdf Chris Wilson 2019-05-28 113 f033428db28bdf Chris Wilson 2019-05-28 114 page = shmem_read_mapping_page(mapping, i); f033428db28bdf Chris Wilson 2019-05-28 115 if (IS_ERR(page)) f033428db28bdf Chris Wilson 2019-05-28 116 continue; f033428db28bdf Chris Wilson 2019-05-28 117 f033428db28bdf Chris Wilson 2019-05-28 118 dst = kmap_atomic(page); c6790dc22312f5 Chris Wilson 2020-02-02 119 drm_clflush_virt_range(src, PAGE_SIZE); c6790dc22312f5 Chris Wilson 2020-02-02 120 memcpy(dst, src, PAGE_SIZE); f033428db28bdf Chris Wilson 2019-05-28 121 kunmap_atomic(dst); f033428db28bdf Chris Wilson 2019-05-28 122 f033428db28bdf Chris Wilson 2019-05-28 123 set_page_dirty(page); f033428db28bdf Chris Wilson 2019-05-28 124 if (obj->mm.madv == I915_MADV_WILLNEED) f033428db28bdf Chris Wilson 2019-05-28 125 mark_page_accessed(page); f033428db28bdf Chris Wilson 2019-05-28 126 put_page(page); c6790dc22312f5 Chris Wilson 2020-02-02 127 c6790dc22312f5 Chris Wilson 2020-02-02 128 src += PAGE_SIZE; f033428db28bdf Chris Wilson 2019-05-28 129 } f033428db28bdf Chris Wilson 2019-05-28 130 obj->mm.dirty = false; f033428db28bdf Chris Wilson 2019-05-28 131 } f033428db28bdf Chris Wilson 2019-05-28 132 f033428db28bdf Chris Wilson 2019-05-28 133 sg_free_table(pages); f033428db28bdf Chris Wilson 2019-05-28 134 kfree(pages); f033428db28bdf Chris Wilson 2019-05-28 135 8ff5446a7ca47c Thomas Zimmermann 2021-01-28 136 dma_free_coherent(obj->base.dev->dev, c6790dc22312f5 Chris Wilson 2020-02-02 137 roundup_pow_of_two(obj->base.size), c6790dc22312f5 Chris Wilson 2020-02-02 138 vaddr, dma); f033428db28bdf Chris Wilson 2019-05-28 139 } f033428db28bdf Chris Wilson 2019-05-28 140 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org