On Tue, Sep 17, 2019 at 12:16:14AM -0700, Davidlohr Bueso wrote:
On Mon, 16 Sep 2019, Sebastian Andrzej Siewior wrote:
> From: Wolfgang M. Reimer <linuxball@xxxxxxxxx>
>
> Including rwlock.h directly will cause kernel builds to fail
> if CONFIG_PREEMPT_RT is defined. The correct header file
> (rwlock_rt.h OR rwlock.h) will be included by spinlock.h which
> is included by locktorture.c anyway.
>
> Remove the include of linux/rwlock.h.
>
Acked-by: Davidlohr Bueso <dbueso@xxxxxxx>
Applied, thank you!
But does anyone actually run locktorture?