Re: [PATCH v2 0/2] gpio: regression fixes

2021-03-01 Thread Bartosz Golaszewski
On Mon, Mar 1, 2021 at 5:57 PM Andy Shevchenko wrote: > > On Mon, Mar 1, 2021 at 11:13 AM Bartosz Golaszewski > wrote: > > On Mon, Mar 1, 2021 at 10:05 AM Johan Hovold wrote: > > > > > > Here's a fix for a regression in 5.12 due to the new stub-driver hack, > > > and a fix for potential list cor

Re: [PATCH v2 0/2] gpio: regression fixes

2021-03-01 Thread Saravana Kannan
On Mon, Mar 1, 2021 at 1:12 AM Bartosz Golaszewski wrote: > > On Mon, Mar 1, 2021 at 10:05 AM Johan Hovold wrote: > > > > Here's a fix for a regression in 5.12 due to the new stub-driver hack, > > and a fix for potential list corruption due to missing locking which has > > been there since the in

Re: [PATCH v2 0/2] gpio: regression fixes

2021-03-01 Thread Andy Shevchenko
On Mon, Mar 1, 2021 at 11:13 AM Bartosz Golaszewski wrote: > On Mon, Mar 1, 2021 at 10:05 AM Johan Hovold wrote: > > > > Here's a fix for a regression in 5.12 due to the new stub-driver hack, > > and a fix for potential list corruption due to missing locking which has > > been there since the int

Re: [PATCH v2 0/2] gpio: regression fixes

2021-03-01 Thread Bartosz Golaszewski
On Mon, Mar 1, 2021 at 10:05 AM Johan Hovold wrote: > > Here's a fix for a regression in 5.12 due to the new stub-driver hack, > and a fix for potential list corruption due to missing locking which has > been there since the introduction of the character-device interface in > 4.6. > > Johan > > Ch

[PATCH v2 0/2] gpio: regression fixes

2021-03-01 Thread Johan Hovold
Here's a fix for a regression in 5.12 due to the new stub-driver hack, and a fix for potential list corruption due to missing locking which has been there since the introduction of the character-device interface in 4.6. Johan Changes in v2 - drop the corresponding drv_set_drvdata() which is no l