<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 17, 2021 at 10:49 PM Cyril Hrubis <<a href="mailto:chrubis@suse.cz">chrubis@suse.cz</a>> wrote:<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br>
> +     tst_enable_oom_protection(getpid());<br>
> +<br>
>       switch (pid = SAFE_FORK()) {<br>
>       case 0:<br>
> +             tst_cancel_oom_protection(getpid());<br>
>               threads = MAX(1, tst_ncpus() - 1);<br>
>               child_alloc(testcase, lite, threads);<br>
>       default:<br>
<br>
Looking at the code we have, we always pass getpid(). We may as well<br>
change the library to use /proc/self/oom_score_adj if 0 is passed<br>
instead of the pid.<br>
</blockquote><div><br></div><div class="gmail_default" style="font-size:small">Yes, agree with all suggestions (include comments in 1/3 2/3).</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>