[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH 00/13] xen: address violations of MISRA C:2012 Rule 7.3
- To: Simone Ballarin <simone.ballarin@xxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 23 Aug 2023 10:15:18 +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=AcYt0Sz6AdMExX7RMtFa6+Z83TI09FhfagIrtxUX9D0=; b=QHJBOf9Brh2l/sBQEHogBDx9x5DhKW5SbdwuFnIpCXRJBud7Vvy00NCsNnPigitRX8e2lV7RLIPFTtEnaTVSzDJCR1yAb5bU5Ym2VxB+UwwWDRMxZOvSt8EhrkU1OX5tVNfUUB38NwL+t0y5W+ZOUGBCNJM8rX9PxBATJpWpYB4uqUceVxTAC62UPLTJeU38nKdInGzLFWKP5z0Ebs8HYJ27NWbl9aXxXfCBLcOavW+POLqXZAFE4e7VIhzzc/1fkO4ApQ45/5NoDhgqY0nfRlrmUd73f1tUg68GJsvLqg7bw8PrM2Y+fLN1s43ZUSVU4SUK9Hd0bhVoIJ6SG4wfVA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dBrWTeEvaxpHgQkA29JXKSvF22csSXcZ+2C0r6DPUiNKcKSnxwoVAeEIo+lnKgcW0bb8t1VBVil7blRi78Rc0V/A4pd8fZXCdZ2F+wGhduDryFFYBQwpPHMh8WR9dygChYFbo8FN/2Ag39Fy6shfMRWEss5TIOLqqc4L6iRyRO/1//N83bgAUDr55ykzM03YPqm8pJGSssNbQW9k81sZpmb4V03In84RoRDUd49ZAyH4zsfjbOkg3Sb0+nI8IKo5vcyGWkRmlb0/u/lredmAYGIBCyyN1n/QTCYSV0Mzz2OTLWspGEnsM7qVehJR8GUepgf0HCeG67NW0TRR3wr3OQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: consulting@xxxxxxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Paul Durrant <paul@xxxxxxx>, Tamas K Lengyel <tamas@xxxxxxxxxxxxx>, Alexandru Isaila <aisaila@xxxxxxxxxxxxxxx>, Petre Pircalabu <ppircalabu@xxxxxxxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 23 Aug 2023 08:15:34 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 03.08.2023 12:22, Simone Ballarin wrote:
> This series aims to address some violations ofMISRA C:2012 Rule 7.3:
> "The lowercase character 'l' shall not be used in a literal suffix".
>
> This patch replaces "l" suffixes with "L", to comply with the rule.
> If the "u" suffix is used near "L", use the "U" suffix instead, for
> consistency.
>
> Gianluca Luparini (13):
> AMD/IOMMU: address violations of MISRA C:2012 Rule 7.3
> x86/svm: address violations of MISRA C:2012 Rule 7.3
> xen/arm: address violations of MISRA C:2012 Rule 7.3
> x86/IOMMU: address violations of MISRA C:2012 Rule 7.3
> xen/ioreq: address violations of MISRA C:2012 Rule 7.3
> xen/mem_access: address violations of MISRA C:2012 Rule 7.3
> xen/vpci: address violations of MISRA C:2012 Rule 7.3
> xen/hvm: address violations of MISRA C:2012 Rule 7.3
> x86/mm: address violations of MISRA C:2012 Rule 7.3
> x86/viridian: address violations of MISRA C:2012 Rule 7.3
> xen/x86: address violations of MISRA C:2012 Rule 7.3
> xen/common: address violations of MISRA C:2012 Rule 7.3
> xen: address violations of MISRA C:2012 Rule 7.3
Since about half the patches are still pending due to missing acks,
just to mention it: It's normally the submitter who is to chase them.
Jan
|