From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) (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 213B345D910; Mon, 14 Sep 2026 12:04:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789387448; cv=none; b=gc5jypOzeb16ZS3hT/eBXAdZOv1RMu60mgG5Rqoc0nVYFJgaqW04HAd1VroUiwSoobmPBMiSWz+ALQ0s0aaej01NFZ39zaoNsy3cOhU0pZKBR8fjZh+5MGs5VsrQpqeZVKCH0HVkvh7kG8PbfbGPv+qJGwYxGj7FRovhgER1BaI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789387448; c=relaxed/simple; bh=RwEZhfMJP7L6Q0UDZRqChxPxeZtWRLjjgHga4wyLG+U=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=L/JqhcdGBV8tNiHBr64eI8IHNeIRQ+VuvPx4VTD77EFcrhE4ivLBVOb8qQa1j3HRaFs2GRifI2FF0kAkmzgQ+dn/3dJihdtGeLir4WzyKsSkh+ri5xw93kbUsgL5aw3QxoUwYAEeJQRKqWcufYKKO4OYYmArZLHSUY4Z1GDoU7o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=gCsAFcR0; arc=none smtp.client-ip=198.175.65.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.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="gCsAFcR0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1789387446; x=1820923446; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=RwEZhfMJP7L6Q0UDZRqChxPxeZtWRLjjgHga4wyLG+U=; b=gCsAFcR0CPZkKCq2CZqPTWbYBOuU2HzZ2NpCCY2l6z80hS7W9jRJWLfm D4GzmbyzTHb+rQsjq309oZKFcrtvRJGR9X9JUeBsjCwKM4RiJ0y/nc6Sb S4mqHULrIuMh1pxQR6vo8Lld90wxMICNC0cEdbVkAdoIePDfGB8/TEPPp H0CTqyqX98iiJE63i0Qq4BKHWdxUds9W6pxzM7e1C3CWiNAy8DiFYNQQo CmTmadPqbI0ArJw6bXLFEn57vTe7Qjdx53No9gofHZ/kMk654Z+IfxBFe +4ZDqa05Ot3ouU+JT6t/e0IJ0TCqTOqBNw25xKlWwpHCROPG0Yt0JtHNT A==; X-CSE-ConnectionGUID: Ladvqn86Sbu6MGeuGui9rA== X-CSE-MsgGUID: W4Ngqh+2Q+GZ+wnIwN4BaA== X-IronPort-AV: E=McAfee;i="6800,10657,11904"; a="89763224" X-IronPort-AV: E=Sophos;i="6.27,102,1787036400"; d="scan'208";a="89763224" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2026 05:04:05 -0700 X-CSE-ConnectionGUID: h0RGzZDZSImuU1pjcvMo4g== X-CSE-MsgGUID: FzTGZXnSSpmvM9i3IXefpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.27,102,1787036400"; d="scan'208";a="274541772" Received: from klitkey1-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.245.96]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2026 05:03:58 -0700 From: Jani Nikula To: Petr Pavlu , Jens Axboe , Jakub Kicinski , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Rodrigo Vivi , Joonas Lahtinen , Tvrtko Ursulin , Matthew Brost , Thomas =?utf-8?Q?Hellstr=C3=B6m?= Cc: Simon Horman , David Airlie , Simona Vetter , Francois Dugast , Luis Chamberlain , Petr Pavlu , Daniel Gomez , Sami Tolvanen , Aaron Tomlin , linux-block@vger.kernel.org, netdev@vger.kernel.org, linux-api@vger.kernel.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/6] drm/i915: Include error-injection.h for ALLOW_ERROR_INJECTION() In-Reply-To: <20260911-module-include-error_injection-v1-4-5da895d8c84d@suse.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland References: <20260911-module-include-error_injection-v1-0-5da895d8c84d@suse.com> <20260911-module-include-error_injection-v1-4-5da895d8c84d@suse.com> Date: Mon, 14 Sep 2026 15:03:56 +0300 Message-ID: <2860c528b7ce0d596a24b05f0ae2b4a9f21be301@intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Fri, 11 Sep 2026, Petr Pavlu wrote: > Several drivers/gpu/drm/i915/*.c files use ALLOW_ERROR_INJECTION(), which > is defined in asm-generic/error-injection.h. They currently rely on this > header being included indirectly through linux/module.h -> > linux/error-injection.h. > > Add the missing includes in preparation for removing the > linux/error-injection.h include from linux/module.h. I guess merging all of this through one tree would speed things up for you. Acked-by: Jani Nikula for merging via whichever tree you prefer. However, please let me know if you do want this merged through drm-intel. Thanks for doing this. BR, Jani. -- Jani Nikula, Intel