Message ID | 20221122185737.96459-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 62911C4332F for <intel-gfx@archiver.kernel.org>; Tue, 22 Nov 2022 18:57:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BBCA410E441; Tue, 22 Nov 2022 18:57:53 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1515910E43B; Tue, 22 Nov 2022 18:57:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669143469; x=1700679469; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=nVxdc1EHcgRU+BJnTfJAE7FbDIo04dklBg/Vo24XIb4=; b=HgSgY9PbrVidhkGmflVIqIA68cn5fXpos65D9IkqpFniszDyjK9NbBRr X+a946x8OINb6BC33CiC6sUqN5u/l3EJbbxr6bBdibVvTClEmfsvnLnwV oASMeFFqpANjjspAnWyFlQMwRcDcUCc883zyi/yS0IBMdlBssFhMS5k1m rnUGqnyp9y64NbUkmcHaAbhADppA/n7nB8HuV7sZCieMZG5V/qcTL5ML2 nEJ+IRTFdNjJJoyeeHbO5Rzu25QZy3iNvXVOX73D7TxzObW1VD/7qdjQm X8btBHv131Z1HoQgtDkI/gOtC7jDYRcHJgMZnQ98YhBlM4V1hMtlnHUdA A==; X-IronPort-AV: E=McAfee;i="6500,9779,10539"; a="293598561" X-IronPort-AV: E=Sophos;i="5.96,184,1665471600"; d="scan'208";a="293598561" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 10:57:48 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10539"; a="641517987" X-IronPort-AV: E=Sophos;i="5.96,184,1665471600"; d="scan'208";a="641517987" Received: from fuhrberg-mobl1.ger.corp.intel.com (HELO intel.com) ([10.251.209.136]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2022 10:57:44 -0800 From: Andi Shyti <andi.shyti@linux.intel.com> To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Date: Tue, 22 Nov 2022 19:57:33 +0100 Message-Id: <20221122185737.96459-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 v2 0/4] 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 |