mbox series

[PREEMPT_RT,0/2] Fix warnings in blktrace

Message ID 20211210204156.96336-1-wander@redhat.com
Headers show
Series Fix warnings in blktrace | expand

Message

Wander Lairson Costa Dec. 10, 2021, 8:41 p.m. UTC
These two patches fix wrong usage of lock primitives with
CONFIG_PREEMPT_RT in the blktrace code.

Wander Lairson Costa (2):
  block: Avoid sleeping function called from invalid context bug
  blktrace: switch trace spinlock to a raw spinlock

 block/blk-cgroup.c      |  4 ++--
 kernel/trace/blktrace.c | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)