xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: <xen-devel@lists.xenproject.org>, <jgross@suse.com>
Cc: luwei.kang@intel.com, wl@xen.org, konrad.wilk@oracle.com,
	puwen@hygon.cn, marmarek@invisiblethingslab.com,
	olekstysh@gmail.com, paul.durrant@citrix.com, JBeulich@suse.com,
	roger.pau@citrix.com, Volodymyr_Babchuk@epam.com,
	chao.gao@intel.com
Subject: Re: [Xen-devel] [ANNOUNCE] Xen 4.13 Development Update
Date: Fri, 6 Sep 2019 17:13:18 +0100	[thread overview]
Message-ID: <5fe1d431-9727-25e1-e720-6a3286a5a549@citrix.com> (raw)
In-Reply-To: <20190906074058.21782-1-jgross@suse.com>

On 06/09/2019 08:40, Juergen Gross wrote:
> This email only tracks big items for xen.git tree. Please reply for items you
> would like to see in 4.13 so that people have an idea what is going on and
> prioritise accordingly.
>
> You're welcome to provide description and use cases of the feature you're
> working on.
>
> = Timeline =
>
> We now adopt a fixed cut-off date scheme. We will release about every 8 months.
> The upcoming 4.13 timeline are as followed:
>
> * Last posting date: September 13th, 2019
> * Hard code freeze: September 27th, 2019
> * RC1: TBD
> * Release: November 7th, 2019

Wow this has crept up suddenly...

I'm going to braindump my "needs to be done for 4.13" list.

Before code freeze:
1) Refresh and repost MSR_VIRT_SPEC_CTRL.  Still very important for perf
on AMD Fam17h hardware.
2) Put together the "skeleton set_cpu_policy" plan.  This will help to
unblock some of the CPUID/MSR work, and will allow us to take
(/backport) MSR_ARCH_CAPS support, which is very critical for perf on
Intel Cascade Lake hardware.
2a) Stretch goal.  See about getting MSR_ARCH_CAPS working.  More likely
to be early in the 4.14 dev cycle and backport for 4.13.1
3) Stretch goal.  Dust off the domain_crash() changes which have been
pending for a couple of releases now.

Blockers:
1) L1TF_BARRIER mode.  What we have currently in tree takes a perf hit
while providing 0 security and breaking the ability to build livepatches
against 4.13.  My plan here is to put it behind an off-by-default
Kconfig option.
2) Get the Sphinx docs licensed as CC-BY, seeing as this is the first
release with them in.

Misc ought-to-haves:
1) Refresh and repost the "Introduction" and "wishlist" docs.
2) Post the conversion of xen-command-line.pandoc to sphinx which I've
been carrying locally rather too long now.

This should get the sphinx docs into a state of having several useful
bits in, even though we haven't moved over wholesale yet.

I've probably missed some things, but this should do for now.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  reply	other threads:[~2019-09-06 16:13 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-06  7:40 [Xen-devel] [ANNOUNCE] Xen 4.13 Development Update Juergen Gross
2019-09-06 16:13 ` Andrew Cooper [this message]
2019-09-06 16:32 ` Konrad Rzeszutek Wilk
2019-09-09  7:52 ` Paul Durrant
2019-09-12  5:46 ` Chao Gao
2019-09-12  6:10 ` Roman Shaposhnik
2019-09-12  6:36   ` Juergen Gross
2019-09-13 16:19     ` Oleksandr
  -- strict thread matches above, loose matches on Subject: below --
2019-09-28  5:09 Juergen Gross
2019-09-28 14:07 ` Steven Haigh
2019-08-01 16:00 Juergen Gross
2019-08-01 16:47 ` Andrew Cooper
2019-08-02  8:50   ` Wei Liu
2019-08-01 18:11 ` Roman Shaposhnik
2019-08-02  9:04   ` Roger Pau Monné
2019-08-02  9:57 ` Dario Faggioli
2019-08-02 15:52 ` Anthony PERARD
2019-08-02 17:07   ` Oleksandr
2019-08-12 10:02 ` Paul Durrant
2019-07-01 11:35 Juergen Gross
2019-07-01 11:42 ` Jan Beulich
2019-07-01 12:09   ` Juergen Gross
2019-07-01 17:24 ` Volodymyr Babchuk
2019-05-28 10:54 Juergen Gross
2019-05-28 10:54 ` [Xen-devel] " Juergen Gross
2019-05-28 13:44 ` Tamas K Lengyel
2019-05-28 13:44   ` [Xen-devel] " Tamas K Lengyel
2019-05-28 23:07   ` Andrew Cooper
2019-05-28 23:07     ` [Xen-devel] " Andrew Cooper

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=5fe1d431-9727-25e1-e720-6a3286a5a549@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=chao.gao@intel.com \
    --cc=jgross@suse.com \
    --cc=konrad.wilk@oracle.com \
    --cc=luwei.kang@intel.com \
    --cc=marmarek@invisiblethingslab.com \
    --cc=olekstysh@gmail.com \
    --cc=paul.durrant@citrix.com \
    --cc=puwen@hygon.cn \
    --cc=roger.pau@citrix.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.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).