[xen-4.12-testing test] 160150: regressions - FAIL

2021-03-21 Thread osstest service owner
flight 160150 xen-4.12-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/160150/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-xsm 6 xen-buildfail REGR. vs. 159418 build-amd64-pr

[xen-unstable-coverity test] 160171: regressions - ALL FAIL

2021-03-21 Thread osstest service owner
flight 160171 xen-unstable-coverity real [real] flight 160177 xen-unstable-coverity real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/160171/ http://logs.test-lab.xenproject.org/osstest/logs/160177/ Regressions :-( Tests which did not succeed and are blocking, including tests wh

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

2021-03-21 Thread osstest service owner
flight 160152 linux-5.4 real [real] flight 160183 linux-5.4 real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/160152/ http://logs.test-lab.xenproject.org/osstest/logs/160183/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-i386

Re: [PATCH for-4.15 v3] SUPPORT.MD: Mark LiveUpdate of C/OCaml XenStored daemon as Tech Preview

2021-03-21 Thread Julien Grall
(+ Ian) Hi Ian, Sorry I forgot to CC you on the original Ian. Would it be possible to give an R-A for the patch below? Cheers, On 17/03/2021 12:08, Julien Grall wrote: From: Julien Grall Support to liveupdate C/OCaml XenStored daemon was added during the 4.15 development cycle. Add two ne

Re: [net-next 1/2] xen-netback: add module parameter to disable ctrl-ring

2021-03-21 Thread Leon Romanovsky
On Sun, Mar 21, 2021 at 05:31:08PM +0100, Hsu, Chiahao wrote: > > > Leon Romanovsky 於 2021/3/17 18:22 寫道: > > CAUTION: This email originated from outside of the organization. Do not > > click links or open attachments unless you can confirm the sender and know > > the content is safe. > > > >

[xen-4.13-testing test] 160154: tolerable FAIL - PUSHED

2021-03-21 Thread osstest service owner
flight 160154 xen-4.13-testing real [real] flight 160208 xen-4.13-testing real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/160154/ http://logs.test-lab.xenproject.org/osstest/logs/160208/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): t

[qemu-mainline bisection] complete test-amd64-amd64-qemuu-freebsd11-amd64

2021-03-21 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job test-amd64-amd64-qemuu-freebsd11-amd64 testid guest-saverestore 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://x

Re: [net-next 1/2] xen-netback: add module parameter to disable ctrl-ring

2021-03-21 Thread Andrew Lunn
> > At the end, it will be more granular module parameter that user still > > will need to guess. > I believe users always need to know any parameter or any tool's flag before > they use it. > For example, before user try to set/clear this ctrl_ring_enabled, they > should already have basic knowled

Re: [net-next 1/2] xen-netback: add module parameter to disable ctrl-ring

2021-03-21 Thread Hsu, Chiahao
Andrew Lunn 於 2021/3/21 21:29 寫道: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. At the end, it will be more granular module parameter that user still will need to gue

[xen-4.11-testing test] 160155: tolerable FAIL - PUSHED

2021-03-21 Thread osstest service owner
flight 160155 xen-4.11-testing real [real] flight 160231 xen-4.11-testing real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/160155/ http://logs.test-lab.xenproject.org/osstest/logs/160231/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): t

[libvirt test] 160164: regressions - FAIL

2021-03-21 Thread osstest service owner
flight 160164 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/160164/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-libvirt 6 libvirt-buildfail REGR. vs. 151777 build-armhf-libvirt

[xen-4.14-testing test] 160156: tolerable FAIL - PUSHED

2021-03-21 Thread osstest service owner
flight 160156 xen-4.14-testing real [real] flight 160254 xen-4.14-testing real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/160156/ http://logs.test-lab.xenproject.org/osstest/logs/160254/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): t

Re: [net-next 1/2] xen-netback: add module parameter to disable ctrl-ring

2021-03-21 Thread Leon Romanovsky
On Sun, Mar 21, 2021 at 06:54:52PM +0100, Hsu, Chiahao wrote: > <...> > > > Typically there should be one VM running netback on each host, > > > and having control over what interfaces or features it exposes is also > > > important for stability. > > > How about we create a 'feature flags' modpa

Re: [net-next 1/2] xen-netback: add module parameter to disable ctrl-ring

2021-03-21 Thread Jürgen Groß
On 22.03.21 06:39, Leon Romanovsky wrote: On Sun, Mar 21, 2021 at 06:54:52PM +0100, Hsu, Chiahao wrote: <...> Typically there should be one VM running netback on each host, and having control over what interfaces or features it exposes is also important for stability. How about we create a

Re: [net-next 1/2] xen-netback: add module parameter to disable ctrl-ring

2021-03-21 Thread Leon Romanovsky
On Mon, Mar 22, 2021 at 06:58:34AM +0100, Jürgen Groß wrote: > On 22.03.21 06:39, Leon Romanovsky wrote: > > On Sun, Mar 21, 2021 at 06:54:52PM +0100, Hsu, Chiahao wrote: > > > > > > > <...> > > > > > > > Typically there should be one VM running netback on each host, > > > > > and having control