Message ID | 20220824084514.2261614-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 2DCC0C3F6B0 for <dri-devel@archiver.kernel.org>; Wed, 24 Aug 2022 08:45:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7877810F378; Wed, 24 Aug 2022 08:45:46 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id ED74710F09C; Wed, 24 Aug 2022 08:45:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661330730; x=1692866730; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=JEkWUs4zeDNwBs7lQ1SlQ2qdaH4W+YB2xngdMUADV+I=; b=DGsy+dlZYwdtQMpzGFh3PbjsEc7SmrPop6xJJKUKp5cyQIN9afZ3MPMS VsmW8JxYJOW1FlxHqilt+Rw3CCdeMnrO0+ArEehTOjGmLOnGnpP9lsOhW 2xKquv3RhBcQmfUa2aMics1t/mMTNhEVPMNaXH3b5u3w4JcYd6xY4UwBu QHOytNjn6jSSDqSyb3kI+ZylxADusFuiQteIbL3FM3WWt0UHYM5WbymOg VBq3ZdATArLnRhksEOfLxXMQv9792zHAV/ZGP+6XkEMt1ISAZainsVjBd bEO+ikDbKR+UW5fSx6qyVEuIm7BvZPwi/T+idxLGvXvv3YsLVypVxxHyk g==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="291473618" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="291473618" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 01:45:28 -0700 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="785553954" Received: from yuhsuanc-mobl.gar.corp.intel.com (HELO paris.amr.corp.intel.com) ([10.254.38.238]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 01:45:25 -0700 From: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com> To: intel-gfx@lists.freedesktop.org Subject: [PATCH v9 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation Date: Wed, 24 Aug 2022 17:45:06 +0900 Message-Id: <20220824084514.2261614-1-gwan-gyeong.mun@intel.com> X-Mailer: git-send-email 2.37.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, mauro.chehab@linux.intel.com, andi.shyti@linux.intel.com, keescook@chromium.org, jani.nikula@intel.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, chris@chris-wilson.co.uk, airlied@linux.ie, andrzej.hajda@intel.com, matthew.auld@intel.com, intel-gfx-trybot@lists.freedesktop.org, 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
|