Re: [PATCH] pinctrl-exynos5440: Use off-stack memory for pinctrl_gpio_range

2016-04-19 Thread Krzysztof Kozlowski
On 04/19/2016 09:24 AM, Tomasz Figa wrote: > Hi Andrew, > > 2016-04-19 13:13 GMT+09:00 Andrew Jeffery : >> The range is registered into a linked list which can be referenced >> throughout the lifetime of the driver. Ensure the range's memory is useful >> for the same lifetime by adding it to the d

Re: [PATCH] pinctrl-exynos5440: Use off-stack memory for pinctrl_gpio_range

2016-04-19 Thread Tomasz Figa
Hi Andrew, 2016-04-19 13:13 GMT+09:00 Andrew Jeffery : > The range is registered into a linked list which can be referenced > throughout the lifetime of the driver. Ensure the range's memory is useful > for the same lifetime by adding it to the driver's private data structure. > > The bug was intr