On 09/04, Roland McGrath wrote:
>
> Please review commit 04852f3.  I added a separate flag to guarantee
> start_report() notices pending attaches without using TIF_NOTIFY_RESUME.

Yes, the new flag looks nice! But please see 2 patches I'll send in a
minute.


Just one question, this patch also changes utrace_report_death:

        @@ -1714,6 +1705,7 @@ void utrace_report_death
                utrace->death = 1;
                utrace->report = 0;
                utrace->interrupt = 0;
        +       splice_attaching(utrace);

But, afaics, we need this fix with or without ->slow_path ?

Oleg.

Reply via email to