Re: [PATCH v3 0/4] Simple wait queue support

2015-10-25 Thread Daniel Wagner
On 10/25/2015 09:10 PM, Paul E. McKenney wrote: > On Tue, Oct 20, 2015 at 09:28:06AM +0200, Daniel Wagner wrote: >> Only small updates in this version, like fixing mips and reordering >> two patches to avoid lockdep warning when doing git bissect. Reported >> by Fengguang Wu's build robot. Thanks!

Re: [PATCH v3 0/4] Simple wait queue support

2015-10-25 Thread Paul E. McKenney
On Tue, Oct 20, 2015 at 09:28:06AM +0200, Daniel Wagner wrote: > Hi, > > Only small updates in this version, like fixing mips and reordering > two patches to avoid lockdep warning when doing git bissect. Reported > by Fengguang Wu's build robot. Thanks! > > Also removed the unnecessary initializ

[PATCH v3 0/4] Simple wait queue support

2015-10-20 Thread Daniel Wagner
Hi, Only small updates in this version, like fixing mips and reordering two patches to avoid lockdep warning when doing git bissect. Reported by Fengguang Wu's build robot. Thanks! Also removed the unnecessary initialization in the rcu patch as Paul pointed out. Hopefully, I do a better job on