Message ID | 20220603092441.1526151-1-gwan-gyeong.mun@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 22005C43334 for <intel-gfx@archiver.kernel.org>; Fri, 3 Jun 2022 09:26:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7345E11225A; Fri, 3 Jun 2022 09:26:09 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id DBC14112258 for <intel-gfx@lists.freedesktop.org>; Fri, 3 Jun 2022 09:26:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654248367; x=1685784367; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=np8KZjsHukcaPQ9+YkCaRptT34K4eIq5t6NBvzBddGo=; b=eB3wchLG+i4ajtRtXUlfRg5eQnp6DOTtB0dohFw3kJ3ELfx5j16BhqvC OI3ONoqIOoOSv3p0HRpB6qjgI+GOOcKYTGpbeKQkTfoxp/WqxdNqYq19z Kcc6PnYP0uIEekAholsckyhJ+a8mD6Woi+kZiVpHG++g1MMyMMK1DF6/g Wp7GrouJJwKQu/sH6lRNRg8B7qC0kQeRKuKH3gOcYtGvH4jqa/1t/5BaE 0Xi54nOSc+P59B3ixOLdO6BmpIeOvsAfAhBKW3ET2fVgcWwz8J/jNyGfm ODom+zPrguzOsq3cAJXIRZ7rvuYXsS4u9dBtGtF8KkHCa09AFEHV1uC4i Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10366"; a="276227434" X-IronPort-AV: E=Sophos;i="5.91,274,1647327600"; d="scan'208";a="276227434" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2022 02:25:57 -0700 X-IronPort-AV: E=Sophos;i="5.91,274,1647327600"; d="scan'208";a="563712675" Received: from swoon-mobl1.gar.corp.intel.com (HELO hades.gar.corp.intel.com) ([10.213.34.85]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jun 2022 02:25:55 -0700 From: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com> To: intel-gfx@lists.freedesktop.org Date: Fri, 3 Jun 2022 18:24:35 +0900 Message-Id: <20220603092441.1526151-1-gwan-gyeong.mun@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Intel-gfx] [PATCH 0/6] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation 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: thomas.hellstrom@linux.intel.com, matthew.auld@intel.com, chris@chris-wilson.co.uk Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
|
expand
|