[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Xen 4.12.0-rc Hangs Around masked ExtINT on CPU#
On 3/22/2019 7:40 AM, Andrew Cooper wrote: On 22/03/2019 09:53, John L. Poole wrote:3)Xen Source - here is the log of an attempt adding "cpuinfor maxcpus=1 watchdog" as an option in myman_xen.cfg: https://pastebin.com/b682FWmC (6 months) The last 12 lines: (XEN) [2019-03-22 09:37:49] Booting processor 2/4 eip 3e000 (XEN) [2019-03-22 09:35:28] Initializing CPU#2 (XEN) [2019-03-22 09:35:28] masked ExtINT on CPU#2 (XEN) [2019-03-22 09:35:28] CPU: Physical Processor ID: 0 (XEN) [2019-03-22 09:35:28] CPU: Processor Core ID: 2 (XEN) [2019-03-22 09:35:28] CPU: L1 I cache: 32K, L1 D cache: 24K (XEN) [2019-03-22 09:35:28] CPU: L2 cache: 1024K (XEN) [2019-03-22 09:35:28] CMCI: CPU2 has no CMCI support (XEN) [2019-03-22 09:35:28] CPU2: Thermal monitoring enabled (TM1) (XEN) [2019-03-22 09:37:49] CPU2: Intel(R) Atom(TM) CPU C2750 @ 2.40GHz stepping 08 (XEN) [2019-03-22 09:37:49] Adding cpu 2 to runqueue 0 (XEN) [2019-03-22 09:37:49] Removing cpu 2 from runqueue 0 (XEN) [2019-03-22 09:37:49] Booting processor 3/6 eip 3e000 Result: hangs around the same placeOk. Something is clearly stalling while we are trying to start secondary processors. Can you apply this patch and rebuild please? andrewcoop@andrewcoop:/local/xen.git$ git d diff --git a/xen/include/asm-x86/apic.h b/xen/include/asm-x86/apic.h index 9d7ec93..14ac0b1 100644 --- a/xen/include/asm-x86/apic.h +++ b/xen/include/asm-x86/apic.h @@ -5,7 +5,7 @@ #include <asm/fixmap.h> #include <asm/msr.h>-#define Dprintk(x...) do {} while (0)+#define Dprintk printk/** Debugging macros which should give us some better diagnostics of the INIT-SIPI-SIPI mechanism. Do you have any options such as TXT or SMX enabled in firmware? They can interfere with AP bringup, so it would be useful to disable them for now. ~Andrew done. I tried patching and then make, but ran into an error. So I performed: git pull make clean then verified the patch was still in effect, and then: make There was some problem in the install so I hand moved: ... -rw-r--r-- 1 root root2991647 Mar 22 11:01 xen-4.13-unstable.efi ... under /usr/local/src/xen/dist/install/usr/lib64/efi/ to /boot/efi/gentoo and renamed it man_xen.efi. Likewise, if found a xen kernel under /usr/local/src/xen/xen/dist/install/boot/ ... -rw-r--r-- 1 root root 1181850 Mar 22 11:01 xen-4.13-unstable.gz ... and moved it to /boot/efi/gentoo -- not renaming it and making sure /boot/efi/gentoo/man_xen.cfg defines the kernel as "xen-4.13-unstable.gz" Result: same failure, but with more debugging information. Here are the last ten lines (starting at line 287): (XEN) [2019-03-23 00:36:06] HVM: ASIDs enabled. (XEN) [2019-03-23 00:36:06] HVM: VMX enabled (XEN) [2019-03-23 00:36:06] HVM: Hardware Assisted Paging (HAP) detected (XEN) [2019-03-23 00:36:06] HVM: HAP page sizes: 4kB, 2MB (XEN) [2019-03-23 00:36:06] Booting processor 1/2 eip 3e000 (XEN) [2019-03-23 00:36:06] Setting warm reset code and vector. (XEN) [2019-03-23 00:36:06] 1. (XEN) [2019-03-23 00:36:06] 2. (XEN) [2019-03-23 00:36:06] 3. (XEN) [2019-03-23 00:36:06] Asserting INIT. (XEN) [2019-03-23 00:36:06] Waiting for send to finish... Here is the full boot log: https://pastebin.com/0LgrJH25 I am not familiar with TXT or SMX. I looked around in the BIOS setup and could not find anything that matched those acronyms. Consequently, my BIOS is and remains unaltered from the above attempt and prior attempts. I also searched Supermicros User Manaul for the "B1SA4-2750F/B1SA4-2550F" and neither "TXT" or "SMX" was found. My Google search of "BIOS TXT" gave me: https://en.wikipedia.org/wiki/Trusted_Execution_TechnologyIntel Trusted Execution Technology (Intel TXT, formerly known as LaGrande Technology) My Google search of "BIOS SMX" gave me: https://www.thomas-krenn.com/en/wiki/Activating_the_Intel_VT_Virtualization_Feature which states: The BIOS setting can be changed fromAdvanced --> Processor Configuration --> Intel(R) Virtualization Technology. I did not find either technology referenced within my BIOS when visiting various configuration settings. I can post on a server screen shots of the BIOS pages if that would help. Thank you. -John _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |