linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] macintosh: Convert to platform remove callback returning void
@ 2024-01-10 15:42 Uwe Kleine-König
  2024-01-10 15:42 ` [PATCH 1/7] macintosh: therm_windtunnel: " Uwe Kleine-König
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Uwe Kleine-König @ 2024-01-10 15:42 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Rob Herring, Dmitry Torokhov, linuxppc-dev, linux-kernel, Jean Delvare

Hello,

this series converts all drivers below drivers/macintosh to use
.remove_new(). See commit 5c5a7680e67b ("platform: Provide a remove
callback that returns no value") for an extended explanation and the
eventual goal. The TL;DR; is to make it harder for driver authors to
leak resources without noticing.

This is merge window material. All patches are pairwise independent of
each other so they can be applied individually. There isn't a maintainer
for drivers/macintosh, I'm still sending this as a series in the hope
Michael feels repsonsible and applies it completely.

Best regards
Uwe

Uwe Kleine-König (7):
  macintosh: therm_windtunnel: Convert to platform remove callback returning void
  macintosh: windfarm_pm112: Convert to platform remove callback returning void
  macintosh: windfarm_pm121: Convert to platform remove callback returning void
  macintosh: windfarm_pm72: Convert to platform remove callback returning void
  macintosh: windfarm_pm81: Convert to platform remove callback returning void
  macintosh: windfarm_pm91: Convert to platform remove callback returning void
  macintosh: windfarm_rm31: Convert to platform remove callback returning void

 drivers/macintosh/therm_windtunnel.c | 6 ++----
 drivers/macintosh/windfarm_pm112.c   | 6 ++----
 drivers/macintosh/windfarm_pm121.c   | 5 ++---
 drivers/macintosh/windfarm_pm72.c    | 7 ++-----
 drivers/macintosh/windfarm_pm81.c    | 8 +++-----
 drivers/macintosh/windfarm_pm91.c    | 8 +++-----
 drivers/macintosh/windfarm_rm31.c    | 7 ++-----
 7 files changed, 16 insertions(+), 31 deletions(-)

base-commit: 8cb47d7cd090a690c1785385b2f3d407d4a53ad0
-- 
2.43.0


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

end of thread, other threads:[~2024-02-20 12:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10 15:42 [PATCH 0/7] macintosh: Convert to platform remove callback returning void Uwe Kleine-König
2024-01-10 15:42 ` [PATCH 1/7] macintosh: therm_windtunnel: " Uwe Kleine-König
2024-01-10 15:42 ` [PATCH 2/7] macintosh: windfarm_pm112: " Uwe Kleine-König
2024-01-10 15:42 ` [PATCH 3/7] macintosh: windfarm_pm121: " Uwe Kleine-König
2024-01-10 15:42 ` [PATCH 4/7] macintosh: windfarm_pm72: " Uwe Kleine-König
2024-01-10 15:42 ` [PATCH 5/7] macintosh: windfarm_pm81: " Uwe Kleine-König
2024-01-10 15:42 ` [PATCH 6/7] macintosh: windfarm_pm91: " Uwe Kleine-König
2024-01-10 15:42 ` [PATCH 7/7] macintosh: windfarm_rm31: " Uwe Kleine-König
2024-02-15 20:55 ` [PATCH 0/7] macintosh: " Uwe Kleine-König
2024-02-15 22:27   ` Michael Ellerman
2024-02-20 12:53 ` Michael Ellerman

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).