Re: [PATCH tip/locking/core] locking/rwlock: Fix write_trylock_irqsave() with CONFIG_INLINE_WRITE_TRYLOCK
From: Bart Van Assche
Date: Wed Feb 04 2026 - 12:48:26 EST
On 2/3/26 2:50 PM, Marco Elver wrote:
Move _raw_write_trylock_irqsave() after the _raw_write_trylock macro to> [ ... ]
ensure it uses the inlined version, fixing a linker error when inlining
is enabled.
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202602032101.dbxRfsWO-lkp@xxxxxxxxx/
Signed-off-by: Marco Elver <elver@xxxxxxxxxx>
Has it been considered to add a Fixes: tag?
Anyway:
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>