Message ID | 20221125223029.323339-1-andi.shyti@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 B13A8C4167D for <intel-gfx@archiver.kernel.org>; Fri, 25 Nov 2022 22:30:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 78AF510E13C; Fri, 25 Nov 2022 22:30:46 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id BC99910E134; Fri, 25 Nov 2022 22:30: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=1669415443; x=1700951443; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Z8o8z3I6H87aqo6fjslU8AMvnKn2XG5c9BhfFRIHHCY=; b=dSFmuxpF4CzmU6kA8AjFle6ptCEOK+1QXr+5BwHZTs+2MiLN4vqVzHAi OaOhRnNHr64NeH74PwmI6zi5gTEFlr2S3VBQ7qUx8yoo91Ma2P7WTBH09 jXamibJgg54yAv9ohiEl+xwvd3cEEIsiINd8wZQizKPC1TU57OqJ3u8ZN efm0A/6Jn5udn1h1MAtehVSMdcD84GEpbRQ0RhMFqxW57Tj/K3NAq0wCp il7aY5B1QCrYL19+wNEZ0JTVrRT8cSNr2PsZE/uWMPiBdNRQYcI0xab4o HbIVC088F7iTd07/BT6E86tBPdoNU7WZReSdYt6t4S74SAWWQP0Ngh0Ae w==; X-IronPort-AV: E=McAfee;i="6500,9779,10542"; a="315703124" X-IronPort-AV: E=Sophos;i="5.96,194,1665471600"; d="scan'208";a="315703124" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2022 14:30:42 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10542"; a="767467358" X-IronPort-AV: E=Sophos;i="5.96,194,1665471600"; d="scan'208";a="767467358" Received: from ncataldi-mobl.ger.corp.intel.com (HELO intel.com) ([10.252.50.225]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2022 14:30:39 -0800 From: Andi Shyti <andi.shyti@linux.intel.com> To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Date: Fri, 25 Nov 2022 23:30:24 +0100 Message-Id: <20221125223029.323339-1-andi.shyti@linux.intel.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH v3 0/5] Add guard padding around i915_vma 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>, Chris Wilson <chris@chris-wilson.co.uk>, Matthew Auld <matthew.auld@intel.com> Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
Add guard padding around i915_vma
|
expand
|