Re: Taint kernel when we detect a corrupted slab.

2012-09-19 Thread Pekka Enberg
On Tue, 18 Sep 2012, Dave Jones wrote: >> It doesn't seem worth adding a new taint flag for this, so just re-use >> the one from 'bad page' >> >> Signed-off-by: Dave Jones On Tue, Sep 18, 2012 at 11:19 PM, David Rientjes wrote: > Acked-by: David Rientjes Applied, thanks! -- To unsubscribe

Re: Taint kernel when we detect a corrupted slab.

2012-09-19 Thread Pekka Enberg
On Tue, 18 Sep 2012, Dave Jones wrote: It doesn't seem worth adding a new taint flag for this, so just re-use the one from 'bad page' Signed-off-by: Dave Jones da...@redhat.com On Tue, Sep 18, 2012 at 11:19 PM, David Rientjes rient...@google.com wrote: Acked-by: David Rientjes

Re: Taint kernel when we detect a corrupted slab.

2012-09-18 Thread David Rientjes
On Tue, 18 Sep 2012, Dave Jones wrote: > It doesn't seem worth adding a new taint flag for this, so just re-use > the one from 'bad page' > > Signed-off-by: Dave Jones Acked-by: David Rientjes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: Taint kernel when we detect a corrupted slab.

2012-09-18 Thread Dave Jones
one from 'bad page' > > > > Acked-by: Christoph Lameter > > [Fixing Pekka's email address] > > Dave, would you like to add something similar to __slab_error() for > CONFIG_SLAB? Sure. This ? Dave -- Taint kernel when we detect a corrupted slab. It does

Re: Taint kernel when we detect a corrupted slab.

2012-09-18 Thread David Rientjes
On Tue, 18 Sep 2012, Christoph Lameter wrote: > On Tue, 18 Sep 2012, Dave Jones wrote: > > > It doesn't seem worth adding a new taint flag for this, so just re-use > > the one from 'bad page' > > Acked-by: Christoph Lameter [Fixing Pekka's email address] Dave, would you like to add something

Re: Taint kernel when we detect a corrupted slab.

2012-09-18 Thread Christoph Lameter
On Tue, 18 Sep 2012, Dave Jones wrote: > It doesn't seem worth adding a new taint flag for this, so just re-use > the one from 'bad page' Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Taint kernel when we detect a corrupted slab.

2012-09-18 Thread Dave Jones
It doesn't seem worth adding a new taint flag for this, so just re-use the one from 'bad page' Signed-off-by: Dave Jones diff --git a/mm/slub.c b/mm/slub.c index 2fdd96f..0c5009d 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -568,6 +568,8 @@ static void slab_bug(struct kmem_cache *s, char *fmt,

Taint kernel when we detect a corrupted slab.

2012-09-18 Thread Dave Jones
It doesn't seem worth adding a new taint flag for this, so just re-use the one from 'bad page' Signed-off-by: Dave Jones da...@redhat.com diff --git a/mm/slub.c b/mm/slub.c index 2fdd96f..0c5009d 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -568,6 +568,8 @@ static void slab_bug(struct kmem_cache

Re: Taint kernel when we detect a corrupted slab.

2012-09-18 Thread Christoph Lameter
On Tue, 18 Sep 2012, Dave Jones wrote: It doesn't seem worth adding a new taint flag for this, so just re-use the one from 'bad page' Acked-by: Christoph Lameter c...@linux.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: Taint kernel when we detect a corrupted slab.

2012-09-18 Thread David Rientjes
On Tue, 18 Sep 2012, Christoph Lameter wrote: On Tue, 18 Sep 2012, Dave Jones wrote: It doesn't seem worth adding a new taint flag for this, so just re-use the one from 'bad page' Acked-by: Christoph Lameter c...@linux.com [Fixing Pekka's email address] Dave, would you like to add

Re: Taint kernel when we detect a corrupted slab.

2012-09-18 Thread Dave Jones
c...@linux.com [Fixing Pekka's email address] Dave, would you like to add something similar to __slab_error() for CONFIG_SLAB? Sure. This ? Dave -- Taint kernel when we detect a corrupted slab. It doesn't seem worth adding a new taint flag for this, so just re-use

Re: Taint kernel when we detect a corrupted slab.

2012-09-18 Thread David Rientjes
On Tue, 18 Sep 2012, Dave Jones wrote: It doesn't seem worth adding a new taint flag for this, so just re-use the one from 'bad page' Signed-off-by: Dave Jones da...@redhat.com Acked-by: David Rientjes rient...@google.com -- To unsubscribe from this list: send the line unsubscribe