2020-03-08 07:35:30

by Alex Belits

[permalink] [raw]
Subject: Re: [EXT] Re: [PATCH v2 03/12] task_isolation: userspace hard isolation from kernel

On Sat, 2020-03-07 at 21:42 -0800, Stephen Hemminger wrote:
> On Sun, 8 Mar 2020 03:47:08 +0000
> Alex Belits <[email protected]> wrote:
>
> > +int task_isolation_message(int cpu, int level, bool supp, const
> > char *fmt, ...);
>
> Since you are doing printf/printk var args you should use the GCC
> format attributes
> like printk.

Agreed.

--
Alex