Re: [PATCH v2 4/9] selftests/harness: Fix interleaved scheduling leading to race conditions

From: Jakub Kicinski
Date: Mon Apr 29 2024 - 13:16:56 EST


On Mon, 29 Apr 2024 08:52:36 -0700 Kees Cook wrote:
> > +/* Wait for the child process to end but without sharing memory mapping. */
> > +static pid_t __attribute__((__unused__)) clone3_vfork(void)
>
> Why "unused"?

Right, static inline is enough