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 4DE9FC433EF for ; Fri, 17 Dec 2021 12:15:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 38E9510EBEB; Fri, 17 Dec 2021 12:15:16 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0D6C310EBEB; Fri, 17 Dec 2021 12:15:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639743315; x=1671279315; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=WaZLnIsliWvdIOqFBG7CzikYKTfNgwGDsX9roA6gPyA=; b=bn261p8QEY+QurzUjlC042t4ZguFNDJtlQDm8G1pjdK6d48QbuQpEoeb NdBWCbTe0soon+ezwlEp7/WDaKntUVxOsyjFQw42UXAoavGPXs5yBkHxH nGfP4IbWziqBdO0lQNiTm2FxtVlMU6fmxVS2m00UGv2Hiv/6yYV0To7LR 2Ex0xDevcYTJeVsxPwdunQLH3E3Q+1mpD47mLYP5o+fVEd06ToKfWhzDm fiEbVtWLw40odNb+z7evlVD8SZGpaG/yJvfCX8TnoV2CyTKKS3E9m86pI jmtC3j8ctJkqJ+Eunv9kpscPoC01yxi2opfZcy8MpbCNlhcfVbsOuM6cC g==; X-IronPort-AV: E=McAfee;i="6200,9189,10200"; a="227029441" X-IronPort-AV: E=Sophos;i="5.88,213,1635231600"; d="scan'208";a="227029441" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Dec 2021 04:15:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,213,1635231600"; d="scan'208";a="506744738" Received: from lkp-server02.sh.intel.com (HELO 9f38c0981d9f) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 17 Dec 2021 04:15:12 -0800 Received: from kbuild by 9f38c0981d9f with local (Exim 4.92) (envelope-from ) id 1myC8l-0004iQ-G2; Fri, 17 Dec 2021 12:15:11 +0000 Date: Fri, 17 Dec 2021 20:14:50 +0800 From: kernel test robot To: Thomas =?iso-8859-1?Q?Hellstr=F6m?= , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH v2 6/7] drm/i915: Use vma resources for async unbinding Message-ID: <202112172015.HCePn2cg-lkp@intel.com> References: <20211217091929.105781-7-thomas.hellstrom@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211217091929.105781-7-thomas.hellstrom@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas =?iso-8859-1?Q?Hellstr=F6m?= , llvm@lists.linux.dev, kbuild-all@lists.01.org, matthew.auld@intel.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi "Thomas, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-tip/drm-tip] [also build test WARNING on next-20211216] [cannot apply to drm-exynos/exynos-drm-next drm/drm-next drm-intel/for-linux-next tegra-drm/drm/tegra/for-next airlied/drm-next v5.16-rc5] [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/Thomas-Hellstr-m/drm-i915-Asynchronous-vma-unbinding/20211217-172108 base: git://anongit.freedesktop.org/drm/drm-tip drm-tip config: i386-randconfig-r021-20211216 (https://download.01.org/0day-ci/archive/20211217/202112172015.HCePn2cg-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 9043c3d65b11b442226015acfbf8167684586cfa) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/45f1249183a30dea38defee195b33c7f6753d9f9 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Thomas-Hellstr-m/drm-i915-Asynchronous-vma-unbinding/20211217-172108 git checkout 45f1249183a30dea38defee195b33c7f6753d9f9 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/i915_vma_resource.c:379:39: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] pr_err("vma resource size is %lu\n", sizeof(struct i915_vma_resource)); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %u include/linux/printk.h:493:33: note: expanded from macro 'pr_err' printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ include/linux/printk.h:450:60: note: expanded from macro 'printk' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ include/linux/printk.h:422:19: note: expanded from macro 'printk_index_wrap' _p_func(_fmt, ##__VA_ARGS__); \ ~~~~ ^~~~~~~~~~~ 1 warning generated. vim +379 drivers/gpu/drm/i915/i915_vma_resource.c 376 377 int __init i915_vma_resource_module_init(void) 378 { > 379 pr_err("vma resource size is %lu\n", sizeof(struct i915_vma_resource)); --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.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 ECC502C9C for ; Fri, 17 Dec 2021 12:15:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639743314; x=1671279314; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=WaZLnIsliWvdIOqFBG7CzikYKTfNgwGDsX9roA6gPyA=; b=gnoLcCV8QD/+FUN/YLQet0+5ZtLkuUll8i4BNYnx4IgXc6vwWeeV6VEY ADxXf+x3Uc26P1XPbrBt318oLZvg45sblmjip5oYeYF4kuTKhx4uooXIC ZRq7/o49gqz4ro1+TQux2xk+RbR1csYqldYAF17W8Y1EjaLAS3sc11o7v +OjF6W778pZY+dir6TBdnfIpGH6qxICmjqNcpkxVadymTODsb91+fkM/h YeBTInRd7tVvaXfoSAFAIbZQWRbBw8KTEnFj3tOiNvAHqXJpwzRKaguoA pF0h+wrNcIfthYpzg1hmCwOJGkfO5xB6sewAV46cFwWvTlCMmSj9P03BJ A==; X-IronPort-AV: E=McAfee;i="6200,9189,10200"; a="227029442" X-IronPort-AV: E=Sophos;i="5.88,213,1635231600"; d="scan'208";a="227029442" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Dec 2021 04:15:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,213,1635231600"; d="scan'208";a="506744738" Received: from lkp-server02.sh.intel.com (HELO 9f38c0981d9f) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 17 Dec 2021 04:15:12 -0800 Received: from kbuild by 9f38c0981d9f with local (Exim 4.92) (envelope-from ) id 1myC8l-0004iQ-G2; Fri, 17 Dec 2021 12:15:11 +0000 Date: Fri, 17 Dec 2021 20:14:50 +0800 From: kernel test robot To: Thomas =?iso-8859-1?Q?Hellstr=F6m?= , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Thomas =?iso-8859-1?Q?Hellstr=F6m?= , matthew.auld@intel.com Subject: Re: [Intel-gfx] [PATCH v2 6/7] drm/i915: Use vma resources for async unbinding Message-ID: <202112172015.HCePn2cg-lkp@intel.com> References: <20211217091929.105781-7-thomas.hellstrom@linux.intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211217091929.105781-7-thomas.hellstrom@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Hi "Thomas, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-tip/drm-tip] [also build test WARNING on next-20211216] [cannot apply to drm-exynos/exynos-drm-next drm/drm-next drm-intel/for-linux-next tegra-drm/drm/tegra/for-next airlied/drm-next v5.16-rc5] [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/Thomas-Hellstr-m/drm-i915-Asynchronous-vma-unbinding/20211217-172108 base: git://anongit.freedesktop.org/drm/drm-tip drm-tip config: i386-randconfig-r021-20211216 (https://download.01.org/0day-ci/archive/20211217/202112172015.HCePn2cg-lkp@intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 9043c3d65b11b442226015acfbf8167684586cfa) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/45f1249183a30dea38defee195b33c7f6753d9f9 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Thomas-Hellstr-m/drm-i915-Asynchronous-vma-unbinding/20211217-172108 git checkout 45f1249183a30dea38defee195b33c7f6753d9f9 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/i915_vma_resource.c:379:39: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] pr_err("vma resource size is %lu\n", sizeof(struct i915_vma_resource)); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %u include/linux/printk.h:493:33: note: expanded from macro 'pr_err' printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ include/linux/printk.h:450:60: note: expanded from macro 'printk' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ include/linux/printk.h:422:19: note: expanded from macro 'printk_index_wrap' _p_func(_fmt, ##__VA_ARGS__); \ ~~~~ ^~~~~~~~~~~ 1 warning generated. vim +379 drivers/gpu/drm/i915/i915_vma_resource.c 376 377 int __init i915_vma_resource_module_init(void) 378 { > 379 pr_err("vma resource size is %lu\n", sizeof(struct i915_vma_resource)); --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2302029445523712978==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [Intel-gfx] [PATCH v2 6/7] drm/i915: Use vma resources for async unbinding Date: Fri, 17 Dec 2021 20:14:50 +0800 Message-ID: <202112172015.HCePn2cg-lkp@intel.com> In-Reply-To: <20211217091929.105781-7-thomas.hellstrom@linux.intel.com> List-Id: --===============2302029445523712978== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi "Thomas, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-tip/drm-tip] [also build test WARNING on next-20211216] [cannot apply to drm-exynos/exynos-drm-next drm/drm-next drm-intel/for-linu= x-next tegra-drm/drm/tegra/for-next airlied/drm-next v5.16-rc5] [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/Thomas-Hellstr-m/drm-i915-= Asynchronous-vma-unbinding/20211217-172108 base: git://anongit.freedesktop.org/drm/drm-tip drm-tip config: i386-randconfig-r021-20211216 (https://download.01.org/0day-ci/arch= ive/20211217/202112172015.HCePn2cg-lkp(a)intel.com/config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 9043c3= d65b11b442226015acfbf8167684586cfa) reproduce (this is a W=3D1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/45f1249183a30dea38defee19= 5b33c7f6753d9f9 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Thomas-Hellstr-m/drm-i915-Asynchro= nous-vma-unbinding/20211217-172108 git checkout 45f1249183a30dea38defee195b33c7f6753d9f9 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dclang make.cross W=3D= 1 O=3Dbuild_dir ARCH=3Di386 SHELL=3D/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/i915_vma_resource.c:379:39: warning: format specifi= es type 'unsigned long' but the argument has type 'unsigned int' [-Wformat] pr_err("vma resource size is %lu\n", sizeof(struct i915_vma_reso= urce)); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~ %u include/linux/printk.h:493:33: note: expanded from macro 'pr_err' printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ include/linux/printk.h:450:60: note: expanded from macro 'printk' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ~~~ ^~~~~~~~~~~ include/linux/printk.h:422:19: note: expanded from macro 'printk_index_w= rap' _p_func(_fmt, ##__VA_ARGS__); \ ~~~~ ^~~~~~~~~~~ 1 warning generated. vim +379 drivers/gpu/drm/i915/i915_vma_resource.c 376 = 377 int __init i915_vma_resource_module_init(void) 378 { > 379 pr_err("vma resource size is %lu\n", sizeof(struct i915_vma_resourc= e)); --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============2302029445523712978==--