On 23.04.2025 01:51, Stefano Stabellini wrote: > On Tue, 22 Apr 2025, victorm.l...@amd.com wrote: >> From: Nicola Vetrini <nicola.vetr...@bugseng.com> >> >> 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.vetr...@bugseng.com> >> Signed-off-by: Federico Serafini <federico.seraf...@bugseng.com> >> Signed-off-by: Victor Lira <victorm.l...@amd.com> > > This makes sense and it is noncontroversial. > > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
This entire series will apparently need re-sending, as the list address was typo-ed. Patches need to be on the list before going in (with perhaps the sole exception being XSA fixes). Jan