|
@@ -568,6 +568,8 @@ static void slab_bug(struct kmem_cache *s, char *fmt, ...)
|
|
|
printk(KERN_ERR "BUG %s (%s): %s\n", s->name, print_tainted(), buf);
|
|
|
printk(KERN_ERR "----------------------------------------"
|
|
|
"-------------------------------------\n\n");
|
|
|
+
|
|
|
+ add_taint(TAINT_BAD_PAGE);
|
|
|
}
|
|
|
|
|
|
static void slab_fix(struct kmem_cache *s, char *fmt, ...)
|