Re: [PATCH V2 04/10] kasan: Don't use kasan shadow pointer in generic functions

2015-08-27 Thread Andrey Ryabinin
2015-08-26 11:54 GMT+03:00 Aneesh Kumar K.V : > > Missed to cherry-pick the updated version of this patch, before sending > the series out. > > commit aeb324e09d95c189eda4ce03790da94b535d1dfc > Author: Aneesh Kumar K.V > Date: Fri Aug 14 12:28:58 2015 +0530 > > kasan: Don't use kasan shadow

Re: [PATCH V2 04/10] kasan: Don't use kasan shadow pointer in generic functions

2015-08-26 Thread Aneesh Kumar K.V
Missed to cherry-pick the updated version of this patch, before sending the series out. commit aeb324e09d95c189eda4ce03790da94b535d1dfc Author: Aneesh Kumar K.V Date: Fri Aug 14 12:28:58 2015 +0530 kasan: Don't use kasan shadow pointer in generic functions We can't use generic fu

[PATCH V2 04/10] kasan: Don't use kasan shadow pointer in generic functions

2015-08-26 Thread Aneesh Kumar K.V
We can't use generic functions like print_hex_dump to access kasan shadow region. This require us to setup another kasan shadow region for the address passed (kasan shadow address). Most architecture won't be able to do that. Hence remove dumping kasan shadow region dump. If we really want to do th