From patchwork Thu May 12 06:08:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joonas Lahtinen X-Patchwork-Id: 12847145 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 47620C433F5 for ; Thu, 12 May 2022 06:08:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BF8A110FD2A; Thu, 12 May 2022 06:08:45 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1AABE10FC66; Thu, 12 May 2022 06:08:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652335724; x=1683871724; h=date:from:to:cc:subject:message-id:mime-version; bh=eO5gt69IB0XOu0yUrz5YVwc4EvsUrbwh0/qECAkuJfM=; b=H2MkY4Sx7v8K4WW8NEqfZXOh508VOOz4FLgp0Rw6sZOlZnjK6e8wume1 4ISLmKzB/maJ7JRu4/entWwW2j0jKBD/PVm04w52uASoksSZau/x5TCIh yl66BykzQtn4CtdyD0qHhHtAMixjzeRDVpGXH1+z3ehDd3J0Gfr/E65HW EQFNNE7pMCQ8IQLkwzB0WvnmqcKcRyO46GtXFsnpuxB+bH0UAXlaCoUAv ItJFpdOEi8/ZFO1ShKPyENS/aH99//cooZmc6lLdokfn1Y0p3ThGRZ1eN 0lb/dcEYMNkvcxpamaUeDhXhhOjxnrmbApBpe2PpVpqfmcDjWfKOYwclM A==; X-IronPort-AV: E=McAfee;i="6400,9594,10344"; a="269842390" X-IronPort-AV: E=Sophos;i="5.91,218,1647327600"; d="scan'208";a="269842390" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2022 23:08:33 -0700 X-IronPort-AV: E=Sophos;i="5.91,218,1647327600"; d="scan'208";a="594509744" Received: from molech-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.50.223]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2022 23:08:30 -0700 Date: Thu, 12 May 2022 09:08:27 +0300 From: Joonas Lahtinen To: Dave Airlie , Daniel Vetter Message-ID: MIME-Version: 1.0 Content-Disposition: inline Subject: [Intel-gfx] [PULL] drm-intel-fixes X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard , Thomas Zimmermann , Rodrigo Vivi , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Dave & Daniel, One fix for memory corruption under heavy load (#5732, Cc: stable). Regards, Joonas *** drm-intel-fixes-2022-05-12: Fix for #5732: (Cc stable) kernel memory corruption when running a lot of OpenCL tests in parallel The following changes since commit c5eb0a61238dd6faf37f58c9ce61c9980aaffd7a: Linux 5.18-rc6 (2022-05-08 13:54:17 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2022-05-12 for you to fetch changes up to 3220c3b2115102bb35f8f07d90d2989a3f5eb452: drm/i915: Fix race in __i915_vma_remove_closed (2022-05-09 10:36:49 +0300) ---------------------------------------------------------------- Fix for #5732: (Cc stable) kernel memory corruption when running a lot of OpenCL tests in parallel ---------------------------------------------------------------- Karol Herbst (1): drm/i915: Fix race in __i915_vma_remove_closed drivers/gpu/drm/i915/i915_vma.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)