xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: maximilian attems <maks@stro.at>,
	debian-kernel@lists.debian.org,
	xen-devel <xen-devel@lists.xen.org>,
	David Vrabel <david.vrabel@citrix.com>,
	Ian Campbell <ijc@hellion.org.uk>
Subject: Re: Current state of Xen microcode (Was: Re: uploading 3.16~rc5-1~exp1)
Date: Mon, 4 Aug 2014 11:02:48 -0400	[thread overview]
Message-ID: <20140804150248.GD19853@laptop.dumpdata.com> (raw)
In-Reply-To: <53DFB78D020000780002918D@mail.emea.novell.com>

On Mon, Aug 04, 2014 at 03:40:45PM +0100, Jan Beulich wrote:
> >>> On 04.08.14 at 16:07, <konrad.wilk@oracle.com> wrote:
> > On Wed, Jul 23, 2014 at 03:59:37PM +0100, Jan Beulich wrote:
> >> >>> On 15.07.14 at 16:59, <konrad.wilk@oracle.com> wrote:
> >> > On Tue, Jul 15, 2014 at 09:53:32AM +0100, Ian Campbell wrote:
> >> >> Adding xen-devel and some of the Linux maints,
> >> >> 
> >> >> On Mon, 2014-07-14 at 23:22 +0200, maximilian attems wrote:
> >> >> > I will upload tomorrow Tuesday around 22h00 UT to experimental.
> >> >> > 
> >> >> > There are two TODOS concerning the not yet forwarded Debian patches:
> >> >> > - cgroups
> >> >> > - xen microcode
> >> >> > 
> >> >> > 
> >> >> > I consider both not a blocker, but would be happy if Xen guys could
> >> >> > have a look for what is needed.
> >> >> 
> >> >> The xen microcode patches which maks is referring to are these:
> >> >> 
> >> > 
> > http://anonscm.debian.org/viewvc/kernel/dists/trunk/linux/debian/patches/feat 
> > 
> >> > ures/all/xen/
> >> >> which are a forward port of Jeremy's old microcode_xen.ko driver.
> >> > 
> >> > They are also at my branch
> >> > 
> > http://git.kernel.org/cgit/linux/kernel/git/konrad/xen.git/log/?h=stable/mis 
> >> > c
> >> > 
> >> > Hm, I should rebase them at some point.
> >> >> 
> >> >> I've not been keeping up on Xen x86 microcode stuff these days but I
> >> >> think we don't need this any more with modern Xen since we can parse the
> >> >> microcode blob off the front of the initrd, is that right?
> >> > 
> >> > Right. And best of it, the support for that is in dracut so
> >> > it automatically can happen (thought you still need to add
> >> > 'ucode=scan' in the /etc/default/grub.cfg in the GRUB_CMDLINE_XEN
> >> > parameter) and also in /etc/dracut.conf add 'early_microcode=yes'.
> >> 
> >> Except that all this still doesn't take care of updating microcode at
> >> runtime. Yet that should - like kexec - be implemented in the
> >> respective tools such that no kernel involvement it required.
> > 
> > What are such tools?
> 
> Wasn't there a microcode_ctl tool/package?

There was but it is obsolete:

***************************************************************************
>>> What it does
***************************************************************************
Deploy an Intel and AMD microcode. This tool is obsolete and the microcode
is the subject to be distributed via kernel-firmware, however Intel still
does not supply the microcode in a form consumable by the Linux's microcode

> 
> > My recollection is that it is matter of
> > sticking the files in /lib/firmware and then udev - will try
> > at the detection of an CPU becoming online, do:
> >  - load microcode module
> >  - echo 1 > to the 'reload' sysfs parameter
> > 
> > Perhaps the solution is simple:
> >  - write an xen userspace tool that will do this loading via
> >    the hypercalls.
> >  - plug said tool in the udev script that comes with xen.
> >  - distros will install said udev scripts when they install Xen rpms?
> > 
> > That sounds too simple to be true. I must be missing something :-)
> 
> That would be an option too (namely if, say, the microcode_ctl tool
> is considered deprecated/dead), and indeed can't be very difficult.

Vacation does wonders for ones brain! I shall put it on the TODO list.
thank you!
> 
> Jan
> 

      reply	other threads:[~2014-08-04 15:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20140714212213.GC18075@stro.at>
2014-07-15  8:53 ` Current state of Xen microcode (Was: Re: uploading 3.16~rc5-1~exp1) Ian Campbell
2014-07-15 14:59   ` Konrad Rzeszutek Wilk
2014-07-15 15:06     ` Ian Campbell
     [not found]     ` <1405436760.28874.1.camel@kazak.uk.xensource.com>
2014-07-15 15:35       ` Konrad Rzeszutek Wilk
2014-07-15 15:43         ` Ian Campbell
2014-07-15 17:53         ` Ben Hutchings
     [not found]         ` <1405446784.2453.49.camel@deadeye.wl.decadent.org.uk>
2014-07-15 18:08           ` Konrad Rzeszutek Wilk
2014-07-23 14:59     ` Jan Beulich
2014-08-04 14:07       ` Konrad Rzeszutek Wilk
2014-08-04 14:40         ` Jan Beulich
2014-08-04 15:02           ` Konrad Rzeszutek Wilk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140804150248.GD19853@laptop.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=JBeulich@suse.com \
    --cc=david.vrabel@citrix.com \
    --cc=debian-kernel@lists.debian.org \
    --cc=ijc@hellion.org.uk \
    --cc=maks@stro.at \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).