[linux-5.4 test] 184500: regressions - FAIL

2024-01-28 Thread osstest service owner
flight 184500 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/184500/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-credit1 18 guest-start/debian.repeat fail REGR. vs. 184381 Tests which are

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

2024-01-28 Thread osstest service owner
flight 184496 linux-linus real [real] flight 184505 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/184496/ http://logs.test-lab.xenproject.org/osstest/logs/184505/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking):

Re: [PATCH v2 10/23] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro

2024-01-28 Thread Philippe Mathieu-Daudé
On 27/1/24 13:21, Zhao Liu wrote: Hi Philippe, On Fri, Jan 26, 2024 at 11:03:52PM +0100, Philippe Mathieu-Daudé wrote: Date: Fri, 26 Jan 2024 23:03:52 +0100 From: Philippe Mathieu-Daudé Subject: [PATCH v2 10/23] target/i386: Prefer fast cpu_env() over slower CPU QOM cast macro X-Mailer:

[xen-unstable test] 184501: tolerable FAIL

2024-01-28 Thread osstest service owner
flight 184501 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/184501/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-win7-amd64 19 guest-stopfail like 184484 test-armhf-armhf-libvirt 16

[PATCH] xen/privcmd: Use memdup_array_user() in alloc_ioreq()

2024-01-28 Thread Markus Elfring
From: Markus Elfring Date: Sun, 28 Jan 2024 17:50:43 +0100 * The function “memdup_array_user” was added with the commit 313ebe47d75558511aa1237b6e35c663b5c0ec6f ("string.h: add array-wrappers for (v)memdup_user()"). Thus use it accordingly. This issue was detected by using the

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

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

[linux-5.4 test] 184507: regressions - FAIL

2024-01-28 Thread osstest service owner
flight 184507 linux-5.4 real [real] flight 184510 linux-5.4 real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/184507/ http://logs.test-lab.xenproject.org/osstest/logs/184510/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run:

Re: [PATCH] xen/lib: introduce generic find next bit operations

2024-01-28 Thread Jan Beulich
On 26.01.2024 17:08, Julien Grall wrote: > On 26/01/2024 15:58, Oleksii wrote: >> On Fri, 2024-01-26 at 13:20 +, Julien Grall wrote: >>> On 26/01/2024 12:20, Oleksii Kurochko wrote: find-next-bit.c is common for Arm64, PPC and RISCV64, so it is moved to xen/lib.