On 24.06.2025 08:56, Mykola Kvach wrote: > From: Mykola Kvach <mykola_kv...@epam.com> > > This patch adds CONFIG_SYSTEM_SUSPEND guards around freeze_domains > and thaw_domains functions. > > This ensures they are only compiled into the hypervisor when the system > suspend functionality is enabled, aligning their inclusion with their > specific use case.
This addresses two Misra Rule 2.1 violations. > Signed-off-by: Mykola Kvach <mykola_kv...@epam.com> With the addition (happy to add while committing) Reviewed-by: Jan Beulich <jbeul...@suse.com> Jan