Message ID | 20220719140424.430572-1-gwan-gyeong.mun@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dri-devel-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 4E418C43334 for <dri-devel@archiver.kernel.org>; Tue, 19 Jul 2022 14:06:03 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 33B5418B9BD; Tue, 19 Jul 2022 14:05:56 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 954F418B995; Tue, 19 Jul 2022 14:05:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1658239552; x=1689775552; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ERKbTLP6iW56Cz7C8ujDEJftZrTKtt9jBe6WWDAaJdc=; b=jK9a+rwtVsa/D9ONp0zkUwBvqhfgPhmZBz26rHEO9I9CznfkRYY5mT8Y PoX94e1JfAiTBLDq66w3K9ueAJrPiQrPOF1MHXc/KeocMNhELetaxGHP7 4UoaCT/x9k+ppmwlPgIZxbZjjuOpJNVHkedJ4Uwr8GQvjgQURHM9rGA+X mN10YKJ7eNoaUQcoSbVx4JJuh8rR40rKgY9+U0F/8GgcB7W6U7myFch2g X8yXz5BA92+6U5Z2isV6dgAAa8IzyGoErNC7AG42Emm5M+yAzne2vDniL t7OuslDbFuwqE9AO4bBXcIawOI/s+ds/7t9PnKFxWY59JVsTCYwkePEy4 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10412"; a="269523294" X-IronPort-AV: E=Sophos;i="5.92,284,1650956400"; d="scan'208";a="269523294" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 07:05:28 -0700 X-IronPort-AV: E=Sophos;i="5.92,284,1650956400"; d="scan'208";a="655773670" Received: from unknown (HELO hades.ger.corp.intel.com) ([10.252.55.53]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2022 07:05:25 -0700 From: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com> To: intel-gfx@lists.freedesktop.org Subject: [PATCH v4 0/7] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation Date: Tue, 19 Jul 2022 17:04:17 +0300 Message-Id: <20220719140424.430572-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 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> Cc: thomas.hellstrom@linux.intel.com, jani.nikula@intel.com, dri-devel@lists.freedesktop.org, chris@chris-wilson.co.uk, airlied@linux.ie, matthew.auld@intel.com, mchehab@kernel.org, nirmoy.das@intel.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
|
expand
|