Re: [RFC patch 25/41] mm/kasan: Simplify stacktrace handling

2019-04-14 Thread Thomas Gleixner
On Sun, 14 Apr 2019, Thomas Gleixner wrote: > On Wed, 10 Apr 2019, Josh Poimboeuf wrote: > > On Wed, Apr 10, 2019 at 12:28:19PM +0200, Thomas Gleixner wrote: > > > Replace the indirection through struct stack_trace by using the storage > > > array based interfaces. > > > > > > Signed-off-by: Thoma

Re: [RFC patch 25/41] mm/kasan: Simplify stacktrace handling

2019-04-14 Thread Thomas Gleixner
On Wed, 10 Apr 2019, Josh Poimboeuf wrote: > On Wed, Apr 10, 2019 at 12:28:19PM +0200, Thomas Gleixner wrote: > > Replace the indirection through struct stack_trace by using the storage > > array based interfaces. > > > > Signed-off-by: Thomas Gleixner > > Cc: Andrey Ryabinin > > Cc: Alexander P

Re: [RFC patch 25/41] mm/kasan: Simplify stacktrace handling

2019-04-10 Thread Josh Poimboeuf
On Wed, Apr 10, 2019 at 12:28:19PM +0200, Thomas Gleixner wrote: > Replace the indirection through struct stack_trace by using the storage > array based interfaces. > > Signed-off-by: Thomas Gleixner > Cc: Andrey Ryabinin > Cc: Alexander Potapenko > Cc: Dmitry Vyukov > Cc: kasan-...@googlegrou

Re: [RFC patch 25/41] mm/kasan: Simplify stacktrace handling

2019-04-10 Thread Dmitry Vyukov
On Wed, Apr 10, 2019 at 1:06 PM Thomas Gleixner wrote: > > Replace the indirection through struct stack_trace by using the storage > array based interfaces. > > Signed-off-by: Thomas Gleixner > Cc: Andrey Ryabinin > Cc: Alexander Potapenko > Cc: Dmitry Vyukov > Cc: kasan-...@googlegroups.com >

[RFC patch 25/41] mm/kasan: Simplify stacktrace handling

2019-04-10 Thread Thomas Gleixner
Replace the indirection through struct stack_trace by using the storage array based interfaces. Signed-off-by: Thomas Gleixner Cc: Andrey Ryabinin Cc: Alexander Potapenko Cc: Dmitry Vyukov Cc: kasan-...@googlegroups.com Cc: linux...@kvack.org --- mm/kasan/common.c | 30 -