Message ID | 20220704135249.8241-1-thomas.hellstrom@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <intel-gfx-bounces@lists.freedesktop.org> 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 8A607C43334 for <intel-gfx@archiver.kernel.org>; Mon, 4 Jul 2022 16:23:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7FA5F10E590; Mon, 4 Jul 2022 16:16:34 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 211A010E14A; Mon, 4 Jul 2022 13:53:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656942800; x=1688478800; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=DZxY6zVl4Yu5rlmCpzKQErgJ7yFuXf8s2eN4HPg8oCE=; b=XCxPPcNEToujKVrVJpTxITOT+cUc6hy80FYnG1tykwyup7SMFblAzf2c FUTLv1u++Ip/eYFUQjn3vL3UXnAxy2X3owxytnzGuAjCTmabyEX0pY76T d8DUe4H8nK5CFVRT9ShqdZ6TQnVZUyoNtxH5NuVKNhUEK9J0L+TTRIju7 nVoxklI/sIQIVAZbbYB9/VFA0iR/A/T4Vu8MOr80SGOjNb7gLZplfCkRq 6eA7+5+HV0+7U4bzCS0nKmbJLZcJEvxTEIXT9ldWHE6Ylmi0CrJZIQT71 s7DISMQbXzpruD5SZqh/06gip6mbYpmtOlmqw04itMu9i82B0xOx/GChh g==; X-IronPort-AV: E=McAfee;i="6400,9594,10397"; a="271905996" X-IronPort-AV: E=Sophos;i="5.92,243,1650956400"; d="scan'208";a="271905996" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jul 2022 06:53:19 -0700 X-IronPort-AV: E=Sophos;i="5.92,243,1650956400"; d="scan'208";a="542595751" Received: from acagidia-mobl.ger.corp.intel.com (HELO thellstr-mobl1.intel.com) ([10.249.254.34]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jul 2022 06:53:18 -0700 From: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com> To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Date: Mon, 4 Jul 2022 15:52:47 +0200 Message-Id: <20220704135249.8241-1-thomas.hellstrom@linux.intel.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH 0/2] Protect vma destruction with the object lock X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Cc: =?utf-8?q?Thomas_Hellstr=C3=B6m?= <thomas.hellstrom@linux.intel.com> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
Protect vma destruction with the object lock
|
expand
|