Re: [PATCH] x86/microcode: move @microcode_mutex definition near usage
From: John B. Wyatt IV
Date: Wed Jul 12 2023 - 10:10:36 EST
Hi John,
I am a new real-time kernel developer. I am still encountering this with
the linux-rt-devel repo and need to apply the patch manually to build.
On Fri, Mar 24, 2023 at 02:17:10PM +0106, John Ogness wrote:
> Digging deeper I see that initializing @wait_list in
> __MUTEX_INITIALIZER() is what is allowing unused global mutexes to go
> unnoticed. Since with CONFIG_PREEMPT_RT the mutex is different and
> initialized differently, it is (correctly) detected as unused.
As far as I can tell @wait_list has been removed from both torvalds and
linux-rt-devel's tree (it is still in the comments).
What would be the next step in getting this resolved?
John B. Wyatt IV