[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[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: Mon, 29 Sep 2025 18:43:07 +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=hod+ok9gZQR1VO7WzKktcs4SVPap/lHUMu0mmJGz44A=; b=VjlJOYMPCExB50b1Ta1t73ootM3QUHYDlsspeQAsirzqS6wZSelAIDobAV5/dNG5P7aV6slvoc9O9Fzww2cYxNxlGaOWQ1hWCGrIVQqMjWUPL13GQ2m9yHzMMh7d9Kfh18K0b1HOyIxnAWfh/dUZyaCF8jbjr9XBWzrqfVwVCNgEoM0vlGxzj0B2n+7fLXG4SN96VuyxOwUUG1yYpFCNNfVFwFnDPitqgpAF4BnyZZnBgrKD9Yiu+YA7NXhhC85IJr/r4U3Y6uvP4dStX4AIL1Onl6scciHqTsIIOfxpntujpuxa2Y1IRKE5YteJlld1gIT3+Sv17mxRUKIbTsuNjg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=bRmsnyb24Pb/nP5ib2DBrYcL+jI0hrc/db+mRE7yJ1sEu2fSR3DbAQrnhes09ARgW1Z6Mnww5k195xSCTHq+p5KruFogRnX8yUJVWiRG5/K2KTzOYD9sXuNvVYUxpLF/O5g/vhJqfb0jPU8wI7d3etckCPduhdg4PQXbH9YGKZhgpVifxeLShdJKRkEdthVx4u3/ZMcbp1FKXKyoNquEu8mh3+8LghbFXMyCFfMwRAnUNOcdUT+nZPmZbk++UiVqY9Dp5V3xPuvNpm1qCmmyGwGyYkkZmap2J2HPuMynva0LkdwlywRklHOyZiwk4wd9oDw9SukT9PQJcV2aUElMkg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: Dmytro Prokopchuk1 <dmytro_prokopchuk1@xxxxxxxx>, 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: Mon, 29 Sep 2025 18:43:20 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHcMXDlieIVRZL5wEWYCDA6Feaxaw==
- Thread-topic: [PATCH v4 0/2] arm: address violations of MISRA C Rule 2.1
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(-)
--
2.43.0
|