Re: 2.6.21-rc6-mm1 ima "BUG: held lock freed!"

2007-04-11 Thread Andrew Morton
On Wed, 11 Apr 2007 09:55:18 -0400 Joseph Fannin <[EMAIL PROTECTED]> wrote: > On Tue, 2007-04-10 at 15:00 -0400, Reiner Sailer wrote: > > Joseph, > > > > we cannot reproduce the BUG you report. We have identified a potential > > source (spinlock around mutex_init). I have attached a small patch

Re: 2.6.21-rc6-mm1 ima "BUG: held lock freed!"

2007-04-11 Thread Joseph Fannin
On Tue, 2007-04-10 at 15:00 -0400, Reiner Sailer wrote: > Joseph, > > we cannot reproduce the BUG you report. We have identified a potential > source (spinlock around mutex_init). I have attached a small patch that > removes this lock from the initialization of the hash table. I have > tested

Re: 2.6.21-rc6-mm1 ima BUG: held lock freed!

2007-04-11 Thread Joseph Fannin
On Tue, 2007-04-10 at 15:00 -0400, Reiner Sailer wrote: Joseph, we cannot reproduce the BUG you report. We have identified a potential source (spinlock around mutex_init). I have attached a small patch that removes this lock from the initialization of the hash table. I have tested the

Re: 2.6.21-rc6-mm1 ima BUG: held lock freed!

2007-04-11 Thread Andrew Morton
On Wed, 11 Apr 2007 09:55:18 -0400 Joseph Fannin [EMAIL PROTECTED] wrote: On Tue, 2007-04-10 at 15:00 -0400, Reiner Sailer wrote: Joseph, we cannot reproduce the BUG you report. We have identified a potential source (spinlock around mutex_init). I have attached a small patch that

Re: 2.6.21-rc6-mm1 ima "BUG: held lock freed!"

2007-04-10 Thread Reiner Sailer
Joseph, we cannot reproduce the BUG you report. We have identified a potential source (spinlock around mutex_init). I have attached a small patch that removes this lock from the initialization of the hash table. I have tested the patch but I cannot verify if this resolves the problem you are

Re: 2.6.21-rc6-mm1 ima "BUG: held lock freed!"

2007-04-10 Thread Reiner Sailer
We are looking into this. Thanks! Reiner --forwarded by Reiner Sailer: On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc6/2.6.21-rc6-mm1/ > I'm seeing this while booting: ima (ima_init): No TPM chip

Re: 2.6.21-rc6-mm1 ima "BUG: held lock freed!"

2007-04-10 Thread Joseph Fannin
On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc6/2.6.21-rc6-mm1/ > I'm seeing this while booting: ima (ima_init): No TPM chip found(rc = -19), activating TPM-bypass! = [ BUG:

Re: 2.6.21-rc6-mm1 ima BUG: held lock freed!

2007-04-10 Thread Joseph Fannin
On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc6/2.6.21-rc6-mm1/ I'm seeing this while booting: ima (ima_init): No TPM chip found(rc = -19), activating TPM-bypass! = [ BUG: held

Re: 2.6.21-rc6-mm1 ima BUG: held lock freed!

2007-04-10 Thread Reiner Sailer
We are looking into this. Thanks! Reiner --forwarded by Reiner Sailer: On Sun, Apr 08, 2007 at 02:35:59PM -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc6/2.6.21-rc6-mm1/ I'm seeing this while booting: ima (ima_init): No TPM chip

Re: 2.6.21-rc6-mm1 ima BUG: held lock freed!

2007-04-10 Thread Reiner Sailer
Joseph, we cannot reproduce the BUG you report. We have identified a potential source (spinlock around mutex_init). I have attached a small patch that removes this lock from the initialization of the hash table. I have tested the patch but I cannot verify if this resolves the problem you are