Re: [Crash-utility] [PATCH v2 2/2] fix error crash: cannot resolve "schedulers"

2018-02-02 Thread Dave Anderson
Nikola, Looks good -- patches are queued for crash-7.2.1: https://github.com/crash-utility/crash/commit/e4499a9de664826b0db2f650684959c2f3f9998c Thanks, Dave - Original Message - > Since Xen commit 666aca08175b ("sched: use the auto-generated list of > schedulers") crash cannot

[Crash-utility] [PATCH v2 2/2] fix error crash: cannot resolve "schedulers"

2018-02-02 Thread Nikola Pajkovsky
Since Xen commit 666aca08175b ("sched: use the auto-generated list of schedulers") crash cannot open Xen vmcores, because symbol 'schedulers' does not exits. Xen 4.7 implemented schedulers as its own section. xen/arch/x86/xen.lds.S __start_schedulers_array = .; *(.data.schedulers)