[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen stable-4.6] memory: don't suppress P2M update in populate_physmap()



commit f7ad92a74f0a3fd5a7b8bb77c346084ce3e8643c
Author:     Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Fri Jun 23 15:19:27 2017 +0200
Commit:     Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Fri Jun 23 15:19:27 2017 +0200

    memory: don't suppress P2M update in populate_physmap()
    
    Commit d18627583d ("memory: don't hand MFN info to translated guests")
    wrongly added a null-handle check there - just like stated in its
    description for memory_exchange(), the array is also an input for
    populate_physmap() (and hence can't reasonably be null). I have no idea
    how I've managed to overlook this.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
    master commit: b964e3106d2cdaa11cc4524181ff14607d110ae4
    master date: 2017-06-20 14:51:53 +0200
---
 xen/common/memory.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xen/common/memory.c b/xen/common/memory.c
index d34185d..8c7ee09 100644
--- a/xen/common/memory.c
+++ b/xen/common/memory.c
@@ -216,8 +216,7 @@ static void populate_physmap(struct memop_args *a)
             mfn = page_to_mfn(page);
             guest_physmap_add_page(d, gpfn, mfn, a->extent_order);
 
-            if ( !paging_mode_translate(d) &&
-                 !guest_handle_is_null(a->extent_list) )
+            if ( !paging_mode_translate(d) )
             {
                 for ( j = 0; j < (1 << a->extent_order); j++ )
                     set_gpfn_from_mfn(mfn + j, gpfn + j);
--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.6

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.