[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] Add more rules to docs/misra/rules.rst
- To: Stefano Stabellini <sstabellini@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 30 Jan 2023 09:25:32 +0100
- 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=GFoXzVzz/M7PtTy9u/nPOOEsljAJTh0FZA4dxVTGQZ8=; b=Iia+uP3O66JEC7uS6C5LZRflop8nxHl5GZVSNR/lXAgPGvstEqbwe5TFLw5+BzrTiA8mtjxcSzbHyLIHa5ws1xP3VJYhY5DK8mqwy3bzDwBMx8TXA59d4gtESx2NSR0yRflCREetVJ0PfzSaf/9yaPMgTUMq4YCxhaGqFVjU7cQu5kYDRZ8Ie439VITy0BjZosQL7/YuIfTEPR+WIo52xyoIoHzG8mNwkrRr/zJRNMoRRJSGf+kxiVT0Hi5JgNJJnAOc+Ll52yELZC829so1u1afOPyZRrfK5KJMja6AtmL2UOSiBm2Sh6MbiUnf2+fT6LxyXufIvJCp4OM/aRvPsQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WfTxDWwCEb1zp2TWGJL9MJYQaydzCBuTOVewRJodPnjvrp+DtFrWS4cQ4In/ak+BmQXhFGzVJJ/KFsW1s66osjb6pq/ZMVuS2xJiF+tpCHxmHk5JugS43ljW5ONn7l/RBKMKRkM3vjJ0ZNTxVfZz7HP8ereTSdKRlVB0zedwemNDtGILzTsclKrACtAwrmRj+kL1wdbnQul89jRNcMNIWlB9sfR7AsHpnM3tHx/0vxIKp0jM/IokAkURf3IHZhmObFOL7xlzF8Og4lFtVC0y2nw9cpSQNtx0FzV7BuWmFj+rGDGuo9ewasA9rnUwcL4F5GepI0aeNfx3RUHHWdqI+w==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: george.dunlap@xxxxxxxxxx, andrew.cooper3@xxxxxxxxxx, roger.pau@xxxxxxxxxx, Bertrand.Marquis@xxxxxxx, julien@xxxxxxx, stefano.stabellini@xxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 30 Jan 2023 08:25:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 27.01.2023 19:35, Stefano Stabellini wrote:
> From: Stefano Stabellini <stefano.stabellini@xxxxxxx>
>
> As agreed during the last MISRA C discussion, I am adding the following
> MISRA C rules: 7.1, 7.3, 18.3.
>
> I am also adding 13.1 that was "agreed pending an analysis on the amount
> of violations". There are zero violations reported by cppcheck.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|