[xen-unstable test] 182072: tolerable FAIL - PUSHED

2023-07-29 Thread osstest service owner
flight 182072 xen-unstable real [real] flight 182078 xen-unstable real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/182072/ http://logs.test-lab.xenproject.org/osstest/logs/182078/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd6

[qemu-mainline test] 182067: tolerable FAIL - PUSHED

2023-07-29 Thread osstest service owner
flight 182067 qemu-mainline real [real] flight 182077 qemu-mainline real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/182067/ http://logs.test-lab.xenproject.org/osstest/logs/182077/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-ar

[libvirt test] 182068: tolerable all pass - PUSHED

2023-07-29 Thread osstest service owner
flight 182068 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/182068/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 16 saverestore-support-checkfail like 182051 test-armhf-armhf-libvirt-qcow2 15 saveres

[linux-5.4 test] 182065: regressions - FAIL

2023-07-29 Thread osstest service owner
flight 182065 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/182065/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64-xsm 6 xen-build fail in 182055 REGR. vs. 182001 Tests which are faili

[linux-linus test] 182062: regressions - FAIL

2023-07-29 Thread osstest service owner
flight 182062 linux-linus real [real] flight 182074 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/182062/ http://logs.test-lab.xenproject.org/osstest/logs/182074/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run

Re: [PATCH] ALSA: xen-front: refactor deprecated strncpy

2023-07-29 Thread Takashi Iwai
On Thu, 27 Jul 2023 23:53:24 +0200, Justin Stitt wrote: > > `strncpy` is deprecated for use on NUL-terminated destination strings [1]. > > A suitable replacement is `strscpy` [2] due to the fact that it > guarantees NUL-termination on its destination buffer argument which is > _not_ always the ca

Re: [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker

2023-07-29 Thread Qi Zheng
Hi Simon, On 2023/7/28 20:17, Simon Horman wrote: On Thu, Jul 27, 2023 at 04:04:18PM +0800, Qi Zheng wrote: Currently, the shrinker instances can be divided into the following three types: a) global shrinker instance statically defined in the kernel, such as workingset_shadow_shrinker. b)

[xen-unstable test] 182060: regressions - FAIL

2023-07-29 Thread osstest service owner
flight 182060 xen-unstable real [real] flight 182070 xen-unstable real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/182060/ http://logs.test-lab.xenproject.org/osstest/logs/182070/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be r

Re: [RFC PATCH 0/5] clang-format for Xen

2023-07-29 Thread Luca Fancellu
> On 29 Jul 2023, at 01:30, Stefano Stabellini wrote: > > On Fri, 28 Jul 2023, Luca Fancellu wrote: >> ## Introduction >> >> >> In this serie, I would like to get feedbacks on the output generated by the >> configuration of clan