Message ID | 20230817064623.3424348-1-vivek.kasireddy@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 C6903EB64DD for <dri-devel@archiver.kernel.org>; Thu, 17 Aug 2023 07:07:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1CFC610E1AD; Thu, 17 Aug 2023 07:07:45 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id D69BA10E135 for <dri-devel@lists.freedesktop.org>; Thu, 17 Aug 2023 07:07:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692256062; x=1723792062; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=AYQerLR/X/IZ6Z/nENPeMrAhM6+yQUwckeympg8jWbw=; b=kfErd0qtBwNAOfzoSglJI7XogEPvvjCYqMRJMStIjS8Sc5WhpR0ySuie X8Z3nkVeojp3Qh8D3IMxJOSBpSgIqp/nfgjz0NJNNIGmW+NfgQ2gWihD1 hCKPTYl3hzMv5c5mXt1wPYcfsVX878F9aduVD8lJHEqPy+zkNCNv1NOGO 1uCHJ+tzvmAn7AJ6b1JpKJy5Eb9W+BBCLOxT5eXCJJf2j0cLcRCdilnd7 16Nw96Xu4FIdQbPtXandgphtWA5TJbBoLIn/iMmjXLiX08wbyFfaUWWJe iizcpNo51Yi9/h1aCKmUli4ihaUtZKqtJ+WObjiFa0JzJEMXZyf/c7gY6 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="357697942" X-IronPort-AV: E=Sophos;i="6.01,179,1684825200"; d="scan'208";a="357697942" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2023 00:07:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="799913423" X-IronPort-AV: E=Sophos;i="6.01,179,1684825200"; d="scan'208";a="799913423" Received: from vkasired-desk2.fm.intel.com ([10.105.128.127]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2023 00:07:41 -0700 From: Vivek Kasireddy <vivek.kasireddy@intel.com> To: dri-devel@lists.freedesktop.org, linux-mm@kvack.org Subject: [PATCH v3 0/2] udmabuf: Add back support for mapping hugetlb pages (v3) Date: Wed, 16 Aug 2023 23:46:21 -0700 Message-Id: <20230817064623.3424348-1-vivek.kasireddy@intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 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: Dongwon Kim <dongwon.kim@intel.com>, David Hildenbrand <david@redhat.com>, Daniel Vetter <daniel.vetter@ffwll.ch>, Hugh Dickins <hughd@google.com>, Vivek Kasireddy <vivek.kasireddy@intel.com>, Peter Xu <peterx@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Jason Gunthorpe <jgg@nvidia.com>, Junxiao Chang <junxiao.chang@intel.com>, Mike Kravetz <mike.kravetz@oracle.com> Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> |
Series |
udmabuf: Add back support for mapping hugetlb pages (v3)
|
expand
|