From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) (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 DD2AD5E062 for ; Wed, 28 Feb 2024 19:44:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709149451; cv=none; b=b+UXvyaCTFTEA7yRvkraV9Oj5X9F1pfb8Blmi5dBJKM8hJwLGH30Rbk2zpTxMMQVOiCAj7cNF25HE4VPny3YOz/q24U5bcD4BWfHMlFkozDtSbnAuLwmgA2rfl4VeioVRpiVqzJs/ybS+Aw+jCu17D4MMMUdEcgowMdocoC9RoI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709149451; c=relaxed/simple; bh=V0ilXmhRKxli9jjfPc07HZw+QOYaraP3+0PgQZD1VWc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Ct24DUq1Ko2Wtb9ELmIFvQPR6ReE0Nrj8O7uvZ6lsgHxokCgvTcD4hOi+Lq0Pr4gpXqPrd4l5rpuIsYClT0HTdIEgmLJTqXaucunY6kQx/nqOpgiKKcY3YDggmY2HrPuzmBqVgN9+1GneqnK9KBXwEyU/2Mfc1wN23xYpVs/mck= 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=lErPlaJc; arc=none smtp.client-ip=192.198.163.11 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="lErPlaJc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709149450; x=1740685450; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=V0ilXmhRKxli9jjfPc07HZw+QOYaraP3+0PgQZD1VWc=; b=lErPlaJcaPgnuhAgCzPdqHdKiF0xncXldjv8qwR1unrCDL72PYpa17Dr zZ7OsZucQYZECKyLXTUA2XheKQvjnIfs+Y2SOWqOMYSm9vqQ+tbmMuZlF pv2er91q7WcatHcFyxHLsDf9SGrEc9WywCwagq/myHM94FNEso/dWkD4+ KPZL1A3fek5izm+UjIikfHOxbvBgt88de8EaULSnarybIa1uI/MR2Wfw2 sbCsTZsTTgF2bSDj+/38Bb2d0AIQUxxBwsIVvLihgSPiDN2ayVSqxGeQy al00KE9aZmDLSujnzMM1p82QcKW/he89/mWF8C3BcSh2ZcbUZC0RLDzh4 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10998"; a="14216819" X-IronPort-AV: E=Sophos;i="6.06,191,1705392000"; d="scan'208";a="14216819" Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2024 11:44:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,191,1705392000"; d="scan'208";a="7502494" Received: from lucas-s2600cw.jf.intel.com ([10.165.21.196]) by fmviesa010-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2024 11:44:07 -0800 From: Lucas De Marchi To: Oded Gabbay , =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= , Arnd Bergmann Cc: Lucas De Marchi , Arnd Bergmann , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Rodrigo Vivi , Matthew Brost , Jani Nikula , Matt Roper , intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] [v2] drm/xe/kunit: fix link failure with built-in xe Date: Wed, 28 Feb 2024 11:44:35 -0800 Message-ID: <170914939984.3691978.2185510121426316962.b4-ty@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240226124736.1272949-1-arnd@kernel.org> References: <20240226124736.1272949-1-arnd@kernel.org> 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="utf-8" Content-Transfer-Encoding: 8bit On Mon, 26 Feb 2024 13:46:36 +0100, Arnd Bergmann wrote: > When the driver is built-in but the tests are in loadable modules, > the helpers don't actually get put into the driver: > > ERROR: modpost: "xe_kunit_helper_alloc_xe_device" [drivers/gpu/drm/xe/tests/xe_test.ko] undefined! > > Change the Makefile to ensure they are always part of the driver > even when the rest of the kunit tests are in loadable modules. > > [...] All 3 patches applied to drm-xe-next. Thanks! [1/3] drm/xe/kunit: fix link failure with built-in xe commit: 0e6fec6da25167a568fbaeb8401d8172069124ad [2/3] drm/xe/mmio: fix build warning for BAR resize on 32-bit commit: f5d3983366c0b88ec388b3407b29c1c0862ee2b8 [3/3] drm/xe/xe2: fix 64-bit division in pte_update_size commit: 1408784b599927d2f361bac6dc5170d2ee275f17 Best regards, -- Lucas De Marchi