On Fri, Sep 04, 2015 at 05:06:15PM +0300, Andrey Ryabinin wrote:
...
> diff --git a/mm/kasan/report.c b/mm/kasan/report.c
> index ad69bac..17af572 100644
> --- a/mm/kasan/report.c
> +++ b/mm/kasan/report.c
> @@ -212,6 +212,7 @@ static void kasan_report_error(struct kasan_access_info 
> *info)
>       }
>       pr_err("================================="
>               "=================================\n");
> +     add_taint(TAINT_BAD_PAGE, LOCKDEP_NOW_UNRELIABLE);

Do we really want to disable lockdep here?

>       spin_unlock_irqrestore(&report_lock, flags);
>  }
>  
_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to