public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] parport: Convert to platform remove callback returning void
@ 2023-12-18 21:05 Uwe Kleine-König
  2023-12-18 21:05 ` [PATCH 1/2] parport: amiga: " Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2023-12-18 21:05 UTC (permalink / raw)
  To: Sudip Mukherjee; +Cc: kernel, linux-kernel

Hello,

this series converts all drivers below drivers/parport 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. The two patches are independent of each
other, so they could be applied individually.

Best regards
Uwe

Uwe Kleine-König (2):
  parport: amiga: Convert to platform remove callback returning void
  parport: sunbpp: Convert to platform remove callback returning void

 drivers/parport/parport_amiga.c  | 5 ++---
 drivers/parport/parport_sunbpp.c | 6 ++----
 2 files changed, 4 insertions(+), 7 deletions(-)


base-commit: ceb2fe0d438644e1de06b9a6468a1fb8e2199c70
-- 
2.42.0


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

end of thread, other threads:[~2024-02-17  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18 21:05 [PATCH 0/2] parport: Convert to platform remove callback returning void Uwe Kleine-König
2023-12-18 21:05 ` [PATCH 1/2] parport: amiga: " Uwe Kleine-König
2023-12-18 21:05 ` [PATCH 2/2] parport: sunbpp: " Uwe Kleine-König
2024-02-15 21:22 ` [PATCH 0/2] parport: " Uwe Kleine-König
2024-02-17  8:00   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox