Message ID | cover.1614383025.git.skhan@linuxfoundation.org |
---|---|
Headers | show |
Series | Add lockdep_assert_not_held() | expand |
On Fri, Feb 26, 2021 at 05:06:57PM -0700, Shuah Khan wrote: > Shuah Khan (3): > lockdep: add lockdep_assert_not_held() > lockdep: add lockdep lock state defines > ath10k: detect conf_mutex held ath10k_drain_tx() calls Thanks!
Peter Zijlstra <peterz@infradead.org> writes: > On Fri, Feb 26, 2021 at 05:06:57PM -0700, Shuah Khan wrote: >> Shuah Khan (3): >> lockdep: add lockdep_assert_not_held() >> lockdep: add lockdep lock state defines >> ath10k: detect conf_mutex held ath10k_drain_tx() calls > > Thanks! Via which tree should these go? -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
On Mon, Mar 01, 2021 at 10:45:32AM +0200, Kalle Valo wrote: > Peter Zijlstra <peterz@infradead.org> writes: > > > On Fri, Feb 26, 2021 at 05:06:57PM -0700, Shuah Khan wrote: > >> Shuah Khan (3): > >> lockdep: add lockdep_assert_not_held() > >> lockdep: add lockdep lock state defines > >> ath10k: detect conf_mutex held ath10k_drain_tx() calls > > > > Thanks! > > Via which tree should these go? I've just queued the lot for locking/core, which will show up in tip when the robots don't hate on it. Does that work for you?
Peter Zijlstra <peterz@infradead.org> writes: > On Mon, Mar 01, 2021 at 10:45:32AM +0200, Kalle Valo wrote: >> Peter Zijlstra <peterz@infradead.org> writes: >> >> > On Fri, Feb 26, 2021 at 05:06:57PM -0700, Shuah Khan wrote: >> >> Shuah Khan (3): >> >> lockdep: add lockdep_assert_not_held() >> >> lockdep: add lockdep lock state defines >> >> ath10k: detect conf_mutex held ath10k_drain_tx() calls >> > >> > Thanks! >> >> Via which tree should these go? > > I've just queued the lot for locking/core, which will show up in tip > when the robots don't hate on it. > > Does that work for you? That's perfect, thanks! Just making sure that the patches don't get lost. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
On 3/1/21 4:02 AM, Kalle Valo wrote: > Peter Zijlstra <peterz@infradead.org> writes: > >> On Mon, Mar 01, 2021 at 10:45:32AM +0200, Kalle Valo wrote: >>> Peter Zijlstra <peterz@infradead.org> writes: >>> >>>> On Fri, Feb 26, 2021 at 05:06:57PM -0700, Shuah Khan wrote: >>>>> Shuah Khan (3): >>>>> lockdep: add lockdep_assert_not_held() >>>>> lockdep: add lockdep lock state defines >>>>> ath10k: detect conf_mutex held ath10k_drain_tx() calls >>>> >>>> Thanks! >>> >>> Via which tree should these go? >> >> I've just queued the lot for locking/core, which will show up in tip >> when the robots don't hate on it. >> >> Does that work for you? > > That's perfect, thanks! Just making sure that the patches don't get > lost. > Awesome. Thank you. thanks, -- Shuah