[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xen 4.18 release: Reminder about feature/code freeze


  • To: Henry Wang <Henry.Wang@xxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Mon, 11 Sep 2023 09:10:23 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=rpbNUNIGKVUOnUAO/I00pfeUU7z1oX2uAFj+OUCXMlQ=; b=LOzla7ojCtqnIe2BjRIlgWp46mWo61uE4CR/5HVSEQWoAKwj4zPFaHOIlsYttk/xt/4SWkl9IZwaZYPYLvNWQyw2oPWl8w9prgV61Ok484onMrCNQ/8AN0e9nbkpPLGJ3/jVB/WwHW/Kqo4LrDYSz/J5b0lnfhazVFUKucP36n8jEVOdBsftW/CKeNiy/O5CVLFQAyblWxpZfkt1i7DA/N4QUZ0OM8eawOwOxRBLTshg6XIDfvZjESsWx8Ni+hBw96XXMUM4HLeNppU7mcERIeH654rMggrFncj/TENd18pmKnOkqW7vC9gwfSG/Pk37k4NZvT/Xg0oKRzOUE0wa3w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=elOHkGjxS4jq+SZfKtMIfrdtYffnKrdsY+5qsv9OtQkrr5gt7RoUBQKZIEeFRG8l2RAH8FAeGbWQHCWvkoO9m+i8ztcO+I8lTWWwe7bpwH92m5kkalC7sdR/pvT0ITOsDI6PdmrXg8U8f7DdlDFpYV63VOkvrhoTqRpfef+1Aw5/Q+0l78LVLtHZwdVM92SHEEE4zuXMUZ1U69cw60Tiy1kvKgkH001AO/6WQDHAl4lCTbquuaUTzQOtTJJKE04D/jclFzMJR+pMkv9+rTnf+RKFS9uO3F4YT57ouL681XPUmNVOKF0tbm5Qq0TEtJNRLDBTG/Mj6uukPBRHwHpWVw==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: Julien Grall <julien@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, "sstabellini@xxxxxxxxxx" <sstabellini@xxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, "jgross@xxxxxxxx" <jgross@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, "community.manager@xxxxxxxxxxxxxx" <community.manager@xxxxxxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Mon, 11 Sep 2023 07:10:37 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 11.09.2023 03:08, Henry Wang wrote:
> Also, below is the critical items on my list for 4.18 release:
> 1. [PATCH 0/7] tools: More Python 3 fixes (part 1 of N)
> https://gitlab.com/xen-project/xen/-/issues/114
> 
> 2. tools: Switch to non-truncating XENVER_* ops
> https://lore.kernel.org/xen-devel/20230117135336.11662-1-andrew.cooper3@xxxxxxxxxx/
> 
> 3. dom0less vs xenstored setup race Was: xen | Failed pipeline for staging | 
> 6a47ba2f
> https://marc.info/?l=xen-devel&m=168312468808977
> https://marc.info/?l=xen-devel&m=168312687610283
> 
> 4. The proper eIBRS support for x86
> https://lore.kernel.org/xen-devel/ec8e75da-743b-50dc-4665-854c446c974e@xxxxxxxxxx/

In this same are of speculation control goes "x86/spec-ctrl: IBPB improvements"
(v4: https://lists.xen.org/archives/html/xen-devel/2023-02/msg00748.html).

> 5. [PATCH 1/2] credit: Limit load balancing to once per millisecond
> https://lore.kernel.org/xen-devel/20230630113756.672607-1-george.dunlap@xxxxxxxxx/
> 
> 6. [PATCH 0/2]  Revoke IOMEM/IO port/IRQ permissions on PCI detach for HVM 
> guest
> https://lore.kernel.org/xen-devel/20230809103305.30561-1-julien@xxxxxxx/
> 
> 7. [PATCH v2 0/8] Fixes to debugging facilities
> https://lore.kernel.org/xen-devel/21cc28b9-91d1-1e6e-23ac-00c44f3ec08e@xxxxxxxxx/

Other x86 items that among the x86 maintainers we've marked 4.18 material:

- x86: reduce cache flushing overhead
(v2: https://lists.xen.org/archives/html/xen-devel/2023-05/msg00242.html)

- DOITM (Andrew meaning to post an alternative to
https://lists.xen.org/archives/html/xen-devel/2022-09/msg01132.html, which
likely would derive from
https://github.com/xenserver/xen.pg/blob/XS-8.3.x/patches/x86-Activate-Data-Operand-Invariant-Timing-Mode-by-d.patch)

Plus, affecting all architectures:

- runstate/time area registration by (guest) physical address
(v3: https://lists.xen.org/archives/html/xen-devel/2023-05/msg00304.html)

- annotate entry points with type and size
(v4: https://lists.xen.org/archives/html/xen-devel/2023-08/msg00470.html)

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.