[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] docs/misra: add Rule 1.1 and 5.6
- To: Stefano Stabellini <sstabellini@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 24 Jul 2023 10:29:28 +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=vfDke/U+2CTCKL9TRdwGPQCdC4iiO9A5/s2heYKZN04=; b=IIbHl+zjHhxClRhnXYCcmgMovcKYfC3yX/6vd7YIMHFyGjUjLoI301a3SmdAJ4sWDrWTyXWPIjxryHmk8CMhdoAvVEmXwT227jBRtGB1Ua67P4Jw+5qiQQ6DwwMIsjDqPpuzWTRHUOMUTOlUrbm/LEcL2Ghw6Z3tAbSm7CUkmDSn+JqQ/8smxR5HFE3kwK7NpxsfLv6OcQgEx2ZSgpU8T9i0Af5Xajy0hv6nIoD1Wmfc0sL9jV4E+aOWv2EnsYei58QKIJprQKa7KzE41KTx9vQWPYZX0j/BhUbXws8HWp8Lze2xU6lvP/R3XkAcU6DzIU8jSFjRV7bow1sJAYJe7A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lahD2FPQof/jxrQc5I44eWWYcW4y06gpqTW2zjlu0Xteiv+rQ0VxIXXQ8dFhvF2wuTe2uyXQ30CqLUBjWqoSgLlyTMZkBROCr37/xpwV5u2b86OPaZm0nEUzNVDaTexC+z6NPsd3RXaOPzqgAXMuRi0sjpDgX39sYkjOl1NZ1Wv4lTtI8Kmm/NWjxg7GjEzEMrKJ3NH/Zc71tV0mMYYHgeQRhyNJhWwJA8+KIWBGNALezbiKOFmhQ6Ec2DmZBFVJ9IEq0aIqWfhsWFFk6fXbYCmAk8T8zbIsn70i8I9h9Ay7xUyDY7yLlEdogI0+jk/u2KoTADW1fHBUVxtJwysp8w==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: andrew.cooper3@xxxxxxxxxx, roger.pau@xxxxxxxxxx, julien@xxxxxxx, george.dunlap@xxxxxxxxxx, bertrand.marquis@xxxxxxx, Stefano Stabellini <stefano.stabellini@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 24 Jul 2023 08:29:36 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 22.07.2023 00:16, Stefano Stabellini wrote:
> From: Stefano Stabellini <stefano.stabellini@xxxxxxx>
>
> Rule 1.1 is uncontroversial and we are already following it.
>
> Rule 5.6 has been deemed a good rule to have by the MISRA C group.
> However, we do have a significant amount of violations that will take
> time to resolve and might require partial deviations in the form of
> in-code comments or MISRA C scanners special configurations (ECLAIR).
> For new code, we want this rule to generally apply hence the addition to
> docs/misra/rules.rst.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|