[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <875xkeywfi.ffs@tglx>
Date: Wed, 12 Mar 2025 18:45:53 +0100
From: Thomas Gleixner <tglx@...utronix.de>
To: Cyrill Gorcunov <gorcunov@...il.com>
Cc: Frederic Weisbecker <frederic@...nel.org>, LKML
<linux-kernel@...r.kernel.org>, Anna-Maria Behnsen
<anna-maria@...utronix.de>, Benjamin Segall <bsegall@...gle.com>, Eric
Dumazet <edumazet@...gle.com>, Andrey Vagin <avagin@...nvz.org>, Pavel
Tikhomirov <ptikhomirov@...tuozzo.com>, Peter Zijlstra
<peterz@...radead.org>
Subject: Re: [patch V3a 17/18] posix-timers: Provide a mechanism to allocate
a given timer ID
On Wed, Mar 12 2025 at 15:41, Cyrill Gorcunov wrote:
> On Wed, Mar 12, 2025 at 12:24:54PM +0100, Thomas Gleixner wrote:
>> + switch (ctrl) {
>> + case PR_TIMER_CREATE_RESTORE_IDS_OFF:
>> + current->signal->timer_create_restore_ids = 0;
>> + return 0;
>> + case PR_TIMER_CREATE_RESTORE_IDS_ON:
>> + current->signal->timer_create_restore_ids = 0;
>
> Thanks a huge, Thomas! I suspect this might be a typo, you need "= 1;" here )
Ooops.
Powered by blists - more mailing lists