Re: [Devel] [PATCH 3/4] kasan: always taint kernel on report.

2015-09-07 Thread Andrey Ryabinin
On 09/07/2015 04:59 PM, Vladimir Davydov wrote: > 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 ka

Re: [Devel] [PATCH 3/4] kasan: always taint kernel on report.

2015-09-07 Thread Vladimir Davydov
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) >

[Devel] [PATCH 3/4] kasan: always taint kernel on report.

2015-09-04 Thread Andrey Ryabinin
This is usefull for automated testing. https://jira.sw.ru/browse/PSBM-39339 Signed-off-by: Andrey Ryabinin --- mm/kasan/report.c | 1 + 1 file changed, 1 insertion(+) 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.