[linux-5.4 test] 154718: tolerable FAIL - PUSHED

2020-09-25 Thread osstest service owner
flight 154718 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/154718/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-amd64-examine4 memdisk-try-append fail in 154644 pass in 154718 test-armhf-armhf-xl-rtds 16 guest-s

Re: remove alloc_vm_area v2

2020-09-25 Thread Christoph Hellwig
On Fri, Sep 25, 2020 at 07:43:49PM -0700, Andrew Morton wrote: > On Thu, 24 Sep 2020 15:58:42 +0200 Christoph Hellwig wrote: > > > this series removes alloc_vm_area, which was left over from the big > > vmalloc interface rework. It is a rather arkane interface, basicaly > > the equivalent of get

Re: remove alloc_vm_area v2

2020-09-25 Thread Andrew Morton
On Thu, 24 Sep 2020 15:58:42 +0200 Christoph Hellwig wrote: > this series removes alloc_vm_area, which was left over from the big > vmalloc interface rework. It is a rather arkane interface, basicaly > the equivalent of get_vm_area + actually faulting in all PTEs in > the allocated area. It was

[xen-4.13-testing bisection] complete test-xtf-amd64-amd64-4

2020-09-25 Thread osstest service owner
branch xen-4.13-testing xenbranch xen-4.13-testing job test-xtf-amd64-amd64-4 testid xtf/test-hvm64-xsa-221 Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: ovmf git://xenbits.xen.org/osstest/ovmf.git Tree: qemu git://xenb

Re: [patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI

2020-09-25 Thread Thomas Gleixner
On Fri, Sep 25 2020 at 17:49, Peter Zijlstra wrote: > Here it looks like this: > > [1.830276] BUG: kernel NULL pointer dereference, address: > [1.838043] #PF: supervisor instruction fetch in kernel mode > [1.844357] #PF: error_code(0x0010) - not-present page > [1.85

[xen-4.12-testing bisection] complete test-xtf-amd64-amd64-4

2020-09-25 Thread osstest service owner
branch xen-4.12-testing xenbranch xen-4.12-testing job test-xtf-amd64-amd64-4 testid xtf/test-hvm64-xsa-221 Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: ovmf git://xenbits.xen.org/osstest/ovmf.git Tree: qemu git://xenb

[xen-4.10-testing test] 154795: trouble: blocked/broken

2020-09-25 Thread osstest service owner
flight 154795 xen-4.10-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/154795/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-prev

Re: [RFC PATCH v1 2/6] sched: track time spent in hypervisor tasks

2020-09-25 Thread Dario Faggioli
On Fri, 2020-09-25 at 20:21 +, Volodymyr Babchuk wrote: > Hi Dario, > Hi! :-) > Dario Faggioli writes: > > And what about the cases where schedule() does return? > > Can it return on x86? I want to test this case, but how force it? > Null > scheduler, perhaps? > > > Are these also fine beca

[xen-unstable bisection] complete test-xtf-amd64-amd64-4

2020-09-25 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job test-xtf-amd64-amd64-4 testid xtf/test-hvm64-xsa-221 Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git Tree: qemuu git://xen

Re: [RFC PATCH v1 2/6] sched: track time spent in hypervisor tasks

2020-09-25 Thread Volodymyr Babchuk
Hi Dario, Dario Faggioli writes: > On Thu, 2020-09-24 at 18:08 +, Volodymyr Babchuk wrote: >> So, as I see this, functions are called in the following way (on >> x86): >> >> 1. do_softirq() calls vcpu_begin_hyp_task() and then executes >> __do_softirq() >> >> 2. __do_softirq() does diffe

