On 03/15/15 at 10:02am, Yinghai Lu wrote: > On Sun, Mar 15, 2015 at 5:18 AM, Minfei Huang <mhu...@redhat.com> wrote: > > On 03/15/15 at 12:49am, Yinghai Lu wrote: > > It confuses me with the virtual address in function parse_kaslr_setup. > > When we are in here(parse_kaslr_setup), we already use the virtual > > address, instead of physical address. Is it all right? > > setup_data is using physical address to have linked list. > > we have setup_arch==>parse_setup_data(), that is way before > init_mem_mapping() to have final kernel mapping setup yet. > > For 64bit, we may use virtual address with help of early mapping with > #PF handler. > But 32bit, we don't have that. > > So just use early_memmap to get virtual address to access the value. >
Hi, Yinghai! Thank you for your reply. I find that the variate kaslr_setup_data is a global variate. Always we can use physical address to access the value. But it is more comfortable that we use the early_memmap to access the value. Thanks Minfei > > > > In the other words, using physical address in parse_kaslr_setup is > > always a mistake, whatever the kaslr is on or off. > > > > The problem is: old code just use physical address as value. > > Thanks > > Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/