[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] How many patches are missing in upstream Linux?
On Wed, Mar 12, 2014 at 12:58:13PM +0100, Atom2 wrote: > > > Am 12.03.14 12:42, schrieb Jan Beulich: > >>>>On 12.03.14 at 12:14, Atom2 <ariel.atom2@xxxxxxxxxx> wrote: > >>Am 12.03.14 09:20, schrieb Jan Beulich: > >>dmesg1 - that's the one where the update works > >>(XEN) Command line: placeholder ucode=-1 vga=gfx-1024x768x32 i915.mod | > > > >No notion of "loglvl=all" here. > That's because the output from sdiff is limited in width - so here > you go with the complete command line as reported by xl dmesg for > the ucode=1- case: > > (XEN) Command line: placeholder ucode=-1 vga=gfx-1024x768x32 > i915.modeset=1 loglvl=all guest_loglvl=all dom0_mem=4G,max:4G tmem=1 > tm > em_compress=1 tmem_dedup=1 dom0_max_vcpus=8 dom0_vcpus_pin=true > cpufreq=xen cpuidle clocksource=hpet iommu=1 sched_credit_tsclice_ms > =5 bootscrub=0 > > > >>dmesg2 - that's the one where the update doesn't work > >>| (XEN) Command line: placeholder ucode=scan vga=gfx-1024x768x32 i915.m > > > >Nor here. > And here for the ucode=scan case: > > (XEN) Command line: placeholder ucode=scan vga=gfx-1024x768x32 > i915.modeset=1 loglvl=all guest_loglvl=all dom0_mem=4G,max:4G tmem=1 > tmem_compress=1 tmem_dedup=1 dom0_max_vcpus=8 dom0_vcpus_pin=true > cpufreq=xen cpuidle clocksource=hpet iommu=1 sched_credit_tsclice_ > ms=5 bootscrub=0 I am still not sure why it does not work for you but it works for me so perhaps: a) the cpio archive is not being parsed by the 'ucode=scan' code. The patch attached can help in narrowing that possibility. b). The blobs are corrupted (also the patch below should help with that). c). Somethng else :-) Could you kindly try the attached patch? That should help in figuring out one of these options above. You should see something like this (this is on a SandyBridge) if it works: $xl dmesg | grep -i microcode (XEN) microcode payload @1 found (576512) (XEN) microcode: collect_cpu_info : sig=0x206a7, pf=0x2, rev=0x28 (XEN) microcode: CPU0 found a matching microcode update with version 0x29 (current=0x28) (XEN) microcode: CPU0 updated from revision 0x28 to 0x29, date = 2013-06-12 (XEN) microcode: collect_cpu_info : sig=0x206a7, pf=0x2, rev=0x28 (XEN) microcode: CPU1 found a matching microcode update with version 0x29 (current=0x28) (XEN) microcode: CPU1 updated from revision 0x28 to 0x29, date = 2013-06-12 (XEN) microcode: collect_cpu_info : sig=0x206a7, pf=0x2, rev=0x28 (XEN) microcode: CPU3 found a matching microcode update with version 0x29 (current=0x28) (XEN) microcode: CPU3 updated from revision 0x28 to 0x29, date = 2013-06-12 (XEN) microcode: collect_cpu_info : sig=0x206a7, pf=0x2, rev=0x29 (XEN) microcode: collect_cpu_info : sig=0x206a7, pf=0x2, rev=0x28 (XEN) microcode: CPU2 found a matching microcode update with version 0x29 (current=0x28) (XEN) microcode: CPU2 updated from revision 0x28 to 0x29, date = 2013-06-12 (XEN) microcode: collect_cpu_info : sig=0x206a7, pf=0x2, rev=0x29 (XEN) microcode: collect_cpu_info : sig=0x206a7, pf=0x2, rev=0x29 (XEN) microcode: collect_cpu_info : sig=0x206a7, pf=0x2, rev=0x29 Attachment:
microcode-debug.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |