Re: PCI pass-through problem for SN570 NVME SSD

2022-07-03 Thread G.R.
Update some findings with extra triage effort... Detailed log could be found in the attachments. 1. Confirm stock Debian 11.2 kernel (5.10) shares the same syndrome.. 2. With loglvl=all, it reveals why the mapping failure happens, looks like it comes from some duplicated mapping.. (XEN) memory_map:

Re: [PATCH 2/5] x86/lbr: enable hypervisor LER with arch LBR

2022-07-03 Thread Jan Beulich
On 01.07.2022 17:39, Roger Pau Monné wrote: > On Mon, May 30, 2022 at 05:31:18PM +0200, Jan Beulich wrote: >> On 20.05.2022 15:37, Roger Pau Monne wrote: >>> --- a/xen/arch/x86/include/asm/msr-index.h >>> +++ b/xen/arch/x86/include/asm/msr-index.h >>> @@ -139,6 +139,24 @@ >>> #define PASID_PASID_

Re: [PATCH v1 01/10] drivers/char: Add support for Xue USB3 debugger

2022-07-03 Thread Jan Beulich
On 03.07.2022 14:17, Marek Marczykowski-Górecki wrote: > On Thu, Jun 23, 2022 at 11:29:31AM +0200, Jan Beulich wrote: >> On 22.06.2022 17:47, Marek Marczykowski-Górecki wrote: >>> On Wed, Jun 15, 2022 at 04:25:54PM +0200, Jan Beulich wrote: On 07.06.2022 16:30, Marek Marczykowski-Górecki wrote

RE: [PATCH] Xen: fix EFI stub wchar_t size warning of arm32 building

2022-07-03 Thread Wei Chen
Hi Julien, > -Original Message- > From: Julien Grall > Sent: 2022年7月1日 20:58 > To: Jan Beulich ; Wei Chen > Cc: Stefano Stabellini ; Bertrand Marquis > ; Volodymyr Babchuk ; > [email protected] > Subject: Re: [PATCH] Xen: fix EFI stub wchar_t size warning of arm32 > building

[linux-linus test] 171473: regressions - FAIL

2022-07-03 Thread osstest service owner
flight 171473 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/171473/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-credit1 8 xen-boot fail REGR. vs. 171277 test-amd64-amd64-li

[qemu-mainline test] 171472: regressions - FAIL

2022-07-03 Thread osstest service owner
flight 171472 qemu-mainline real [real] flight 171474 qemu-mainline real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/171472/ http://logs.test-lab.xenproject.org/osstest/logs/171474/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be

[linux-linus test] 171470: regressions - FAIL

2022-07-03 Thread osstest service owner
flight 171470 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/171470/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-credit1 8 xen-boot fail REGR. vs. 171277 test-amd64-amd64-li

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

2022-07-03 Thread osstest service owner
flight 171465 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/171465/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-i386-xl-qemuu-ovmf-amd64 7 xen-install fail in 171460 pass in 171465 test-armhf-armhf-xl-credit1 14 gu

Re: [PATCH v3 6/8] genirq: Add and use an irq_data_update_affinity helper

2022-07-03 Thread Oleksandr
On 01.07.22 23:00, Samuel Holland wrote: Hello Samuel Some architectures and irqchip drivers modify the cpumask returned by irq_data_get_affinity_mask, usually by copying in to it. This is problematic for uniprocessor configurations, where the affinity mask should be constant, as it is known

Re: [PATCH v3 7/8] genirq: Return a const cpumask from irq_data_get_affinity_mask

2022-07-03 Thread Andy Shevchenko
On Fri, Jul 1, 2022 at 10:01 PM Samuel Holland wrote: > > Now that the irq_data_update_affinity helper exists, enforce its use > by returning a a const cpumask from irq_data_get_affinity_mask. > > Since the previous commit already updated places that needed to call > irq_data_update_affinity, this

RE: [PATCH v3 7/8] genirq: Return a const cpumask from irq_data_get_affinity_mask

2022-07-03 Thread Michael Kelley (LINUX)
From: Samuel Holland Sent: Friday, July 1, 2022 1:01 PM > > Now that the irq_data_update_affinity helper exists, enforce its use > by returning a a const cpumask from irq_data_get_affinity_mask. Nit: duplicate word "a" > > Since the previous commit already updated places that needed to call >

[xen-unstable test] 171463: tolerable FAIL

2022-07-03 Thread osstest service owner
flight 171463 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/171463/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-i386-xl-xsm7 xen-installfail pass in 171455 test-amd64-i386-xl-qemut-debianh

[libvirt test] 171467: regressions - FAIL

2022-07-03 Thread osstest service owner
flight 171467 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/171467/ 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-arm64-libvirt

Re: [PATCH v1 01/10] drivers/char: Add support for Xue USB3 debugger

2022-07-03 Thread Marek Marczykowski-Górecki
On Thu, Jun 23, 2022 at 11:29:31AM +0200, Jan Beulich wrote: > On 22.06.2022 17:47, Marek Marczykowski-Górecki wrote: > > On Wed, Jun 15, 2022 at 04:25:54PM +0200, Jan Beulich wrote: > >> On 07.06.2022 16:30, Marek Marczykowski-Górecki wrote: > >>> +memset(xue, 0, sizeof(*xue)); > >>> + > >>> +

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

2022-07-03 Thread osstest service owner
flight 171462 qemu-mainline real [real] flight 171471 qemu-mainline real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/171462/ http://logs.test-lab.xenproject.org/osstest/logs/171471/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-am

[linux-linus test] 171461: regressions - FAIL

2022-07-03 Thread osstest service owner
flight 171461 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/171461/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-credit1 8 xen-boot fail REGR. vs. 171277 test-amd64-amd64-li