Re: [PATCH 0/3] Suppress false positives triggered by workqueue lockdep annotations

2018-10-25 Thread Bart Van Assche
On Thu, 2018-10-25 at 17:27 +0200, Johannes Berg wrote: > > In my tests with kernel v4.19 I noticed that several new false positive > > reports were generated by the workqueue lockdep annotations. This patch > > series addresses one of these false positives. > > I tried my best to explain why they

Re: [PATCH 0/3] Suppress false positives triggered by workqueue lockdep annotations

2018-10-25 Thread Johannes Berg
Hi Bart, > In my tests with kernel v4.19 I noticed that several new false positive > reports were generated by the workqueue lockdep annotations. This patch > series addresses one of these false positives. I tried my best to explain why they're not false positives as far as lockdep is concerned,

[PATCH 0/3] Suppress false positives triggered by workqueue lockdep annotations

2018-10-25 Thread Bart Van Assche
Hi Tejun, In my tests with kernel v4.19 I noticed that several new false positive reports were generated by the workqueue lockdep annotations. This patch series addresses one of these false positives. Another false positive will be addressed by a patch for the NVMe target driver. Please consider t