Re: [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

2020-09-25 Thread boris . ostrovsky
On 9/25/20 3:04 PM, Anchal Agarwal wrote: > On Tue, Sep 22, 2020 at 11:17:36PM +, Anchal Agarwal wrote: >> On Tue, Sep 22, 2020 at 12:18:05PM -0400, boris.ostrov...@oracle.com wrote: >>> CAUTION: This email originated from outside of the organization. Do not >>> click links or open attachmen

Re: [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

2020-09-25 Thread Anchal Agarwal
On Tue, Sep 22, 2020 at 11:17:36PM +, Anchal Agarwal wrote: > On Tue, Sep 22, 2020 at 12:18:05PM -0400, boris.ostrov...@oracle.com wrote: > > CAUTION: This email originated from outside of the organization. Do not > > click links or open attachments unless you can confirm the sender and know

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Jason Andryuk
On Fri, Sep 25, 2020 at 12:02 PM Julien Grall wrote: > > Hi Jan, > > On 25/09/2020 16:36, Jan Beulich wrote: > > On 25.09.2020 16:33, Julien Grall wrote: > >> On 25/09/2020 14:58, Jan Beulich wrote: > >>> On 25.09.2020 15:16, Julien Grall wrote: > Fair enough. I would still like to consider a

Re: [RFC PATCH v1 2/6] sched: track time spent in hypervisor tasks

2020-09-25 Thread Dario Faggioli
On Thu, 2020-09-24 at 18:08 +, Volodymyr Babchuk wrote: > So, as I see this, functions are called in the following way (on > x86): > > 1. do_softirq() calls vcpu_begin_hyp_task() and then executes > __do_softirq() > > 2. __do_softirq() does different jobs and eventually calls schedule() > >

Re: [PATCH] x86: Use LOCK ADD instead of MFENCE for smp_mb()

2020-09-25 Thread Andrew Cooper
On 21/09/2020 14:58, Jan Beulich wrote: > On 21.09.2020 15:04, Andrew Cooper wrote: >> MFENCE is overly heavyweight for SMP semantics on WB memory, because it also >> orders weaker cached writes, and flushes the WC buffers. >> >> This technique was used as an optimisation in Java[1], and later adop

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Jan Beulich
On 25.09.2020 18:00, Julien Grall wrote: > On 25/09/2020 16:36, Jan Beulich wrote: >> Plus, as said, the minimal change of making Flask >> avoid xmalloc() when IRQs are off is a change that ought to be made >> anyway imo, in order to favor proper functioning over performance. > If there are other u

[PATCH 08/11, fixed] drm/i915: use vmap in i915_gem_object_map

2020-09-25 Thread Christoph Hellwig
i915_gem_object_map implements fairly low-level vmap functionality in a driver. Split it into two helpers, one for remapping kernel memory which can use vmap, and one for I/O memory that uses vmap_pfn. The only practical difference is that alloc_vm_area prefeaults the vmalloc area PTEs, which doe

Re: [Intel-gfx] [PATCH 08/11] drm/i915: use vmap in i915_gem_object_map

2020-09-25 Thread Christoph Hellwig
On Fri, Sep 25, 2020 at 03:08:59PM +0100, Matthew Auld wrote: > > + i = 0; > > + for_each_sgt_page(page, iter, obj->mm.pages) > > + pages[i++] = page; > > + vaddr = vmap(pages, n_pages, 0, pgprot); > > + if (pages != stack) > > + kvfree(pages); >

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Julien Grall
Hi Jan, On 25/09/2020 16:36, Jan Beulich wrote: On 25.09.2020 16:33, Julien Grall wrote: On 25/09/2020 14:58, Jan Beulich wrote: On 25.09.2020 15:16, Julien Grall wrote: Fair enough. I would still like to consider a way where we could avoid to hack xsm_* because we have the interrupts disable

Re: [PATCH v2 04/11] xen/memory: Fix acquire_resource size semantics

2020-09-25 Thread Jan Beulich
On 22.09.2020 20:24, Andrew Cooper wrote: > --- a/xen/common/memory.c > +++ b/xen/common/memory.c > @@ -1007,6 +1007,26 @@ static long xatp_permission_check(struct domain *d, > unsigned int space) > return xsm_add_to_physmap(XSM_TARGET, current->domain, d); > } > > +/* > + * Return 0 on an

Re: [patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI

2020-09-25 Thread Peter Zijlstra
wapper/0 Tainted: G I >5.9.0-rc6-next-20200925 #2 > [8.503987][T0] Hardware name: HPE ProLiant DL560 Gen10/ProLiant DL560 > Gen10, BIOS U34 11/13/2019 > [8.513238][T0] RIP: 0010:0x0 > [8.516562][T0] Code: Bad RIP v Here it looks like t

Re: [PATCH 03/11 RFC] gitignore: Add/Generalize entries

2020-09-25 Thread Elliott Mitchell
On Fri, Sep 25, 2020 at 08:49:01AM +0200, Jan Beulich wrote: > I don't think so, no - new ports will similarly have asm-/config.h, > and there shouldn't be a requirement to "git add -f" them at that point. > The role of such named files really is too different to have such a top > level entry imo.

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Jan Beulich
On 25.09.2020 16:33, Julien Grall wrote: > On 25/09/2020 14:58, Jan Beulich wrote: >> On 25.09.2020 15:16, Julien Grall wrote: >>> Fair enough. I would still like to consider a way where we could avoid >>> to hack xsm_* because we have the interrupts disabled. >> >> Well, from a conceptual pov it's

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Jan Beulich
On 25.09.2020 16:57, Jürgen Groß wrote: > On 25.09.20 14:21, Jan Beulich wrote: >> On 25.09.2020 12:34, Julien Grall wrote: >>> On 24/09/2020 11:53, Jan Beulich wrote: xmalloc() & Co may not be called with IRQs off, or else check_lock() will have its assertion trigger about locks getting

Re: [patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI

2020-09-25 Thread Qian Cai
ervisor instruction fetch in kernel mode [8.480669][T0] #PF: error_code(0x0010) - not-present page [8.486518][T0] PGD 0 P4D 0 [8.489757][T0] Oops: 0010 [#1] SMP KASAN PTI [8.494476][T0] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G I 5.9.0-rc6-next-20200925 #2 [

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Jürgen Groß
On 25.09.20 14:21, Jan Beulich wrote: On 25.09.2020 12:34, Julien Grall wrote: On 24/09/2020 11:53, Jan Beulich wrote: xmalloc() & Co may not be called with IRQs off, or else check_lock() will have its assertion trigger about locks getting acquired inconsistently. Re-arranging the locking in ev

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Julien Grall
Hi Jan, On 25/09/2020 14:58, Jan Beulich wrote: On 25.09.2020 15:16, Julien Grall wrote: Hi Jan, On 25/09/2020 13:21, Jan Beulich wrote: On 25.09.2020 12:34, Julien Grall wrote: On 24/09/2020 11:53, Jan Beulich wrote: xmalloc() & Co may not be called with IRQs off, or else check_lock() will

Re: [Intel-gfx] [PATCH 08/11] drm/i915: use vmap in i915_gem_object_map

2020-09-25 Thread Matthew Auld
On Thu, 24 Sep 2020 at 14:59, Christoph Hellwig wrote: > > i915_gem_object_map implements fairly low-level vmap functionality in > a driver. Split it into two helpers, one for remapping kernel memory > which can use vmap, and one for I/O memory that uses vmap_pfn. > > The only practical differenc

[PATCH v2] x86/xen: disable Firmware First mode for correctable memory errors

2020-09-25 Thread Juergen Gross
When running as Xen dom0 the kernel isn't responsible for selecting the error handling mode, this should be handled by the hypervisor. So disable setting FF mode when running as Xen pv guest. Not doing so might result in boot splats like: [7.509696] HEST: Enabling Firmware First mode for corr

Re: [PATCH] x86/xen: disable Firmware First mode for correctable memory errors

2020-09-25 Thread Jan Beulich
On 25.09.2020 15:45, boris.ostrov...@oracle.com wrote: > On 9/25/20 6:11 AM, Juergen Gross wrote: >> @@ -1296,6 +1296,14 @@ asmlinkage __visible void __init >> xen_start_kernel(void) >> >> xen_smp_init(); >> >> +#ifdef CONFIG_ACPI >> +/* >> + * Disable selecting "Firmware First mo

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Jan Beulich
On 25.09.2020 15:16, Julien Grall wrote: > Hi Jan, > > On 25/09/2020 13:21, Jan Beulich wrote: >> On 25.09.2020 12:34, Julien Grall wrote: >>> On 24/09/2020 11:53, Jan Beulich wrote: xmalloc() & Co may not be called with IRQs off, or else check_lock() will have its assertion trigger abou

Re: [PATCH RFC 3/4] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()

2020-09-25 Thread Oscar Salvador
On Wed, Sep 16, 2020 at 08:34:10PM +0200, David Hildenbrand wrote: > Page isolation doesn't actually touch the pages, it simply isolates > pageblocks and moves all free pages to the MIGRATE_ISOLATE freelist. > > We already place pages to the tail of the freelists when undoing > isolation via __put

Re: [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable

2020-09-25 Thread Qian Cai
On Wed, 2020-08-26 at 13:17 +0200, Thomas Gleixner wrote: > From: Thomas Gleixner > > The arch_.*_msi_irq[s] fallbacks are compiled in whether an architecture > requires them or not. Architectures which are fully utilizing hierarchical > irq domains should never call into that code. > > It's not

Re: [PATCH] x86/xen: disable Firmware First mode for correctable memory errors

2020-09-25 Thread boris . ostrovsky
On 9/25/20 6:11 AM, Juergen Gross wrote: > @@ -1296,6 +1296,14 @@ asmlinkage __visible void __init xen_start_kernel(void) > > xen_smp_init(); > > +#ifdef CONFIG_ACPI > + /* > + * Disable selecting "Firmware First mode" for correctable memory > + * errors, as this is the du

Re: [PATCH RFC 2/4] mm/page_alloc: place pages to tail in __putback_isolated_page()

2020-09-25 Thread David Hildenbrand
On 25.09.20 15:19, Oscar Salvador wrote: > On Wed, Sep 16, 2020 at 08:34:09PM +0200, David Hildenbrand wrote: >> __putback_isolated_page() already documents that pages will be placed to >> the tail of the freelist - this is, however, not the case for >> "order >= MAX_ORDER - 2" (see buddy_merge_lik

Re: [PATCH 06/11] drm/i915: use vmap in shmem_pin_map

2020-09-25 Thread Tvrtko Ursulin
On 24/09/2020 14:58, Christoph Hellwig wrote: shmem_pin_map somewhat awkwardly reimplements vmap using alloc_vm_area and manual pte setup. The only practical difference is that alloc_vm_area prefeaults the vmalloc area PTEs, which doesn't seem to be required here (and could be added to vmap us

Re: [PATCH V1 13/16] xen/ioreq: Make x86's invalidate qemu mapcache handling common

2020-09-25 Thread Oleksandr
On 25.09.20 10:03, Jan Beulich wrote: Hi Jan. On 24.09.2020 18:45, Oleksandr wrote: On 24.09.20 14:16, Jan Beulich wrote: Hi Jan On 22.09.2020 21:32, Oleksandr wrote: On 16.09.20 11:50, Jan Beulich wrote: On 10.09.2020 22:22, Oleksandr Tyshchenko wrote: --- a/xen/common/memory.c +++ b/

Re: [PATCH RFC 2/4] mm/page_alloc: place pages to tail in __putback_isolated_page()

2020-09-25 Thread Oscar Salvador
On Wed, Sep 16, 2020 at 08:34:09PM +0200, David Hildenbrand wrote: > __putback_isolated_page() already documents that pages will be placed to > the tail of the freelist - this is, however, not the case for > "order >= MAX_ORDER - 2" (see buddy_merge_likely()) - which should be > the case for all ex

Re: [PATCH v2 02/11] xen/gnttab: Rework resource acquisition

2020-09-25 Thread Jan Beulich
On 22.09.2020 20:24, Andrew Cooper wrote: > --- a/xen/common/grant_table.c > +++ b/xen/common/grant_table.c > @@ -4013,6 +4013,81 @@ static int gnttab_get_shared_frame_mfn(struct domain > *d, > return 0; > } > > +int gnttab_acquire_resource( > +struct domain *d, unsigned int id, unsign

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Julien Grall
Hi Jan, On 25/09/2020 13:21, Jan Beulich wrote: On 25.09.2020 12:34, Julien Grall wrote: On 24/09/2020 11:53, Jan Beulich wrote: xmalloc() & Co may not be called with IRQs off, or else check_lock() will have its assertion trigger about locks getting acquired inconsistently. Re-arranging the lo

RE: [PATCH v9 0/8] domain context infrastructure

2020-09-25 Thread Paul Durrant
> -Original Message- > From: Lengyel, Tamas > Sent: 24 September 2020 20:36 > To: Paul Durrant ; xen-devel@lists.xenproject.org > Cc: Paul Durrant ; Andrew Cooper > ; Daniel De Graaf > ; George Dunlap ; Ian Jackson > ; Jan Beulich ; Julien Grall > ; Marek > Marczykowski-Górecki ; Roger P

Re: [PATCH v9 6/8] common/domain: add a domain context record for shared_info...

2020-09-25 Thread Jan Beulich
On 24.09.2020 15:10, Paul Durrant wrote: > From: Paul Durrant > > ... and update xen-domctx to dump some information describing the record. > > NOTE: Processing of the content during restore is currently limited to > PV domains, and matches processing of the PV-only SHARED_INFO record >

[xen-4.10-testing test] 154750: trouble: blocked/broken

2020-09-25 Thread osstest service owner
flight 154750 xen-4.10-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/154750/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64 broken build-amd64-prev

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Jan Beulich
On 25.09.2020 12:34, Julien Grall wrote: > On 24/09/2020 11:53, Jan Beulich wrote: >> xmalloc() & Co may not be called with IRQs off, or else check_lock() >> will have its assertion trigger about locks getting acquired >> inconsistently. Re-arranging the locking in evtchn_send() doesn't seem >> ver

RE: [PATCH v2 0/2] fix 'xl block-detach'

2020-09-25 Thread Paul Durrant
Ping? AFAICT this series is fully acked. Can it be committed soon? Paul > -Original Message- > From: Paul Durrant > Sent: 15 September 2020 15:10 > To: xen-devel@lists.xenproject.org > Cc: Paul Durrant > Subject: [PATCH v2 0/2] fix 'xl block-detach' > > From: Paul Durrant > > This

Re: [PATCH] evtchn/Flask: pre-allocate node on send path

2020-09-25 Thread Julien Grall
Hi Jan, On 24/09/2020 11:53, Jan Beulich wrote: xmalloc() & Co may not be called with IRQs off, or else check_lock() will have its assertion trigger about locks getting acquired inconsistently. Re-arranging the locking in evtchn_send() doesn't seem very reasonable, especially since the per-chann

Re: [PATCH RFC 1/4] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag

2020-09-25 Thread Oscar Salvador
On Wed, Sep 16, 2020 at 08:34:08PM +0200, David Hildenbrand wrote: > Let's prepare for additional flags and avoid long parameter lists of bools. > Follow-up patches will also make use of the flags in __free_pages_ok(), > however, I wasn't able to come up with a better name for the type - should > b

[PATCH] x86/xen: disable Firmware First mode for correctable memory errors

2020-09-25 Thread Juergen Gross
When running as Xen dom0 the kernel isn't responsible for selecting the error handling mode, this should be handled by the hypervisor. So disable setting FF mode when running as Xen pv guest. Not doing so might result in boot splats like: [7.509696] HEST: Enabling Firmware First mode for corr

Re: [PATCH V1 09/16] arm/ioreq: Introduce arch specific bits for IOREQ/DM features

2020-09-25 Thread Oleksandr
On 25.09.20 09:51, Jan Beulich wrote: Hi Jan On 24.09.2020 20:02, Oleksandr wrote: On 24.09.20 19:02, Oleksandr wrote: Julien, I noticed that three fields mmio* are not used within current series on Arm. Do we expect them to be used later on? I would rather not add fields which are not used.

Re: [PATCH v3 00/22] Convert all remaining drivers to GEM object functions

2020-09-25 Thread Thomas Zimmermann
Hi Am 23.09.20 um 16:33 schrieb Christian König: > Feel free to add an Acked-by: Christian König > to all patches which I haven't explicitly reviewed. Done, thanks. > > I would say we should just push this to drm-misc-next now. It's merged now. Best regards Thomas > > Thanks for the nice c

Re: [PATCH RFC 3/4] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()

2020-09-25 Thread Vlastimil Babka
On 9/25/20 10:05 AM, David Hildenbrand wrote: static inline void del_page_from_free_list(struct page *page, struct zone *zone, unsigned int order) { @@ -2323,7 +2332,7 @@ static inline struct page *__rmqueue_cma_fallback(struct

RE: [PATCH V1 02/16] xen/ioreq: Make x86's IOREQ feature common

2020-09-25 Thread Paul Durrant
> -Original Message- > From: Julien Grall > Sent: 24 September 2020 19:01 > To: Oleksandr Tyshchenko ; xen-devel@lists.xenproject.org > Cc: Oleksandr Tyshchenko ; Andrew Cooper > ; > George Dunlap ; Ian Jackson > ; Jan Beulich > ; Stefano Stabellini ; Wei Liu > ; Roger Pau > Monné ; Pau

Re: [PATCH RFC 2/4] mm/page_alloc: place pages to tail in __putback_isolated_page()

2020-09-25 Thread David Hildenbrand
On 24.09.20 12:37, Vlastimil Babka wrote: > On 9/16/20 8:34 PM, David Hildenbrand wrote: >> __putback_isolated_page() already documents that pages will be placed to >> the tail of the freelist - this is, however, not the case for >> "order >= MAX_ORDER - 2" (see buddy_merge_likely()) - which should

Re: [PATCH RFC 3/4] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()

2020-09-25 Thread David Hildenbrand
On 25.09.20 04:45, Wei Yang wrote: > On Thu, Sep 24, 2020 at 01:13:29PM +0200, Vlastimil Babka wrote: >> On 9/16/20 8:34 PM, David Hildenbrand wrote: >>> Page isolation doesn't actually touch the pages, it simply isolates >>> pageblocks and moves all free pages to the MIGRATE_ISOLATE freelist. >>>

[xen-4.14-testing bisection] complete test-xtf-amd64-amd64-1

2020-09-25 Thread osstest service owner
branch xen-4.14-testing xenbranch xen-4.14-testing job test-xtf-amd64-amd64-1 testid xtf/test-hvm64-xsa-221 Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: ovmf git://xenbits.xen.org/osstest/ovmf.git Tree: qemu git://xenb

[xen-4.13-testing test] 154667: regressions - FAIL

2020-09-25 Thread osstest service owner
flight 154667 xen-4.13-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/154667/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-xtf-amd64-amd64-4 68 xtf/test-hvm64-xsa-221 fail REGR. vs. 154358 test-xtf-amd64

Re: [PATCH V1 13/16] xen/ioreq: Make x86's invalidate qemu mapcache handling common

2020-09-25 Thread Jan Beulich
On 24.09.2020 18:45, Oleksandr wrote: > > On 24.09.20 14:16, Jan Beulich wrote: > > Hi Jan > >> On 22.09.2020 21:32, Oleksandr wrote: >>> On 16.09.20 11:50, Jan Beulich wrote: On 10.09.2020 22:22, Oleksandr Tyshchenko wrote: > --- a/xen/common/memory.c > +++ b/xen/common/memory.c >>