Re: [patch v6 15/20] posix-timers: Handle ignored list on delete and exit

From: Thomas Gleixner
Date: Fri Nov 01 2024 - 16:38:21 EST


On Fri, Nov 01 2024 at 14:47, Frederic Weisbecker wrote:
> Le Thu, Oct 31, 2024 at 04:46:41PM +0100, Thomas Gleixner a écrit :
>> + hlist_move_list(&tsk->signal->ignored_posix_timers, &timers);
>> + while (!hlist_empty(&timers))
>> + posix_timer_cleanup_ignored(hlist_entry(timers.first, struct k_itimer, list));
>
> s/list/ignored_list ?

Ooops. This code path was obviously never reached so that went
unnoticed. Thanks for spotting it!

> Other than that:
>
> Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>
>
>
>> }
>>
>> SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock,
>>
>>