[linux-linus test] 184646: tolerable FAIL - PUSHED

2024-02-11 Thread osstest service owner
flight 184646 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/184646/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemut-win7-amd64 19 guest-stopfail like 184644 test-amd64-amd64-xl-qemuu-win7-amd64

[xen-unstable test] 184645: tolerable FAIL

2024-02-11 Thread osstest service owner
flight 184645 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/184645/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-i386-libvirt 20 guest-start/debian.repeat fail in 184641 pass in 184645

[PATCH] swiotlb-xen: remove redundant NULL check

2024-02-11 Thread Daniil Dulov
In this case hwdev cannot be NULL, so remove redundant NULL check. Found by Linux Verification Center (linuxtesting.org) with SVACE. Fixes: b097186fd29d ("swiotlb-xen: SWIOTLB library for Xen PV guest with PCI passthrough.") Signed-off-by: Daniil Dulov --- drivers/xen/swiotlb-xen.c | 2 +- 1

Re: [XEN PATCH v4 1/4] xen: add SAF deviation for debugging and logging effects

2024-02-11 Thread Simone Ballarin
On 09/02/24 23:13, Stefano Stabellini wrote: On Wed, 7 Feb 2024, Simone Ballarin wrote: On 07/02/24 11:24, Jan Beulich wrote: On 07.02.2024 11:03, Simone Ballarin wrote: On 06/02/24 13:04, Jan Beulich wrote: On 02.02.2024 16:16, Simone Ballarin wrote: Rule 13.1: Initializer lists shall not

[linux-linus test] 184647: tolerable FAIL - PUSHED

2024-02-11 Thread osstest service owner
flight 184647 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/184647/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemut-win7-amd64 19 guest-stopfail like 184646 test-amd64-amd64-xl-qemuu-win7-amd64

Re: [PATCH 1/4] block-common: Fix same_vm for no targets

2024-02-11 Thread Jason Andryuk
On Thu, Feb 8, 2024 at 2:50 AM Jan Beulich wrote: > > On 08.02.2024 03:25, Jason Andryuk wrote: > > On Wed, Feb 7, 2024 at 7:50 AM Jan Beulich wrote: > >> > >> On 06.02.2024 12:45, Anthony PERARD wrote: > >>> On Thu, Feb 01, 2024 at 01:30:21PM -0500, Jason Andryuk wrote: > same_vm is broken