| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-devel] [PATCH v3 for-next 0/4] xen: Convert __page_to_mfn and _mfn_to_page to use typesafe MFN
 
To: Jan Beulich <JBeulich@xxxxxxxx>From: Julien Grall <julien.grall@xxxxxxxxxx>Date: Thu, 9 Nov 2017 15:39:44 +0000Cc: Tim Deegan <tim@xxxxxxx>, Kevin Tian <kevin.tian@xxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wei.liu2@xxxxxxxxxx>, Jun Nakajima <jun.nakajima@xxxxxxxxx>, Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>, George Dunlap <George.Dunlap@xxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Ian Jackson <ian.jackson@xxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxx, Julien Grall <julien.grall@xxxxxxx>, Paul Durrant <paul.durrant@xxxxxxxxxx>, Tamas K Lengyel <tamas@xxxxxxxxxxxxx>, Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx>, Shane Wang <shane.wang@xxxxxxxxx>, Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>, Gang Wei <gang.wei@xxxxxxxxx>Delivery-date: Thu, 09 Nov 2017 15:40:17 +0000List-id: Xen developer discussion <xen-devel.lists.xen.org> 
 
Hi,
On 09/11/17 15:36, Jan Beulich wrote:
 Because the plain staging still has page_to_mfn() not using typesafe... 
You would need to override it even I follow your suggestion.
On 09.11.17 at 16:20, <julien.grall@xxxxxxxxxx> wrote:
 
I had a look at the files that needs to convert. It seems there are few
files with page_to_mfn/mfn_to_page re-defined but no callers:
        - arch/x86/mm/hap/nested_hap.c
        - arch/x86/mm/p2m-pt.c
        - arch/x86/pv/traps.c
        - arch/x86/pv/mm.c
        - arch/x86/pv/iret.c
Those can be fixed now. That leave the following files:
        - arch/x86/mm/p2m-ept.c
                In that file, the override prevents all the caller to use the
construction mfn_to_page(_mfn(...)) as it mostly deals with hardware.
 
I'm not clear what you're trying to tell me here. The file has a total
for four mfn_to_page() uses - if overrides don't help (and perhaps
regardless of if they do), I think it wouldn't be very difficult to simply
change the four places. And note that plain staging has no override
there right now.
 
What I meant is you would replace the 4 occurrences by 
mfn_to_page(_mfn(...)). If you are happy with that, then fine. 
Cheers,
--
Julien Grall
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
 
 |