[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xen-unstable-smoke test] 173362: regressions - FAIL
- To: Andrew Cooper <amc96@xxxxxxxx>, osstest service owner <osstest-admin@xxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Fri, 30 Sep 2022 08:31:20 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=voDLLDHCY6rNgMrvMGlmbiyaLN/WryVYRRTD6zoVL7E=; b=jlJE5MVU9rJ1gh+r7yByZyLYERQbOgkALPmeSyqE9ikm0no3YZ1Kc5sTdJ1DiK/1g5m7PLGhxN0slgOusHdu7eymbLSxG+ACBsIxOsUmPUHVfAQE6sw9Fjwumne73fHLXiX/VCbbho8NIaJ2LozlUpITLUafLCrJjdzozL8cSVLn9O4cw7sRJ7CGzNEGvcnYGNyDnGF1MUER/leGXoDjBaJ0nrp/KF5oJq5h9E1cKZCLNYIC2dcBRraChOLG6xYwDfSfPyo1PRILsjPBsdEE8K+Np5eS8lIJttCPqFdfGruSA1TRVV67y0zzToVMNA9BgclsxzQm14edKIXU/cy2Hg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=R2zc8z6T1/veP371HRPmaA2UVSDyKVLdtthIck+D+xSuEW9sLEGMv93BqvO5pkHp9MYn3vfPHfXHep78HAiBaXj8xHNBfxtZwABxiyfV0IcDHdjJVWqWqnp1mDXtlgC+QvKoxx+VdcRJTEG2/dZNPn+/F3joNzYyYjU2oHJb++xnvnH9RV6Og1jlFBGfm+4k6zOR9ZauuaESLMt0xu7Z9QvJaMpLAsBfVzLj50sSbVzhrSQwJmKORrOj4itSZZY3DUKDeLCK4Livk7QDlHv/mqXuGKdDjfRzorsheVwKOGpA4wcOq98aOnew5miy941KC4RljM+c2ZpOYe2KVFzmxA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Henry Wang <Henry.Wang@xxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Delivery-date: Fri, 30 Sep 2022 06:31:26 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 29.09.2022 18:25, Andrew Cooper wrote:
> On 29/09/2022 17:22, osstest service owner wrote:
>> flight 173362 xen-unstable-smoke real [real]
>> http://logs.test-lab.xenproject.org/osstest/logs/173362/
>>
>> Regressions :-(
>>
>> Tests which did not succeed and are blocking,
>> including tests which could not be run:
>> build-arm64-xsm 6 xen-build fail REGR. vs.
>> 173347
>
> arch/arm/gic-v3-its.c: In function 'gicv3_its_deny_access':
> arch/arm/gic-v3-its.c:905:32: error: passing argument 1 of
> 'iomem_deny_access' discards 'const' qualifier from pointer target type
> [-Werror=discarded-qualifiers]
> rc = iomem_deny_access(d, mfn, mfn + nr);
> ^
> In file included from arch/arm/gic-v3-its.c:24:
> ./include/xen/iocap.h:32:52: note: expected 'struct domain *' but
> argument is of type 'const struct domain *'
> static inline int iomem_deny_access(struct domain *d, unsigned long s,
> ~~~~~~~~~~~~~~~^
> cc1: all warnings being treated as errors
I've sent a patch, but this raises another question: Why does the smoke
test (try to) build an unsupported configuration? HAS_ITS (which is
necessary to be set for the issue to surface) has its prompt depend on
UNSUPPORTED, and (implicitly) defaults to N.
Jan
|