2.6.34-rc3: Badness at kernel/lockdep.c:2706

2010-04-02 Thread Sachin Sant
With 2.6.34-rc3 boot on a Power5 box : loop: module loaded BUG: key 6b6b6b6b6b6b6b6b not in .data! [ cut here ] Badness at kernel/lockdep.c:2706 NIP: c010a0a8 LR: c010a08c CTR: c00704a4 REGS: c001096d76f0 TRAP: 0700 Not tainted (2.6.34-rc3)

Re: 2.6.34-rc3 : Badness at lib/dma-debug.c:820 during ibmvscsi init

2010-04-02 Thread FUJITA Tomonori
On Fri, 02 Apr 2010 10:48:55 +0530 Sachin Sant sach...@in.ibm.com wrote: 2.6.34-rc3 boot on a power5 box produces this badness message during ibmvscsi initialization. ibmvscsi 3003: Client reserve enabled ibmvscsi 3003: sent SRP login ibmvscsi 3003: SRP_LOGIN succeeded

Re: 2.6.34-rc3 : Badness at lib/dma-debug.c:820 during ibmvscsi init

2010-04-02 Thread Sachin Sant
FUJITA Tomonori wrote: On Fri, 02 Apr 2010 10:48:55 +0530 Sachin Sant sach...@in.ibm.com wrote: 2.6.34-rc3 boot on a power5 box produces this badness message during ibmvscsi initialization. ibmvscsi 3003: Client reserve enabled ibmvscsi 3003: sent SRP login ibmvscsi 3003:

Re: 2.6.34-rc3 : Badness at lib/dma-debug.c:820 during ibmvscsi init

2010-04-02 Thread FUJITA Tomonori
On Fri, 02 Apr 2010 12:07:58 +0530 Sachin Sant sach...@in.ibm.com wrote: FUJITA Tomonori wrote: On Fri, 02 Apr 2010 10:48:55 +0530 Sachin Sant sach...@in.ibm.com wrote: 2.6.34-rc3 boot on a power5 box produces this badness message during ibmvscsi initialization. ibmvscsi

Re: [PATCH RESEND 2/3] i2c/cpm: drop NO_IRQ

2010-04-02 Thread Jochen Friedrich
Wolfram Sang wrote: Drop NO_IRQ as 0 is the preferred way to describe 'no irq' Signed-off-by: Wolfram Sang w.s...@pengutronix.de Acked-by: Grant Likely grant.lik...@secretlab.ca Acked-by: Jochen Friedrich joc...@scram.de Thanks, Jochen ___

Re: [Cbe-oss-dev] No otheros feature on new PS3 slim ?

2010-04-02 Thread Michel Dänzer
On Fri, 2010-02-26 at 12:30 +, David Woodhouse wrote: On Fri, 2009-08-21 at 09:58 -0700, geoffrey.lev...@am.sony.com wrote: The feature of Install Other OS was removed from the new Slim PS3 model to focus on delivering games and other entertainment content. Please be assured that

[PATCH 1/3] arch/powerpc/platforms: Eliminate use after free

2010-04-02 Thread Julia Lawall
From: Julia Lawall ju...@diku.dk dlpar_free_cc_nodes frees its argument, so dlpar_online_cpu should not be called on the same value. Skip over the call to dlpar_online_cpu by jumping directly to out. A simplified version of the semantic patch that finds this problem is as follows:

Re: 2.6.34-rc3: Badness at kernel/lockdep.c:2706

2010-04-02 Thread Peter Zijlstra
On Fri, 2010-04-02 at 11:33 +0530, Sachin Sant wrote: With 2.6.34-rc3 boot on a Power5 box : loop: module loaded BUG: key 6b6b6b6b6b6b6b6b not in .data! [ cut here ] Badness at kernel/lockdep.c:2706 NIP: c010a0a8 LR: c010a08c CTR: c00704a4

Re: 2.6.34-rc3: Badness at kernel/lockdep.c:2706

2010-04-02 Thread Eric W. Biederman
Could you try the fix Wolfram Sang sent to linux-kernel yesterday? Peter Zijlstra pet...@infradead.org writes: On Fri, 2010-04-02 at 11:33 +0530, Sachin Sant wrote: With 2.6.34-rc3 boot on a Power5 box : loop: module loaded BUG: key 6b6b6b6b6b6b6b6b not in .data! [ cut here