[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1] misra: add deviation for rules 21.1 and 21.2


  • To: Jan Beulich <jbeulich@xxxxxxxx>
  • From: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
  • Date: Fri, 25 Apr 2025 17:53:03 +0200
  • Arc-authentication-results: i=1; bugseng.com; arc=none smtp.remote-ip=162.55.131.47
  • Arc-message-signature: i=1; d=bugseng.com; s=openarc; a=rsa-sha256; c=relaxed/relaxed; t=1745596383; h=DKIM-Signature:MIME-Version:Date:From:To:Cc:Subject:In-Reply-To: References:Message-ID:X-Sender:Organization:Content-Type: Content-Transfer-Encoding; bh=ZlVtX6/H69KyDq0ZXoXpcRteBc20NIKrfdkjlddmYTo=; b=ADWUoTAAQg41hsAUVJYHxwxn1REgd5tP4qS/R9wgytAyKUXj81gQiC1pIHUVi74LWF/k yLEfLCufBBE9Gt1g1szYTMjsm3j/xYuP9lR/Z/5BbIBbV6yATTJ+dKd9NLFpr4LsJTuds 0dInXF+SfFQqT/dhuBIuNxUV+tTQ2Mx9+Fs5DvGIKABOm7GFOwXyT2J7kvrWB8FXeRnbp vkSYnIPEpn4RglozymrXbYxtaik5qjdK1y3OMqCSnkozEhSmX0fKLlGIk7ZXmbUBnqnLC uygjKOYDWD0B4HU1lZHXmL7lZqHsuBkG7FS6Mo3vQNauIx5DTpbb7HJBwA+BH6lgFeq1R f/Xa5+svKB8PnDUDSzlTuLL7BKa5k/cWs9FsHpjejvdUP6PR9dWtkiJi5+EMy+odCSFpq DJYqRxJ3sEOnxnwb9hZL+rgoBIX+nRNbOlSrxoehoSqwuN6HvxtkIIcdkY/7+Qvj+7wEV gBDhsuhyQVJn3QZWPFH88w8YkRQXV6D6MWfIKKEyFfOeB6jwJdnguuXuytEfpzBmkg3x0 JycG/ge3srCdSlNOnlwLwqfU81VcD/uPI6/YGGsEVWCt0mEfGKLeLisHcvcEuIJs4sRYX Ne/8toJoX4eUo1s9aB+PGavF/wORkVwUWvweTCX8jvgUagLA0+AJKrH2rCd6Iyo=
  • Arc-seal: i=1; d=bugseng.com; s=openarc; a=rsa-sha256; cv=none; t=1745596383; b=r0G2RchOsSC16d4ETZYD/uzmM2EU9McvQPNAJHVMsyViROyAZTHRpj1auN0yK1ERHKA7 DuwSSjGG/9IaYD0P8af4DKSYJoSc2knm5TSctwTHzzb5XLnhrPFE75GZF/aAnYxTVGaJR goTvxjJsaO0YYcryn1gHkT5eAC49qazNbH1ceFy0zkYgz4f7Q26/YJMvhIduC2fr1pZ4G J51BtFPEh6IU6vWDFGCi9kCoVH79/N4SvG7YcOJJKkbpMQ8H9KMyFy0V+ih3VBR+hFbwA 1jTCJoh01r4l4jirMp70s3aAu59/PjFphB6Psz8HLfnkIWoBWyOAftFbGo4PzegqOz8jZ mfr0OStT4WlzjI1N0wbopPIOKw0o/1edA542qPbQsOqZz/a/QbM0rdgIaY5sSfg2cNnV+ 8d+SrK3o1mFOL8FDNLTENJfoKzAV2PrBKTVJWlaJXX9idT4nMN5c0GuxeJ4R9tjjaNhYl EqKMR9sQdg2lBmGG3R9Qsn1+HXfkJlrdOj3dSny5H1FHZ1YMo0CZMK2+WQdf03oRdI9kx KW9AdOrly1GscIpfppCP0TkQDiRGeQQnX8S3l1xyOUxPaJiy4rT/rZHfUbUMNZWFxHl4A oxtVQjp3TrHd+e8wH+dSTbz11WOU7ytvtQZulSyNeAQyiQnk1ED5LbKjEMtkbIY=
  • Authentication-results: bugseng.com; arc=none smtp.remote-ip=162.55.131.47
  • Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, victorm.lira@xxxxxxx, Federico Serafini <federico.serafini@xxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Fri, 25 Apr 2025 15:53:13 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 2025-04-25 10:07, Jan Beulich wrote:
On 24.04.2025 23:45, Stefano Stabellini wrote:
On Thu, 24 Apr 2025, Jan Beulich wrote:
On 23.04.2025 19:54, victorm.lira@xxxxxxx wrote:
From: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>

MISRA C Rules 21.1 ("#define and #undef shall not be used on a
reserved identifier or reserved macro name") and R21.2 ("A reserved
identifier or reserved macro name shall not be declared") violations
are not problematic for Xen, as it does not use the C or POSIX
libraries.

Xen uses -fno-builtin and -nostdinc to ensure this, but there are still
__builtin_* functions from the compiler that are available so
a deviation is formulated for all identifiers not starting with
"__builtin_".

The missing text of a deviation for Rule 21.2 is added to
docs/misra/deviations.rst.

To avoid regressions, tag both rules as clean and add them to the
monitored set.

Signed-off-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx>
Signed-off-by: Victor Lira <victorm.lira@xxxxxxx>

While the rule is in the library section, ...

--- a/docs/misra/deviations.rst
+++ b/docs/misra/deviations.rst
@@ -587,7 +587,31 @@ Deviations related to MISRA C:2012 Rules:
construct is deviated only in Translation Units that present a violation
        of the Rule due to uses of this macro.
      - Tagged as `deliberate` for ECLAIR.
-
+
+   * - R21.1
+ - Rule 21.1 reports identifiers reserved for the C and POSIX standard + libraries. Xen does not use such libraries and all translation units + are compiled with option '-nostdinc', therefore there is no reason to + avoid to use `#define` or `#undef` on such identifiers except for those + beginning with `__builtin_` for which compilers may perform (wrong)
+       optimizations.
+     - Tagged as `safe` for ECLAIR.

... I'd like to ask that it be explicitly clarified here that it's solely the library (and not e.g. the compiler itself) that are of concern here.

The language can be clarified:

- Rule 21.1 reports identifiers reserved for the C and POSIX standard
  libraries. Xen does not use such libraries and all translation units
are compiled with option '-nostdinc', therefore there is no reason to
  avoid to use `#define` or `#undef` on C and POSIX standard libraries
  identifiers except for those beginning with `__builtin_` for which
  compilers may perform (wrong) optimizations.

Which makes it more apparent that there is a gap: What about e.g. __x86_64__? That falls within what the rules cover, is not a C or POSIX standard library
identifier, yet very clearly must not be fiddled with. Whereas the text
above deviates it.


Hi Jan,

that is true, even if unlikely: one approach could be to avoid deviating predefined macros for all CUs as -nostdinc and -fno-builtins should take care of the rest; this kind of deviation is not currently possible in ECLAIR, but it might be in the future. I think this could be accomplished also via some gcc trickery on each CU, though I'm not sure how valued that is for Xen.

--
Nicola Vetrini, B.Sc.
Software Engineer
BUGSENG (https://bugseng.com)
LinkedIn: https://www.linkedin.com/in/nicola-vetrini-a42471253



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.