On 2019-09-17 11:32:11 [-0500], Scott Wood wrote: > Nice! Are the "false positives" real issues from components that are > currently blacklisted on RT, or something different? So first a little bit of infrastructure like commit d5096aa65acd0 ("sched: Mark hrtimers to expire in hard interrupt context") is required so lockdep can see it all properly without RT enabled. Then we need patches to avoid lockdep complaining about things that are not complained about in RT because the lock is converted to raw_spinlock_t or something different is applied so we don't have the warning. > -Scott Sebastian