✓ CI.checkpatch: success for mm/hmm, mm/migrate_device: Allow p2p access and p2p migration

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 15 13:35:10 UTC 2024


== Series Details ==

Series: mm/hmm, mm/migrate_device: Allow p2p access and p2p migration
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 f223c2128349951eee47eb598b3cf02add45db7b
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 f98f4e573392b882c0ca5aa1c025e20dbe4aa7e8 drm-intel
f223c2128349 mm/hmm, mm/migrate_device: Allow p2p access and p2p migration




More information about the Intel-xe mailing list