hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/kernel/sched/wait.c
....@@ -71,6 +71,8 @@
7171 wait_queue_entry_t *curr, *next;
7272 int cnt = 0;
7373
74
+ check_inband_stage();
75
+
7476 lockdep_assert_held(&wq_head->lock);
7577
7678 if (bookmark && (bookmark->flags & WQ_FLAG_BOOKMARK)) {