Re: linux-next build conflict between modules and metag trees (LOCKDEP_NOW_UNRELIABLE)

2013-02-08 Thread James Hogan
On 08/02/13 03:17, Rusty Russell wrote: > James Hogan writes: >> Hi Rusty, >> >> The metag architecture tree adds an add_taint(TAINT_DIE) like other >> architectures do, and the modules-next tree adds the >> LOCKDEP_NOW_UNRELIABLE flag to all uses of add_taint (but obviously >> misses arch/metag s

Re: linux-next build conflict between modules and metag trees (LOCKDEP_NOW_UNRELIABLE)

2013-02-07 Thread Stephen Rothwell
Hi Vineet, On Fri, 8 Feb 2013 10:46:24 +0530 Vineet Gupta wrote: > > On Thursday 07 February 2013 04:46 PM, James Hogan wrote: > > > > The metag architecture tree adds an add_taint(TAINT_DIE) like other > > architectures do, and the modules-next tree adds the > > LOCKDEP_NOW_UNRELIABLE flag to

Re: linux-next build conflict between modules and metag trees (LOCKDEP_NOW_UNRELIABLE)

2013-02-07 Thread Vineet Gupta
On Thursday 07 February 2013 04:46 PM, James Hogan wrote: > Hi Rusty, > > The metag architecture tree adds an add_taint(TAINT_DIE) like other > architectures do, and the modules-next tree adds the > LOCKDEP_NOW_UNRELIABLE flag to all uses of add_taint (but obviously > misses arch/metag since it do

Re: linux-next build conflict between modules and metag trees (LOCKDEP_NOW_UNRELIABLE)

2013-02-07 Thread Rusty Russell
James Hogan writes: > Hi Rusty, > > The metag architecture tree adds an add_taint(TAINT_DIE) like other > architectures do, and the modules-next tree adds the > LOCKDEP_NOW_UNRELIABLE flag to all uses of add_taint (but obviously > misses arch/metag since it doesn't exist yet), causing a compile er

linux-next build conflict between modules and metag trees (LOCKDEP_NOW_UNRELIABLE)

2013-02-07 Thread James Hogan
Hi Rusty, The metag architecture tree adds an add_taint(TAINT_DIE) like other architectures do, and the modules-next tree adds the LOCKDEP_NOW_UNRELIABLE flag to all uses of add_taint (but obviously misses arch/metag since it doesn't exist yet), causing a compile error on metag in -next when the t