Re: [PATCH v4] x86, apic: Check fadt x2apic phys in x2apic_phys_probe()

2013-02-18 Thread Lin-Bao Zhang
Hi Yinghai , this patch has been committed into some git repository ? if yes , which repository ? I just " git log arch/x86/kernel/apic/x2apic_phys.c " on "linux-stable" , but I could not find it. i guess maybe you will put it into another repository ,thanks very much! -- To unsubscribe from this

Re: [PATCH v4] x86, apic: Check fadt x2apic phys in x2apic_phys_probe()

2013-02-18 Thread Lin-Bao Zhang
Hi Yinghai , this patch has been committed into some git repository ? if yes , which repository ? I just git log arch/x86/kernel/apic/x2apic_phys.c on linux-stable , but I could not find it. i guess maybe you will put it into another repository ,thanks very much! -- To unsubscribe from this

Re: why Linux kernel will update BIOS's interrupt remapping table base address ? why does Linux Kernel create a new table instead of the one that BIOS provided ?

2012-07-09 Thread Lin-Bao Zhang
for this thing , we have known that , we can append "x2apic_phys" to tell linux kernel we support x2apic physical mode. but I found that x2apic_phys is not enough .we still found panic info in RHEL6.2(2.6.32) kernel,but on linux kernel-3.4.4 ,no this issue again. any comment for this bug ?

Re: why Linux kernel will update BIOS's interrupt remapping table base address ? why does Linux Kernel create a new table instead of the one that BIOS provided ?

2012-07-09 Thread Lin-Bao Zhang
for this thing , we have known that , we can append x2apic_phys to tell linux kernel we support x2apic physical mode. but I found that x2apic_phys is not enough .we still found panic info in RHEL6.2(2.6.32) kernel,but on linux kernel-3.4.4 ,no this issue again. any comment for this bug ?