[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87lf69b058.ffs@nanos.tec.linutronix.de>
Date: Wed, 14 Jul 2021 13:33:23 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Peter Zijlstra <peterz@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>,
Juri Lelli <juri.lelli@...hat.com>,
Steven Rostedt <rostedt@...dmis.org>,
Daniel Bristot de Oliveira <bristot@...hat.com>,
Will Deacon <will@...nel.org>,
Waiman Long <longman@...hat.com>,
Boqun Feng <boqun.feng@...il.com>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Davidlohr Bueso <dave@...olabs.net>
Subject: Re: [patch 14/50] locking/rtmutex: Add wake_state to rt_mutex_waiter
On Wed, Jul 14 2021 at 12:18, Peter Zijlstra wrote:
> On Tue, Jul 13, 2021 at 05:11:08PM +0200, Thomas Gleixner wrote:
>> @@ -33,6 +34,7 @@ struct rt_mutex_waiter {
>> struct rb_node pi_tree_entry;
>> struct task_struct *task;
>> struct rt_mutex *lock;
>> + int wake_state;
>> int prio;
>> u64 deadline;
>
> State is 'unsigned int', but we're (luckily) not yet at the MSB so it's
> a bit moot, still...
Still. Fixed locally
Powered by blists - more mailing lists