linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio: regression fixes
@ 2021-02-26 14:52 Johan Hovold
  2021-02-26 14:52 ` [PATCH 1/2] gpio: fix NULL-deref-on-deregistration regression Johan Hovold
  2021-02-26 14:52 ` [PATCH 2/2] gpio: fix gpio-device list corruption Johan Hovold
  0 siblings, 2 replies; 6+ messages in thread
From: Johan Hovold @ 2021-02-26 14:52 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski
  Cc: Greg Kroah-Hartman, Saravana Kannan, linux-gpio, linux-kernel,
	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


Johan Hovold (2):
  gpio: fix NULL-deref-on-deregistration regression
  gpio: fix gpio-device list corruption

 drivers/gpio/gpiolib.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-01  8:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26 14:52 [PATCH 0/2] gpio: regression fixes Johan Hovold
2021-02-26 14:52 ` [PATCH 1/2] gpio: fix NULL-deref-on-deregistration regression Johan Hovold
2021-02-26 21:54   ` Saravana Kannan
2021-03-01  8:44     ` Johan Hovold
2021-02-26 14:52 ` [PATCH 2/2] gpio: fix gpio-device list corruption Johan Hovold
2021-02-26 20:59   ` Saravana Kannan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).