✓ CI.checkpatch: success for mm/hmm, mm/migrate_device: Allow p2p access and p2p migration (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 16 06:20:46 UTC 2024
== Series Details ==
Series: mm/hmm, mm/migrate_device: Allow p2p access and p2p migration (rev2)
URL : https://patchwork.freedesktop.org/series/139995/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b74058545e0dabebe267c77fc4b618db9da461f4
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Tue Oct 15 13:13:22 2024 +0200
mm/hmm, mm/migrate_device: Allow p2p access and p2p migration
Introduce a way for hmm_range_fault() and migrate_vma_setup() to identify
foreign devices with fast interconnect and thereby allow
both direct access over the interconnect and p2p migration.
The need for a callback arises because without it, the p2p ability would
need to be static and determined at dev_pagemap creation time. With
a callback it can be determined dynamically, and in the migrate case
the callback could separate out local device pages.
The hmm_range_fault() change has been tested internally, the
migrate_vma_setup() change hasn't yet.
Seeking early feedback. Any suggestions appreciated.
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Jason Gunthorpe <jgg at nvidia.com>
Cc: Simona Vetter <simona.vetter at ffwll.ch>
Cc: DRI-devel <dri-devel at lists.freedesktop.org>
Cc: Linux Memory Management List <linux-mm at kvack.org>
Cc: LKML <linux-kernel at vger.kernel.org>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 01c7b2c084e5c84313f382734c10945b9aa49823 drm-intel
b74058545e0d mm/hmm, mm/migrate_device: Allow p2p access and p2p migration
More information about the Intel-xe
mailing list