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 C93E1F55137 for ; Sun, 8 Mar 2026 10:11:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 95C7610E0FE; Sun, 8 Mar 2026 10:11:10 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="jm+8Zf+/"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5E50410E0FE; Sun, 8 Mar 2026 10:11:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772964668; x=1804500668; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=e7VQSTQMtLAY116kGpVCvwpkviv2oXrPqJ9NjU7r+sg=; b=jm+8Zf+/baPy7ft2F0Vo7D06JypLZ5IpwN5V8nDQpAxMR1ON9bKq+GAK vAwVhH13tYv5ntrqKlEhQeceGhQWi45yiIWb7G2MV4eILB4IWbUv/P6zw J9bX/e6bqcnX74j/HEK4hbFOLsQS9YHBFElnzRiH9M/lp2MAK0vT+bA82 ccHJz0Z/fMrCZXnAzN0MP7tCxyYj1448zJ9VwpZJhfCnoPW3qWNOWKG6u WezK14vaeFq6uMkmumKmHYdPocD2Qys2dRk5krweU6ICpBuVkOnnZ9LRu 8tY2TuOxeSHpcmfcZVyWKU+dBX2wih7ba854z6g+04iMQ6abSkbUuJDKy g==; X-CSE-ConnectionGUID: g5oCWI0dSXaN3kPb7DAc9A== X-CSE-MsgGUID: O9kJm/vTQ4etIBcG8YAAbg== X-IronPort-AV: E=McAfee;i="6800,10657,11722"; a="74086084" X-IronPort-AV: E=Sophos;i="6.23,108,1770624000"; d="scan'208";a="74086084" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2026 03:11:05 -0700 X-CSE-ConnectionGUID: KcTc1s/DREKLcWZRphkk/A== X-CSE-MsgGUID: poFTVjzPQcyjufj83ZmODA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,108,1770624000"; d="scan'208";a="223572702" Received: from lkp-server01.sh.intel.com (HELO 058beb05654c) ([10.239.97.150]) by orviesa003.jf.intel.com with ESMTP; 08 Mar 2026 03:11:02 -0700 Received: from kbuild by 058beb05654c with local (Exim 4.98.2) (envelope-from ) id 1vzB6A-0000000031R-3zWf; Sun, 08 Mar 2026 10:10:58 +0000 Date: Sun, 8 Mar 2026 18:10:53 +0800 From: kernel test robot To: Tvrtko Ursulin , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, kernel-dev@igalia.com, intel-xe@lists.freedesktop.org, Danilo Krummrich , Philipp Stanner , Tvrtko Ursulin , Christian =?iso-8859-1?Q?K=F6nig?= , Matthew Brost , Pierre-Eric Pelloux-Prayer Subject: Re: [PATCH v7 04/29] drm/sched: Add some scheduling quality unit tests Message-ID: <202603081744.gNhsEN20-lkp@intel.com> References: <20260306163445.97243-5-tvrtko.ursulin@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260306163445.97243-5-tvrtko.ursulin@igalia.com> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Tvrtko, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on drm-xe/drm-xe-next daeinki-drm-exynos/exynos-drm-next drm/drm-next drm-i915/for-linux-next drm-i915/for-linux-next-fixes drm-tip/drm-tip linus/master v7.0-rc2 next-20260306] [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/Tvrtko-Ursulin/drm-sched-Disallow-initializing-entities-with-no-schedulers/20260307-012142 base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next patch link: https://lore.kernel.org/r/20260306163445.97243-5-tvrtko.ursulin%40igalia.com patch subject: [PATCH v7 04/29] drm/sched: Add some scheduling quality unit tests config: riscv-allyesconfig (https://download.01.org/0day-ci/archive/20260308/202603081744.gNhsEN20-lkp@intel.com/config) compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260308/202603081744.gNhsEN20-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/202603081744.gNhsEN20-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/scheduler/tests/tests_scheduler.c:676:10: error: initializer element is not a compile-time constant drm_sched_scheduler_two_clients_attr), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/kunit/test.h:224:13: note: expanded from macro 'KUNIT_CASE_PARAM_ATTR' .attr = attributes, .module_name = KBUILD_MODNAME} ^~~~~~~~~~ 1 error generated. vim +676 drivers/gpu/drm/scheduler/tests/tests_scheduler.c 672 673 static struct kunit_case drm_sched_scheduler_two_clients_tests[] = { 674 KUNIT_CASE_PARAM_ATTR(drm_sched_scheduler_two_clients_test, 675 drm_sched_scheduler_two_clients_gen_params, > 676 drm_sched_scheduler_two_clients_attr), 677 {} 678 }; 679 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki