Re: [PATCH v3] mm/kasan: Print frame description for stack bugs

2019-05-22 Thread Andrey Ryabinin
On 5/22/19 1:00 PM, Marco Elver wrote: > This adds support for printing stack frame description on invalid stack > accesses. The frame description is embedded by the compiler, which is > parsed and then pretty-printed. > > Currently, we can only print the stack frame info for accesses to the > tas

[PATCH v3] mm/kasan: Print frame description for stack bugs

2019-05-22 Thread Marco Elver
This adds support for printing stack frame description on invalid stack accesses. The frame description is embedded by the compiler, which is parsed and then pretty-printed. Currently, we can only print the stack frame info for accesses to the task's own stack, but not accesses to other tasks' sta