[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Resend: [PATCH v4 0/2] arm: address violations of MISRA C Rule 2.1
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Dmytro Prokopchuk1 <dmytro_prokopchuk1@xxxxxxxx>
- Date: Tue, 14 Oct 2025 16:37:10 +0000
- Accept-language: en-US, uk-UA, ru-RU
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=yo9YluAqRpwJjwuSG3biyePxzdZ+1Xi7kQSoPtsIXUU=; b=vqZbZZV1PCJwkcXKR99dtg8AJd0bQJVL8uj32XIOue/PKzJAghW98P9sxmivdOwGB7WNXwz2BVlU2yQrHeXQE3qpTzApkNN9nRyEW+dM24d0v0BQ1dWmiQEwIYZEsNajyis5if6LjwC4IRN0qPuCvXcYnXeJP9BoafF7vKjkMRY4X340rMmmcdtymPBhx1tQIs8hdmXYDnBmijPMOhQquICgV4hj1hkPzjLDeGDGox8cKlDN5bHQORypivqpNNVdFlz8eFTXw1DzIGDEEDF9jckhVRO0fNIrbkadbC0HkBmI/Gg79BxBxcSmzifTlhxpN/8viVe0Uwwt7omqBpmPKg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Kt8vQCEcT5V3CCT+NoyDcIzliwhJgO/jlvQHj1WNMrAgCdbuYntT1a4bJcXmos9UA3oAZY5rtfKqDP3J4eb2bjF7EcumRACBX2riePq+mx51VgQ3rxeaO23MUllMNivbcB0+yGoW5oAN0dKGWdj+sVOy3O+McEF5Sk5LnBul9vNcv3wWfsntK6LshNyd4vy0JdlGzQLl/ZFWLxRm2FFxTfndzuyK1WxobQqGSBglDfnl6kO7T4d+OzN4JuySg2Ez1U0uuxDZVXaoioWDwD+AW4FIa1FUEc4Hd+Qs92ylADi6iuov/zxkOdyYCPh6CUApc4ti8uQSEfBaRVe+ecpMpg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Tue, 14 Oct 2025 16:37:15 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHcMXDlieIVRZL5wEWYCDA6Feaxa7TB7rAA
- Thread-topic: Resend: [PATCH v4 0/2] arm: address violations of MISRA C Rule 2.1
Hello,
looking forward to feedback, suggestions, or any required
changes to get this patch accepted.
BR, Dmytro.
On 9/29/25 21:43, Dmytro Prokopchuk1 wrote:
> This patch series consists of two patches that were received by dividing
> PATCH v3.
>
> Link to v3:
> https://patchew.org/Xen/620eb8fe22204e204cb471e93d2ea789f879d854.1758744144.git.dmytro._5Fprokopchuk1@xxxxxxxx/
>
> Changes in v4:
> - PATCH v3 was divided in two separate patches
> - added notes about predicates which end up as constants
>
> Test CI pipeline:
> https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/2070317153
>
> Dmytro Prokopchuk (2):
> arm/acpi: address violations of MISRA C Rule 2.1
> arm/gic_v3: address violations of MISRA C Rule 2.1
>
> xen/arch/arm/include/asm/domain_build.h | 9 ---------
> xen/arch/arm/include/asm/gic_v3_its.h | 11 ++---------
> 2 files changed, 2 insertions(+), 18 deletions(-)
>
|