From patchwork Thu Sep 12 07:07:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tvrtko Ursulin X-Patchwork-Id: 13801520 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 92169EE6454 for ; Thu, 12 Sep 2024 07:08:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D231710EAE6; Thu, 12 Sep 2024 07:08:10 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="TcoYqAU0"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id DDCEA10EAE6; Thu, 12 Sep 2024 07:08:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Jx6wDvfMG3iQc+w1AZtlLnQGbKBuv0KI/qwAv/lAxFs=; b=TcoYqAU07GrGlp4UkPxulb5x3C PIMzPkykEukFTNNV/e0YyPHcK0rDcC2BPJb5JhzUiC+QqfjQzzXUhHDUOnxLVx3ss7KGVpIeL89OW qpbxjfqH/rH+I6UI9mU1aG5vGrWKHtfRRzpWLlMhcQ98n308T6gWxz6qVegz8GxCn0mK472Mx5w3D Eb02Pfyk0X5ApXN9T27AHtUUCtdF6Y0YHrSKeAZFfWuKXq0zWxRIoVfZvg/lS85h7CTdIflbcq8nt H01Hhf82NLsy+ydC/3P9FGXpFHrs2WnMxHrC50sOIK9Q821rbeHzRBZJ8LBwPAXPvpA/9FpdUvSPt i6mjEK1w==; Received: from [90.241.98.187] (helo=localhost) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1sodvo-00ClMi-Kk; Thu, 12 Sep 2024 09:07:56 +0200 Date: Thu, 12 Sep 2024 08:07:55 +0100 From: Tvrtko Ursulin To: Dave Airlie , Daniel Vetter Cc: Jani Nikula , Joonas Lahtinen , Tvrtko Ursulin , Rodrigo Vivi , Thomas Zimmermann , Maarten Lankhorst , Maxime Ripard , Thomas =?iso-8859-1?q?Hellstr=F6m?= , Oded Gabbay , Lucas De Marchi , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org Subject: [PULL] drm-intel-fixes Message-ID: MIME-Version: 1.0 Content-Disposition: inline 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 Dave, Sima, It is late in the cycle and luckily the fix in this weeks PR is just something to satisfy static analyzers, nothing that can happen in reality, so pulling it is even optional. Regards, Tvrtko drm-intel-fixes-2024-09-12: - Prevent a possible int overflow in wq offsets [guc] (Nikita Zhandarovich) The following changes since commit da3ea35007d0af457a0afc87e84fddaebc4e0b63: Linux 6.11-rc7 (2024-09-08 14:50:28 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2024-09-12 for you to fetch changes up to d3d37f74683e2f16f2635ee265884f7ca69350ae: drm/i915/guc: prevent a possible int overflow in wq offsets (2024-09-10 08:13:51 +0100) ---------------------------------------------------------------- - Prevent a possible int overflow in wq offsets [guc] (Nikita Zhandarovich) ---------------------------------------------------------------- Nikita Zhandarovich (1): drm/i915/guc: prevent a possible int overflow in wq offsets drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)