Re: [patch V3 3/8] posix-timers: Move posixtimer_exec_cleanup() out of exec.c

From: Andrea Parri

Date: Wed Sep 16 2026 - 16:34:19 EST


On Fri, Sep 11, 2026 at 11:09:21AM +0200, Thomas Gleixner wrote:
> From: Thomas Gleixner <tglx@xxxxxxxxxx>
>
> Move it to the POSIX timer code and provide a proper stub when POSIX timers
> are disabled in Kconfig.
>
> No functional change.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
> Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>

Maybe I'm being pedantic, but the subject line names posixtimer_exec_cleanup(),
while the helper that actually moves is posixtimer_exec().

Andrea