On 22.05.2024 10:42, Sergiy Kibrik wrote:
> The default switch case block is wanted here, to handle situation
> e.g. of unexpected c->x86_vendor value -- then no mcheck init is done, but
> misleading message still gets logged anyway.
>
> Signed-off-by: Sergiy Kibrik
Acked-by: Jan Beulich
On Wed, 22 May 2024, Sergiy Kibrik wrote:
> The default switch case block is wanted here, to handle situation
> e.g. of unexpected c->x86_vendor value -- then no mcheck init is done, but
> misleading message still gets logged anyway.
>
> Signed-off-by: Sergiy Kibrik
> CC: Jan Beulich
Reviewed-b
The default switch case block is wanted here, to handle situation
e.g. of unexpected c->x86_vendor value -- then no mcheck init is done, but
misleading message still gets logged anyway.
Signed-off-by: Sergiy Kibrik
CC: Jan Beulich
---
changes in v4:
- return 0 instead of -ENODEV and put a comme