[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] preparations for 4.8.2
Hi all,
@Jan: you may want to check the note on XSA-218 and XSA-224
I removed Text::Diff module, which should fix the dependency problem.
I also fixed the script such that it will fetch patches from
http://xenbits.xenproject.org/xsa if the xsa.git has not been checked out
in the location in
The script still depends on: Getopt, Cwd, File packages, which I hope are
standard.
Crude check
===========
I first ran the scripts using
./match-xsa --version 4 --major 8 --since 1 --xsa xsa-213-225 --getlogs
--html > xsamatch.html
Which checks name signatures only.
Note that
https://xenproject.org/downloads/xen-archives/xen-project-48-series/xen-481
.html tells us that XSA 212 was applied last.
The output shows that XSA-215 has not been applied. Not a problem, because
XSA-215 applies to 64-bit Xen versions of 4.6 and earlier only.
All the other ones have patches with matching names that have been applied.
Detailed check
==============
I then ran using
./match-xsa --version 4 --major 8 --since 1 --xsa xsa-213-225 --html
--smart > xsamatchsmart.html
which requires that xsa.git is checked out, which has restricted access
(security team members only).
The output shows some problems, for which I used
./match-xsa --version 4 --major 8 --since 1 --xsa xsa-213-225 --html
--smart --debug > xsamatchsmartdebug.html
This then tells me that there are a few real differences between 4.8.2 and
the XSA database
XSA-218: line 32 in the log shows a real difference: see XSA-218-32.png
XSA-224: line 72 in the log shows a real difference: see XSA-224-72a.png &
XSA-224-72b.png
XSA-222: line 51 in the log shows a real difference: this is a known bug
in the tool where the diff file chunks are in a different order
Script Improvements
===================
I can't use --xsadir https://xenbits.xenproject.org/xsa as I can't read
files from a website. I can, fetch the file from
https://xenbits.xenproject.org/xsa via the LWP:Simple package, which I
don't think is installed on Linux distros by default. Alternatively I
could use wget, which may be better.
I will play with this and see whether I can add it.
Cheers
Lars
On 18/07/2017, 14:53, "Wei Liu" <wei.liu2@xxxxxxxxxx> wrote:
>On Tue, Jul 18, 2017 at 12:21:42PM +0100, Lars Kurth wrote:
>> Wei,
>> I attached the list output from xsa-list-send starting from 206
>> If you look at
>>
>>https://xenproject.org/downloads/xen-archives/xen-project-48-series/xen-4
>>81
>> .html, you may want to start using from 213+
>
>[$]> ./match-xsa --version 4 --major 8 --since 2 --getlogs --xsa xsa-225
>Can't locate Text/Diff.pm in @INC (you may need to install the
>Text::Diff module) (@INC contains: /etc/perl
>/usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1
>/usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5
>/usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24
>/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at
>./match-xsa line 14.
>BEGIN failed--compilation aborted at ./match-xsa line 14.
>
>Would be useful to give a list of perl modules required.
Attachment:
xsa-213-225
Description: xsa-213-225
CHECKING '../xsa-lists/xsa-213-225' against 'xen_481-stable.log', 'qemuu_481-stable.log' and 'qemut_481-stable.log'.
- XSA 213 : in xen (xsa213.patch) multicall: deal with early exit conditions
- XSA 213 : in xen (xsa213-4.5.patch) multicall: deal with early exit conditions
- XSA 213 : in xen (xsa213-4.6.patch) multicall: deal with early exit conditions
- XSA 213 : in xen (xsa213-4.7.patch) multicall: deal with early exit conditions
- XSA 213 : in xen (xsa213-4.8.patch) multicall: deal with early exit conditions
- XSA 214 : in xen (xsa214.patch) x86: discard type information when stealing pages
- XSA 215 : in NONE (xsa215.patch) x86: correct create_bounce_frame
- XSA 216 : in qemuu (xsa216-linux-2.6.18-xen.patch) blkback/blktap: don't leak stack data via response ring
- XSA 216 : in qemuu (xsa216-linux-4.4.patch) xen-blkback: don't leak stack data via response ring
- XSA 216 : in qemuu (xsa216-linux-4.11.patch) xen-blkback: don't leak stack data via response ring
- XSA 216 : in qemuu (xsa216-qemuu.patch) xen/disk: don't leak stack data via response ring
- XSA 216 : in qemuu (xsa216-qemuu-4.5.patch) xen/disk: don't leak stack data via response ring
- XSA 216 : in qemuu (xsa216-qemuu-4.7.patch) xen/disk: don't leak stack data via response ring
- XSA 217 : in xen (xsa217.patch) x86/mm: disallow page stealing from HVM domains
- XSA 217 : in xen (xsa217-4.5.patch) x86/mm: disallow page stealing from HVM domains
- XSA 218 : in xen (xsa218-unstable/0001-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in xen (xsa218-unstable/0002-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-unstable/0003-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 218 : in NONE (xsa218-4.5/0001-IOMMU-handle-IOMMU-mapping-and-unmapping-failures.patch) IOMMU: handle IOMMU mapping and unmapping failures
- XSA 218 : in xen (xsa218-4.5/0002-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in xen (xsa218-4.5/0003-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-4.5/0004-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 218 : in NONE (xsa218-4.6/0001-IOMMU-handle-IOMMU-mapping-and-unmapping-failures.patch) IOMMU: handle IOMMU mapping and unmapping failures
- XSA 218 : in xen (xsa218-4.6/0002-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in xen (xsa218-4.6/0003-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-4.6/0004-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 218 : in NONE (xsa218-4.7/0001-IOMMU-handle-IOMMU-mapping-and-unmapping-failures.patch) IOMMU: handle IOMMU mapping and unmapping failures
- XSA 218 : in xen (xsa218-4.7/0002-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in xen (xsa218-4.7/0003-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-4.7/0004-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 218 : in xen (xsa218-4.8/0001-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in xen (xsa218-4.8/0002-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-4.8/0003-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 219 : in xen (xsa219.patch) x86/shadow: Hold references for the duration of emulated writes
- XSA 219 : in xen (xsa219-4.5.patch) x86/shadow: Hold references for the duration of emulated writes
- XSA 219 : in xen (xsa219-4.6.patch) x86/shadow: Hold references for the duration of emulated writes
- XSA 219 : in xen (xsa219-4.8.patch) x86/shadow: Hold references for the duration of emulated writes
- XSA 220 : in xen (xsa220.patch) x86: avoid leaking PKRU and BND* between vCPU-s
- XSA 220 : in NONE (xsa220-4.5.patch) x86: avoid leaking BND* between vCPU-s
- XSA 220 : in NONE (xsa220-4.6.patch) x86: avoid leaking BND* between vCPU-s
- XSA 220 : in xen (xsa220-4.7.patch) x86: avoid leaking PKRU and BND* between vCPU-s
- XSA 220 : in xen (xsa220-4.8.patch) x86: avoid leaking PKRU and BND* between vCPU-s
- XSA 221 : in xen (xsa221.patch) evtchn: avoid NULL derefs
- XSA 222 : in xen (xsa222-1.patch) xen/memory: Fix return value handing of guest_remove_page()
- XSA 222 : in xen (xsa222-1-4.6.patch) xen/memory: Fix return value handing of guest_remove_page()
- XSA 222 : in xen (xsa222-1-4.7.patch) xen/memory: Fix return value handing of guest_remove_page()
- XSA 222 : in xen (xsa222-2.patch) guest_physmap_remove_page() needs its return value checked
- XSA 222 : in xen (xsa222-2-4.5.patch) guest_physmap_remove_page() needs its return value checked
- XSA 222 : in xen (xsa222-2-4.6.patch) guest_physmap_remove_page() needs its return value checked
- XSA 222 : in xen (xsa222-2-4.7.patch) guest_physmap_remove_page() needs its return value checked
- XSA 222 : in xen (xsa222-2-4.8.patch) guest_physmap_remove_page() needs its return value checked
- XSA 223 : in xen (xsa223.patch) arm: vgic: Don't update the LR when the IRQ is not enabled
- XSA 224 : in xen (xsa224-unstable/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-unstable/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-unstable/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in xen (xsa224-unstable/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 224 : in xen (xsa224-4.5/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-4.5/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-4.5/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in xen (xsa224-4.5/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 224 : in xen (xsa224-4.6/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-4.6/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-4.6/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in xen (xsa224-4.6/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 224 : in xen (xsa224-4.7/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-4.7/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-4.7/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in xen (xsa224-4.7/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 224 : in xen (xsa224-4.8/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-4.8/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-4.8/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in xen (xsa224-4.8/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 225 : in xen (xsa225.patch) xen/arm: vgic: Sanitize target mask used to send SGI
CHECKING '../xsa-lists/xsa-213-225' against 'xen_481-stable.log', 'qemuu_481-stable.log' and 'qemut_481-stable.log'.
- XSA 213 : in NONE (xsa213.patch) multicall: deal with early exit conditions
- XSA 213 : in NONE (xsa213-4.5.patch) multicall: deal with early exit conditions
- XSA 213 : in NONE (xsa213-4.6.patch) multicall: deal with early exit conditions
- XSA 213 : in NONE (xsa213-4.7.patch) multicall: deal with early exit conditions
- XSA 213 : in xen (xsa213-4.8.patch) multicall: deal with early exit conditions
- XSA 214 : in xen (xsa214.patch) x86: discard type information when stealing pages
- XSA 215 : in NONE (xsa215.patch) x86: correct create_bounce_frame
- XSA 216 : in NONE (xsa216-linux-2.6.18-xen.patch) blkback/blktap: don't leak stack data via response ring
- XSA 216 : in NONE (xsa216-linux-4.4.patch) xen-blkback: don't leak stack data via response ring
- XSA 216 : in NONE (xsa216-linux-4.11.patch) xen-blkback: don't leak stack data via response ring
- XSA 216 : in qemuu (xsa216-qemuu.patch) xen/disk: don't leak stack data via response ring
- XSA 216 : in NONE (xsa216-qemuu-4.5.patch) xen/disk: don't leak stack data via response ring
- XSA 216 : in NONE (xsa216-qemuu-4.7.patch) xen/disk: don't leak stack data via response ring
- XSA 217 : in xen (xsa217.patch) x86/mm: disallow page stealing from HVM domains
- XSA 217 : in xen (xsa217-4.5.patch) x86/mm: disallow page stealing from HVM domains
- XSA 218 : in xen (xsa218-unstable/0001-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in NONE (xsa218-unstable/0002-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-unstable/0003-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 218 : in NONE (xsa218-4.5/0001-IOMMU-handle-IOMMU-mapping-and-unmapping-failures.patch) IOMMU: handle IOMMU mapping and unmapping failures
- XSA 218 : in xen (xsa218-4.5/0002-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in NONE (xsa218-4.5/0003-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in NONE (xsa218-4.5/0004-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 218 : in NONE (xsa218-4.6/0001-IOMMU-handle-IOMMU-mapping-and-unmapping-failures.patch) IOMMU: handle IOMMU mapping and unmapping failures
- XSA 218 : in xen (xsa218-4.6/0002-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in NONE (xsa218-4.6/0003-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-4.6/0004-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 218 : in NONE (xsa218-4.7/0001-IOMMU-handle-IOMMU-mapping-and-unmapping-failures.patch) IOMMU: handle IOMMU mapping and unmapping failures
- XSA 218 : in xen (xsa218-4.7/0002-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in NONE (xsa218-4.7/0003-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-4.7/0004-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 218 : in xen (xsa218-4.8/0001-gnttab-fix-unmap-pin-accounting-race.patch) gnttab: fix unmap pin accounting race
- XSA 218 : in NONE (xsa218-4.8/0002-gnttab-Avoid-potential-double-put-of-maptrack-entry.patch) gnttab: Avoid potential double-put of maptrack entry
- XSA 218 : in xen (xsa218-4.8/0003-gnttab-correct-maptrack-table-accesses.patch) gnttab: correct maptrack table accesses
- XSA 219 : in xen (xsa219.patch) x86/shadow: Hold references for the duration of emulated writes
- XSA 219 : in NONE (xsa219-4.5.patch) x86/shadow: Hold references for the duration of emulated writes
- XSA 219 : in NONE (xsa219-4.6.patch) x86/shadow: Hold references for the duration of emulated writes
- XSA 219 : in xen (xsa219-4.8.patch) x86/shadow: Hold references for the duration of emulated writes
- XSA 220 : in NONE (xsa220.patch) x86: avoid leaking PKRU and BND* between vCPU-s
- XSA 220 : in NONE (xsa220-4.5.patch) x86: avoid leaking BND* between vCPU-s
- XSA 220 : in NONE (xsa220-4.6.patch) x86: avoid leaking BND* between vCPU-s
- XSA 220 : in NONE (xsa220-4.7.patch) x86: avoid leaking PKRU and BND* between vCPU-s
- XSA 220 : in xen (xsa220-4.8.patch) x86: avoid leaking PKRU and BND* between vCPU-s
- XSA 221 : in xen (xsa221.patch) evtchn: avoid NULL derefs
- XSA 222 : in xen (xsa222-1.patch) xen/memory: Fix return value handing of guest_remove_page()
- XSA 222 : in NONE (xsa222-1-4.6.patch) xen/memory: Fix return value handing of guest_remove_page()
- XSA 222 : in NONE (xsa222-1-4.7.patch) xen/memory: Fix return value handing of guest_remove_page()
- XSA 222 : in NONE (xsa222-2.patch) guest_physmap_remove_page() needs its return value checked
- XSA 222 : in NONE (xsa222-2-4.5.patch) guest_physmap_remove_page() needs its return value checked
- XSA 222 : in NONE (xsa222-2-4.6.patch) guest_physmap_remove_page() needs its return value checked
- XSA 222 : in NONE (xsa222-2-4.7.patch) guest_physmap_remove_page() needs its return value checked
- XSA 222 : in NONE (xsa222-2-4.8.patch) guest_physmap_remove_page() needs its return value checked
- XSA 223 : in xen (xsa223.patch) arm: vgic: Don't update the LR when the IRQ is not enabled
- XSA 224 : in xen (xsa224-unstable/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-unstable/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-unstable/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in xen (xsa224-unstable/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 224 : in xen (xsa224-4.5/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-4.5/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-4.5/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in NONE (xsa224-4.5/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 224 : in xen (xsa224-4.6/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-4.6/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-4.6/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in NONE (xsa224-4.6/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 224 : in xen (xsa224-4.7/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-4.7/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-4.7/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in NONE (xsa224-4.7/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 224 : in xen (xsa224-4.8/0001-gnttab-Fix-handling-of-dev_bus_addr-during-unmap.patch) gnttab: Fix handling of dev_bus_addr during unmap
- XSA 224 : in xen (xsa224-4.8/0002-gnttab-never-create-host-mapping-unless-asked-to.patch) gnttab: never create host mapping unless asked to
- XSA 224 : in xen (xsa224-4.8/0003-gnttab-correct-logic-to-get-page-references-during-m.patch) gnttab: correct logic to get page references during map requests
- XSA 224 : in NONE (xsa224-4.8/0004-gnttab-__gnttab_unmap_common_complete-is-all-or-noth.patch) gnttab: __gnttab_unmap_common_complete() is all-or-nothing
- XSA 225 : in xen (xsa225.patch) xen/arm: vgic: Sanitize target mask used to send SGI
Attachment:
XSA-218-32.png
Description: XSA-218-32.png
Attachment:
XSA-224-72a.png
Description: XSA-224-72a.png
Attachment:
XSA-224-72b.png
Description: XSA-224-72b.png
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|