Message ID | 20210307072322.5884-1-tst@schoebel-theuer.de |
---|---|
State | New |
Headers | show |
Series | [RESEND,v2,4.4] futex: fix spin_lock() / spin_unlock_irq() imbalance | expand |
diff --git a/kernel/futex.c b/kernel/futex.c index 70ad21bbb1d5..4a707bc7cceb 100644 --- a/kernel/futex.c +++ b/kernel/futex.c @@ -1406,7 +1406,7 @@ static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this, if (pi_state->owner != current) return -EINVAL; - raw_spin_lock(&pi_state->pi_mutex.wait_lock); + raw_spin_lock_irq(&pi_state->pi_mutex.wait_lock); new_owner = rt_mutex_next_owner(&pi_state->pi_mutex); /*