Re: [Intel-gfx] [PATCH 1/1] lib, stackdepot: Add helper to print stack entries into buffer.

2021-09-14 Thread imran . f . khan
On 13/9/21 6:51 pm, Vlastimil Babka wrote: On 9/10/21 16:10, Imran Khan wrote: To print stack entries into a buffer, users of stackdepot, first get a list of stack entries using stack_depot_fetch and then print this list into a buffer using stack_trace_snprint. Provide a helper in stackdepot

Re: [Intel-gfx] [PATCH 0/1] lib, stackdepot: Add helper to print stack entries into buffer.

2021-09-15 Thread imran . f . khan
Hi Vlastimil, On 14/9/21 7:03 pm, Vlastimil Babka wrote: On 9/10/21 16:10, Imran Khan wrote: This change is in response to discussion at [1]. The patch has been created on top of my earlier changes [2] and [3]. If needed I can resend all of these patches together, though my earlier patches have

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for lib, stackdepot: check stackdepot handle before accessing slabs (rev3)

2021-09-17 Thread imran . f . khan
Hi, This change is just adding a wrapper function, so it can't cause regression. Could you please let me know if I need to do something in this regard or can it be ignored as false positive. Thanks, Imran On 17/9/21 9:01 am, Patchwork wrote: == Series Details == Series: lib, stackdepot: chec