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 7956DC369A2 for ; Mon, 7 Apr 2025 13:25:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4067910E453; Mon, 7 Apr 2025 13:25:58 +0000 (UTC) Received: from e6b6f09ec485 (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTPS id 473A310E457; Mon, 7 Apr 2025 13:25:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: =?utf-8?q?=E2=9C=93_CI=2Echeckpatch=3A_success_for_series_starting_with_=5Bi?= =?utf-8?q?-g-t=2C1/1=5D_drm/xe=3A_xe=5Fhw=5Fengine=5Fclass=3A_Add_fault_inj?= =?utf-8?q?ection_and_improve_error_handling_in_kobj=5Fxe=5Fhw=5Fengine=5Fcl?= =?utf-8?q?ass_=28rev2=29?= From: Patchwork To: "Sobin Thomas" Cc: intel-xe@lists.freedesktop.org Date: Mon, 07 Apr 2025 13:25:56 -0000 Message-ID: <174403235628.43425.3816277705857142964@e6b6f09ec485> X-Patchwork-Hint: ignore References: <20250405065432.2254703-1-sobin.thomas@intel.com> In-Reply-To: <20250405065432.2254703-1-sobin.thomas@intel.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" == Series Details == Series: series starting with [i-g-t,1/1] drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class (rev2) URL : https://patchwork.freedesktop.org/series/147289/ State : success == Summary == + KERNEL=/kernel + git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt Cloning into 'mt'... warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/ + git -C mt rev-list -n1 origin/master 99e5a866b5e13f134e606a3e29d9508d97826fb3 + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit 0c54e4b0b9c3620e16bea622609afee74e817d58 Author: Sobin Thomas Date: Sat Apr 5 06:54:32 2025 +0000 drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class - Added fault injection for `kobj_xe_hw_engine_class` to enhance coverage. - Improved error handling by checking for `IS_ERR_OR_NULL` on `keclass` and propagating the error using `PTR_ERR`. Can be tested using inject-fault-probe-function-kobj_xe_hw_engine_class Signed-off-by: Sobin Thomas + /mt/dim checkpatch 5bb36322dc543ec6a0e7389b6735f174dc203fa5 drm-intel 0c54e4b0b9c3 drm/xe: xe_hw_engine_class: Add fault injection and improve error handling in kobj_xe_hw_engine_class